[Clirr-devel] CVS: clirr/core/xdocs exegesis.xml,1.3,1.4
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <s_k...@us...> - 2004-07-20 07:58:50
|
Update of /cvsroot/clirr/clirr/core/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18591/xdocs Modified Files: exegesis.xml Log Message: Added descriptions for messages 7003, 8000, 8001 Index: exegesis.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/exegesis.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- exegesis.xml 18 Jul 2004 01:14:19 -0000 1.3 +++ exegesis.xml 20 Jul 2004 07:58:42 -0000 1.4 @@ -466,6 +466,16 @@ </p> </section> + <section name="7003 - Method Overide Removed"> + <p>Severity: <code>INFO</code></p> + <p> + The specified method on the old class or interface was overriding an + inherited definition. The new class or interface no longer has this + method explicitly declared on it, but it still inherits a definition + so there is no binary incompatibility. + </p> + </section> + <section name="7004 - Method Argument Count Changed"> <p>Severity: <code>ERROR</code></p> <p> @@ -664,6 +674,23 @@ is thrown at the time the method invocation is attempted. </p> </section> + + <section name="8000 - Class Added"> + <p>Severity: <code>INFO</code></p> + <p> + The new version of the library has a class which was not present + in the old version. + </p> + </section> + + <section name="8001 - Class Removed"> + <p>Severity: <code>ERROR</code></p> + <p> + The new version of the library no longer contains the specified + class. + </p> + </section> + </section> </body> </document> |