[Clirr-devel] CVS: clirr/src/conf event-messages.properties,1.2,1.3
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <s_k...@us...> - 2004-06-29 06:55:53
|
Update of /cvsroot/clirr/clirr/src/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6539 Modified Files: event-messages.properties Log Message: Removed the "..in {classname}" string from the end of each message; the reporting classes can add this if they want. Also moved the "removed method" id from 7003 to 7002 for tidiness. Index: event-messages.properties =================================================================== RCS file: /cvsroot/clirr/clirr/src/conf/event-messages.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- event-messages.properties 28 Jun 2004 06:52:03 -0000 1.2 +++ event-messages.properties 29 Jun 2004 06:55:45 -0000 1.3 @@ -6,18 +6,18 @@ # {3}..{n} --> check-specific parameters # 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 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} -m7006=Return type of method ''{1}'' has been changed to {3} in {0} -m7007=Method ''{1}'' has been deprecated in {0} -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} +m7000=Method ''{1}'' is now implemented in superclass {3} +m7001=Abstract method ''{1}'' is now specified by implemented interface {3} +m7002=Method ''{1}'' has been removed +#m7003 no longer used +m7004=In method ''{1}'' the number of arguments has changed +m7005=Parameter {3} of ''{1}'' has changed its type to {4} +m7006=Return type of method ''{1}'' has been changed to {3} +m7007=Method ''{1}'' has been deprecated +m7008=Method ''{1}'' is no longer deprecated +m7009=Accessability of method ''{1}'' has been decreased from {3} to {4} +m7010=Accessability of method ''{1}'' has been increased from {3} to {4} +m7011=Method ''{1}'' has been added +m7012=Method ''{1}'' has been added to an interface +m7013=Abstract method ''{1}'' has been added |