[Nice-commit] Nice NEWS,1.41,1.42
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-08-12 23:22:03
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29266 Modified Files: NEWS Log Message: Allow subclasses to have less type parameters than their parent, by instantiation of some of their type parameters. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** NEWS 11 Aug 2004 16:09:34 -0000 1.41 --- NEWS 12 Aug 2004 23:21:43 -0000 1.42 *************** *** 12,15 **** --- 12,18 ---- This make it possible to write type-safe code that uses reflexion, in particular when using class literals. + * Subclasses can have less type parameters than their parent by fixing + the value of the others. For instance: + class BitField implements List<boolean> { ... } * Improved speed of coverage tests for some methods. * Removed the '--strict' compiler option. |