[Clirr-devel] CVS: clirr/core/xdocs changes.xml,1.1,1.2
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <s_k...@us...> - 2004-07-18 01:13:52
|
Update of /cvsroot/clirr/clirr/core/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28229 Modified Files: changes.xml Log Message: Add entry re package/private changes always being INFO severity Fix spelling accessability -> accessibility Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/changes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- changes.xml 10 Jul 2004 13:24:04 -0000 1.1 +++ changes.xml 18 Jul 2004 01:13:44 -0000 1.2 @@ -33,7 +33,7 @@ are no longer reported as a compatibility problem. </action> <action dev="s_kitching" type="add"> - Report on classes changing accessability (top-level classes changing + Report on classes changing accessibility (top-level classes changing between public and package, or nested classes changing between any of public/protected/package/private). </action> @@ -50,6 +50,12 @@ <action dev="lkuehne" type="add"> Error messages are now localized. Initial supported languages are english and german. </action> + <action dev="s_kitching" type="fix"> + Treat all changes in package and private items as being of INFO level + severity only, ie changes which would result in an ERROR being + reported if they were public or protected are reported with a severity + of INFO if they are package or private. + </action> </release> <release version="0.3" date="2004-05-23"> |