[Nice-commit] Nice NEWS,1.57,1.58
Brought to you by:
bonniot
From: Arjan B. <ar...@us...> - 2005-01-13 23:33:10
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv659/Nice Modified Files: NEWS Log Message: Print number of errors and warnings at the end of compilation if any. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** NEWS 19 Dec 2004 14:44:46 -0000 1.57 --- NEWS 13 Jan 2005 23:33:00 -0000 1.58 *************** *** 23,26 **** --- 23,27 ---- * Java methods and fields with parametric types are given a type with UnknownTypes as type parameters instead of being ignored. + * Number of errors and warning are printed in the console. * Bug fixes (disallowed redefinition of parameters, execution order of initializers in super classes, visibility checking of java classes, |