[Nice-commit] Nice/src/nice/tools/code Types.java,1.50,1.51
Brought to you by:
bonniot
From: <ar...@us...> - 2003-09-01 20:17:38
|
Update of /cvsroot/nice/Nice/src/nice/tools/code In directory sc8-pr-cvs1:/tmp/cvs-serv24373/F:/nice/src/nice/tools/code Modified Files: Types.java Log Message: Give a warning when comparing an expression with an literal outside of its range. Index: Types.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/code/Types.java,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** Types.java 19 Jun 2003 15:32:00 -0000 1.50 --- Types.java 1 Sep 2003 20:17:31 -0000 1.51 *************** *** 622,626 **** } ! static Monotype equivalent(Monotype m) { return rawType(m).equivalent(); --- 622,626 ---- } ! public static Monotype equivalent(Monotype m) { return rawType(m).equivalent(); |