[Nice-commit] Nice/stdlib/nice/lang/inline ReferenceOp.java,1.3,1.4
Brought to you by:
bonniot
From: <ar...@us...> - 2003-07-22 14:10:00
|
Update of /cvsroot/nice/Nice/stdlib/nice/lang/inline In directory sc8-pr-cvs1:/tmp/cvs-serv28300/F:/nice/stdlib/nice/lang/inline Modified Files: ReferenceOp.java Log Message: Change error message. Index: ReferenceOp.java =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/inline/ReferenceOp.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ReferenceOp.java 22 Jul 2003 12:09:05 -0000 1.3 --- ReferenceOp.java 22 Jul 2003 14:09:55 -0000 1.4 *************** *** 184,188 **** if (exp != null && nice.tools.code.Types.isSure(exp.getType().getMonotype())) ! bossa.util.User.warning(exp, "Warning: comparing a non-null value with null"); } --- 184,188 ---- if (exp != null && nice.tools.code.Types.isSure(exp.getType().getMonotype())) ! bossa.util.User.warning(exp, "Comparing a non-null value with null"); } |