From d025e33b24bd2ef919013273d500d2f3d364606d Mon Sep 17 00:00:00 2001 From: Rick Giles Date: Tue, 6 May 2003 09:40:35 +0000 Subject: [PATCH] Added keys for TranslationCheck. Still requires true translation. --- .../tools/checkstyle/checks/messages_fi.properties | 5 +++++ .../tools/checkstyle/checks/messages_fr.properties | 5 +++++ .../tools/checkstyle/checks/messages_pt.properties | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fi.properties b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fi.properties index 37bc20509..69e4f7272 100755 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fi.properties +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fi.properties @@ -77,3 +77,8 @@ simplify.boolreturn=Konditionaalilogiikan voisi poistaa. doublechecked.locking.avoid=The double-checked locking idiom is broken and should be avoided. design.forInheritance=Method ''{0}'' is not designed for inheritance - needs to be abstract, final or empty. + +final.class=Class {0} should be declared as final +missing.switch.default=switch without \"default\" clause + +empty.statement=Empty statement. \ No newline at end of file diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fr.properties b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fr.properties index ce708d67d..812ea3786 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fr.properties +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_fr.properties @@ -77,3 +77,8 @@ simplify.boolreturn=Supprimez la logique conditionnelle. doublechecked.locking.avoid=The double-checked locking idiom is broken and should be avoided. design.forInheritance=Method ''{0}'' is not designed for inheritance - needs to be abstract, final or empty. + +final.class=Class {0} should be declared as final +missing.switch.default=switch without \"default\" clause + +empty.statement=Empty statement. diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_pt.properties b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_pt.properties index ea560ccc6..14af892c3 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_pt.properties +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_pt.properties @@ -77,3 +77,8 @@ simplify.boolreturn=A l doublechecked.locking.avoid=The double-checked locking idiom is broken and should be avoided. design.forInheritance=Method ''{0}'' is not designed for inheritance - needs to be abstract, final or empty. + +final.class=Class {0} should be declared as final +missing.switch.default=switch without \"default\" clause + +empty.statement=Empty statement. \ No newline at end of file