[Clirr-devel] CVS: clirr/core/src/conf/net/sf/clirr/core EventMessages_de.properties,1.3,1.4 EventMe
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2005-08-01 07:21:53
|
Update of /cvsroot/clirr/clirr/core/src/conf/net/sf/clirr/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18083/src/conf/net/sf/clirr/core Modified Files: EventMessages_de.properties EventMessages_en.properties Log Message: RFE #1241245, detect change of a method's final modifier Index: EventMessages_de.properties =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/conf/net/sf/clirr/core/EventMessages_de.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- EventMessages_de.properties 14 Dec 2004 19:43:23 -0000 1.3 +++ EventMessages_de.properties 1 Aug 2005 07:21:42 -0000 1.4 @@ -50,9 +50,9 @@ m6002=Der Wert von Feld {2} ist keine Compilezeit-Konstante mehr m6003=Der Wert der Compilezeit-Konstanten {2} wurde geändert m6004=Der Typ des Feldes {2} wurde von {3} zu {4} geändert -m6005=Das Feld {2} ist jetzt non-final +m6005=Das Feld {2} ist nicht mehr final m6006=Das Feld {2} ist jetzt final -m6007=Das Feld {2} ist jetzt non-static +m6007=Das Feld {2} ist nicht mehr static m6008=Das Feld {2} ist jetzt static m6009=Sichtbarkeit des Feldes {2} wurde von {3} auf {4} erhöht m6010=Sichtbarkeit des Feldes {2} wurde von {3} auf {4} herabgesetzt @@ -74,7 +74,9 @@ m7010=Sichtbarkeit der Methode ''{1}'' wurde von {3} auf {4} erhöht m7011=Methode ''{1}'' wurde hinzugefügt m7012=Methode ''{1}'' wurde zum Interface hinzugefügt -m7013=Abstract Methode ''{1}'' wurde hinzugefügt +m7013=Abstrakte Methode ''{1}'' wurde hinzugefügt +m7014=Methode ''{1}'' ist jetzt final +m7015=Methode ''{1}'' ist nicht mehr final #----------------------------------------------------------------------------- # Core Check messages Index: EventMessages_en.properties =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/conf/net/sf/clirr/core/EventMessages_en.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- EventMessages_en.properties 23 Jul 2004 08:05:46 -0000 1.4 +++ EventMessages_en.properties 1 Aug 2005 07:21:42 -0000 1.5 @@ -74,6 +74,8 @@ m7011=Method ''{1}'' has been added m7012=Method ''{1}'' has been added to an interface m7013=Abstract method ''{1}'' has been added +m7014=Method ''{1}'' is now final +m7015=Method ''{1}'' is no longer final #----------------------------------------------------------------------------- |