[Nice-commit] Nice NEWS,1.55,1.56
Brought to you by:
bonniot
From: Arjan B. <ar...@us...> - 2004-12-19 13:40:33
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24190/Nice Modified Files: NEWS Log Message: Updated changelog. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** NEWS 19 Dec 2004 13:07:09 -0000 1.55 --- NEWS 19 Dec 2004 13:40:23 -0000 1.56 *************** *** 21,26 **** Method java.util.Collection.add() is recognized as implementing the new add method, which makes Collection a valid Addable class. * Bug fixes (disallowed redefinition of parameters, execution order of ! initializers in super classes, ... ) -- --- 21,30 ---- Method java.util.Collection.add() is recognized as implementing the new add method, which makes Collection a valid Addable class. + * Java methods and fields with parametric types are given a type with + UnknownTypes as typeparameters instead of being ignored. * Bug fixes (disallowed redefinition of parameters, execution order of ! initializers in super classes, visibility checking of java classes, ! cyclic custom constructors, methods and fields in classes with less type ! params, this in custom constructors, ... ) -- |