[Clirr-devel] CVS: clirr/src/testinput/testlib-v1/testlib MembersChange.java,1.1,1.2
Status: Alpha
Brought to you by:
lkuehne
From: Lars K?h. <lk...@us...> - 2004-05-23 13:52:38
|
Update of /cvsroot/clirr/clirr/src/testinput/testlib-v1/testlib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23098/src/testinput/testlib-v1/testlib Modified Files: MembersChange.java Log Message: warn about changing the value of a compile time constant (RFE #958818) Index: MembersChange.java =================================================================== RCS file: /cvsroot/clirr/clirr/src/testinput/testlib-v1/testlib/MembersChange.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- MembersChange.java 22 May 2004 14:06:30 -0000 1.1 +++ MembersChange.java 23 May 2004 13:52:27 -0000 1.2 @@ -14,6 +14,8 @@ public static final int fin2 = 0; public static final int fin3 = 0; public static final int fin4 = 0; + public static final int fin5 = 0; + public static final boolean fin6 = false; public int pub1 = 0; public int pub2 = 0; |