[Clirr-devel] CVS: clirr/xdocs changes.xml,1.12,1.13
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <s_k...@us...> - 2004-06-21 10:07:21
|
Update of /cvsroot/clirr/clirr/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23458 Modified Files: changes.xml Log Message: * report changes in class accessability * no error on final added to effectively-final classes Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/xdocs/changes.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- changes.xml 13 Jun 2004 11:42:54 -0000 1.12 +++ changes.xml 21 Jun 2004 10:07:10 -0000 1.13 @@ -32,6 +32,16 @@ Removed abstract methods that are specified by an implemented interface are no longer reported as a compatibility problem. </action> + <action dev="s_kitching" type="add"> + Report on classes changing accessability (top-level classes changing + between public and package, or nested classes changing between any + of public/protected/package/private). + </action> + <action dev="s_kitching" type="add"> + It is no longer an error to add a "final" attribute to a class + which has no public or protected constructors, as it was always + impossible to derive subclasses from it anyway. + </action> </release> <release version="0.3" date="2004-05-23"> |