Added keys for TranslationCheck. Still requires true translation.
This commit is contained in:
parent
9a9e7318a3
commit
d025e33b24
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
Loading…
Reference in New Issue