[Clirr-devel] CVS: clirr/src/conf event-messages.properties,1.3,1.4
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <s_k...@us...> - 2004-07-01 23:54:13
|
Update of /cvsroot/clirr/clirr/src/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22710 Modified Files: event-messages.properties Log Message: Added entries for all messages currently generated by clirr Index: event-messages.properties =================================================================== RCS file: /cvsroot/clirr/clirr/src/conf/event-messages.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- event-messages.properties 29 Jun 2004 06:55:45 -0000 1.3 +++ event-messages.properties 1 Jul 2004 23:54:02 -0000 1.4 @@ -5,7 +5,61 @@ # {2} --> full field declaration of affected field # {3}..{n} --> check-specific parameters + +#----------------------------------------------------------------------------- +# ClassScopeCheck messages +#----------------------------------------------------------------------------- +m1000=Increased visibility of class from {3} to {4} +m1001=Decreased visibility of class from {3} to {4} +m1002=Unable to determine class scope: {3} in old class version +m1003=Unable to determine class scope: {3} in new class version + +#----------------------------------------------------------------------------- +# GenderChangeCheck messages +#----------------------------------------------------------------------------- +m2000=Changed from class to interface +m2001=Changed from interface to class + +#----------------------------------------------------------------------------- +# ClassModifierCheck messages +#----------------------------------------------------------------------------- +m3000=Unable to determine whether class is private +m3001=Removed final modifier from class +m3002=Added final modifier to class, but class was effectively final anyway +m3003=Added final modifier to class +m3004=Removed abstract modifier from class +m3005=Added abstract modifier to class + +#----------------------------------------------------------------------------- +# InterfaceSetCheck messages +#----------------------------------------------------------------------------- +m4000=Added {3} to the set of implemented interfaces +m4001=Removed {3} from the set of implemented interfaces + +#----------------------------------------------------------------------------- +# ClassHierarchyCheck messages +#----------------------------------------------------------------------------- +m5000=Added {3} to the list of superclasses +m5001=Removed {3} from the list of superclasses + +#----------------------------------------------------------------------------- +# FieldSetCheck messages +#----------------------------------------------------------------------------- +m6000=Added {3} field {2} +m6001=Removed field {2} +m6002=Value of field {2} is no longer a compile-time constant +m6003=Value of compile-time constant {2} has been changed +m6004=Changed type of field {2} from {3} to {4} +m6005=Field {2} is now non-final +m6006=Field {2} is now final +m6007=Field {2} is now non-static +m6008=Field {2} is now static +m6009=Accessability of field {2} has been increased from {3} to {4} +m6010=Accessability of field {2} has been weakened from {3} to {4} + +#----------------------------------------------------------------------------- # MethodSetCheck messages +#----------------------------------------------------------------------------- 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 @@ -21,3 +75,9 @@ m7012=Method ''{1}'' has been added to an interface m7013=Abstract method ''{1}'' has been added + +#----------------------------------------------------------------------------- +# Core Check messages +#----------------------------------------------------------------------------- +m8000=Class {0} added +m8001=Class {0} removed |