[Nice-commit] Nice NEWS,1.61,1.62
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-02-20 22:34:40
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28181 Modified Files: NEWS Log Message: Give the end of the method as the location of implicit returns, so as to make debuggers display sensible lines when jumping to the end of a void method. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** NEWS 19 Feb 2005 16:00:26 -0000 1.61 --- NEWS 20 Feb 2005 22:34:26 -0000 1.62 *************** *** 24,27 **** --- 24,28 ---- UnknownTypes as type parameters instead of being ignored. * Number of errors and warning are printed to the console. + * Improved source information for debuggers. * Generated classes are smaller, thanks to smaller debugging information. * Native compilation with gcj is twice faster. |