[Clirr-devel] CVS: clirr/src/conf event-messages.properties,1.1,1.2
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <s_k...@us...> - 2004-06-28 06:52:12
|
Update of /cvsroot/clirr/clirr/src/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3580/src/conf Modified Files: event-messages.properties Log Message: New messages added for MethodSetCheck Index: event-messages.properties =================================================================== RCS file: /cvsroot/clirr/clirr/src/conf/event-messages.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- event-messages.properties 28 Jun 2004 05:06:04 -0000 1.1 +++ event-messages.properties 28 Jun 2004 06:52:03 -0000 1.2 @@ -8,7 +8,7 @@ # MethodSetCheck messages m7000=Method ''{1}'' is now implemented in superclass {3} in {0} m7001=Abstract method ''{1}'' is now specified by implemented interface {3} in {0} -m7002=Method ''{1}'' has been added in {0} +#m7002 no longer used m7003=Method ''{1}'' has been removed in {0} m7004=In method ''{1}'' the number of arguments has changed in {0} m7005=Parameter {3} of ''{1}'' has changed its type to {4} in {0} @@ -17,4 +17,7 @@ m7008=Method ''{1}'' is no longer deprecated in {0} m7009=Accessability of method ''{1}'' has been decreased from {3} to {4} in {0} m7010=Accessability of method ''{1}'' has been increased from {3} to {4} in {0} +m7011=Method ''{1}'' has been added in {0} +m7012=Method ''{1}'' has been added to an interface in {0} +m7013=Abstract method ''{1}'' has been added in {0} |