From: Lars K?h. <lk...@us...> - 2004-05-23 14:27:55
|
Update of /cvsroot/clirr/clirr/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29623/xdocs Modified Files: changes.xml Log Message: Warn about introducing new superclasses for Exceptions. Also added unit tests for class hierarchy check. Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/xdocs/changes.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- changes.xml 23 May 2004 13:52:27 -0000 1.5 +++ changes.xml 23 May 2004 14:27:47 -0000 1.6 @@ -36,6 +36,12 @@ have the old value inlined and continue to use that old value. See the Java Language Spec, Chapter 13.4.8, for details. </action> + <action dev="lkuehne" type="add"> + <!-- RFE #958809 --> + Warn about adding new superclasses to a class derived from java.lang.Throwable. + Such changes are not binary incompatible (you won't get any Exception), + but a different catch clause might get selected in client code. + </action> </release> <release version="0.2" date="2004-05-22"> |