[Clirr-devel] CVS: clirr/core/src/testinput/testlib-v1/testlib MembersChange.java,1.1,1.2
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <s_k...@us...> - 2004-07-23 08:13:54
|
Update of /cvsroot/clirr/clirr/core/src/testinput/testlib-v1/testlib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27497/src/testinput/testlib-v1/testlib Modified Files: MembersChange.java Log Message: Add fields to test new "MSG_REMOVED_CONSTANT_FIELD" check. Index: MembersChange.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/testinput/testlib-v1/testlib/MembersChange.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- MembersChange.java 15 Jul 2004 17:06:30 -0000 1.1 +++ MembersChange.java 23 Jul 2004 08:13:44 -0000 1.2 @@ -16,11 +16,13 @@ public static final int fin4 = 0; public static final int fin5 = 0; public static final boolean fin6 = false; + public static final int fin7 = 7; public int pub1 = 0; public int pub2 = 0; public int pub3 = 0; public int pub4 = 0; + public int pub5 = 0; protected int prot1 = 0; protected int prot2 = 0; |