From: Lars K?h. <lk...@us...> - 2004-05-23 13:52:38
|
Update of /cvsroot/clirr/clirr/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23098/xdocs Modified Files: changes.xml Log Message: warn about changing the value of a compile time constant (RFE #958818) Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 23 May 2004 08:58:37 -0000 1.4 +++ changes.xml 23 May 2004 13:52:27 -0000 1.5 @@ -28,6 +28,14 @@ <!-- RFE #958807 --> Documented formatter subelements in Ant task. </action> + <action dev="lkuehne" type="add"> + <!-- RFE #958808 --> + Warn about compile time constant value changes. Changing the value + of a constant is not binary incompatible (you won't get any Exception), + but client code compiled against the old version of the library will + have the old value inlined and continue to use that old value. + See the Java Language Spec, Chapter 13.4.8, for details. + </action> </release> <release version="0.2" date="2004-05-22"> |