From dedcabd90da2a85294a2b9d8891f626deddee2f3 Mon Sep 17 00:00:00 2001 From: Vladislav Lisetskiy Date: Mon, 21 Dec 2015 01:18:38 +0300 Subject: [PATCH] Pull #2756: Remove unused message --- .../tools/checkstyle/checks/coding/messages.properties | 1 - .../tools/checkstyle/checks/coding/messages_de.properties | 1 - .../tools/checkstyle/checks/coding/messages_es.properties | 1 - .../tools/checkstyle/checks/coding/messages_fi.properties | 1 - .../tools/checkstyle/checks/coding/messages_fr.properties | 1 - .../tools/checkstyle/checks/coding/messages_ja.properties | 1 - .../tools/checkstyle/checks/coding/messages_pt.properties | 1 - .../tools/checkstyle/checks/coding/messages_tr.properties | 1 - 8 files changed, 8 deletions(-) diff --git a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages.properties b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages.properties index ef712dcf9..317e8b8dc 100644 --- a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages.properties +++ b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages.properties @@ -43,7 +43,6 @@ redundant.throws.duplicate=Redundant throws: ''{0}'' listed more then one time. redundant.throws.subclass=Redundant throws: ''{0}'' is subclass of ''{1}''. redundant.throws.unchecked=Redundant throws: ''{0}'' is unchecked exception. require.this.variable=Reference to instance variable ''{0}'' needs \"this.\". -require.this.unfound.variable=Unable find where ''{0}'' is declared. require.this.method=Method call to ''{0}'' needs \"this.\". return.count=Return count is {0,number,integer} (max allowed is {1,number,integer}). simplify.boolReturn=Conditional logic can be removed. diff --git a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_de.properties b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_de.properties index 9fbcca3a8..53d683d4f 100644 --- a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_de.properties +++ b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_de.properties @@ -43,7 +43,6 @@ redundant.throws.duplicate=Überflüssige throws-Deklaration: ''{0}'' ist mehrfa redundant.throws.subclass=Überflüssige throws-Deklaration: ''{0}'' ist Unterklasse von ''{1}''. redundant.throws.unchecked=Überflüssige throws-Deklaration: ''{0}'' ist eine unchecked Exception (abgeleitet von RuntimeException). require.this.variable=Dereferenzierung der Instanzvariable ''{0}'' muss über \"this.\" erfolgen. -require.this.unfound.variable=Checkstyle kann Deklaration von ''{0}'' nicht finden. require.this.method=Methodenaufruf ''{0}'' muss über \"this.\" erfolgen. return.count={0,number,integer} return-Anweisungen (Obergrenze ist {1,number,integer}). simplify.boolReturn=Die Verzweigung sollte entfernt werden. diff --git a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_es.properties b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_es.properties index efbd244cf..e592c663d 100644 --- a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_es.properties +++ b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_es.properties @@ -61,7 +61,6 @@ default.comes.last=La etiqueta default debe ser la última etiqueta en el switch missing.ctor=La clase debería definir un constructor. fall.through=Caída desde la etiqueta anterior en la sentencia switch. require.this.variable=La referencia a la variable de instancia ''{0}'' necesita \"this.\". -require.this.unfound.variable=No se puede encontrar la declaración de ''{0}''. require.this.method=La llamada al método ''{0}'' necesita \"this.\". multiple.variable.declarations=Sólo se permite una definición de variable por línea. multiple.variable.declarations.comma=Cada declaración de variable debe estar en su línea. diff --git a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_fi.properties b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_fi.properties index f6d60cc61..4bbadef78 100644 --- a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_fi.properties +++ b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_fi.properties @@ -55,7 +55,6 @@ nested.for.depth = Sisäkkäisiä syvyys on {0, numero, kokonaisluku} (max salli parameter.assignment = Tehtävä parametrin ''{0}'' ei ole sallittu. redundant.throws.classInfo = Ei saada luokan tietoa {0} . require.this.variable = Viittaus Esimerkiksi muuttuja ''{0}'' tarvitsee \"tämä.\". -require.this.unfound.variable = Pysty löytämään jossa ''{0}'' on ilmoitettu. require.this.method = Menetelmä kehotus ''{0}'' tarvitsee \"tämä.\". return.count = Paluu määrä on {0, numero, kokonaisluku} (max sallittu on {1, numero, kokonaisluku}). string.literal.equality = Kirjaimellinen Strings pitäisi verrata käyttämällä tasavertaisten (), ei ''{0}''. diff --git a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_fr.properties b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_fr.properties index 91c8607f1..e74c9e6b5 100644 --- a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_fr.properties +++ b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_fr.properties @@ -61,7 +61,6 @@ default.comes.last=Le cas \"default\" devrait apparaitre en dernier dans le bloc missing.ctor=Il manque un constructeur à la classe. fall.through=Le cas précédent du \"switch\" ne contient pas de break, return, throw ou continue. require.this.variable=La référence à la variable d''instance ''{0}'' doit utiliser \"this.\". -require.this.unfound.variable=Impossible de trouver où ''{0}'' est déclaré. require.this.method=L''appel à la méthode ''{0}'' nécessite l''utilisation de \"this.\". multiple.variable.declarations=Ne déclarez pas plus d''une variable par ligne. multiple.variable.declarations.comma=Chaque déclaration de variable doit faire l''objet d''une instruction à part. diff --git a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_ja.properties b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_ja.properties index be0635ca5..de9bf556b 100644 --- a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_ja.properties +++ b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_ja.properties @@ -68,7 +68,6 @@ multiple.variable.declarations = 行に1つの変数定義だけが許可され multiple.variable.declarations.comma = 各変数の宣言には、独自のステートメントでなければなりません。 nested.for.depth = 入れ子のforの深さ {0,number,integer}(許可された最大値は{1,number,integer})。 require.this.variable = インスタンス変数 ''{0}'' への参照には \"this\"が必要です。 -require.this.unfound.variable = ''{0}'' が宣言されている場所が見つかりません。 require.this.method = メソッド ''{0}'' への呼び出しは、 \"this\" が必要です。 unnecessary.paren.assign = 代入右辺の周りに不要な括弧。 unnecessary.paren.expr = 式の周りの不要な括弧。 diff --git a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_pt.properties b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_pt.properties index 6f3fcb313..b8a19b17c 100644 --- a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_pt.properties +++ b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_pt.properties @@ -48,7 +48,6 @@ multiple.variable.declarations = Apenas uma definição de variável por linha p multiple.variable.declarations.comma = Cada declaração de variável deve estar em sua própria declaração. nested.for.depth = Aninhado para a profundidade é {0, number, integer} (máximo permitido é {1, number, integer}). require.this.variable = Referência a variável de instância ''{0}'' precisa de \"isso.\". -require.this.unfound.variable = Não foi possível encontrar onde ''{0}'' é declarada. require.this.method = Chamada de método para ''{0}'' precisa de \"isso.\". unnecessary.paren.assign = Parênteses desnecessários ao redor do lado direito atribuição. unnecessary.paren.expr = Parênteses desnecessários ao redor expressão. diff --git a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_tr.properties b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_tr.properties index 96381a906..285babf6e 100644 --- a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_tr.properties +++ b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/coding/messages_tr.properties @@ -72,7 +72,6 @@ redundant.throws.subclass = ''{0}'', ''{1}'' sınıfının alt sınıfıdır, ' redundant.throws.unchecked = ''{0}'' ''unchecked'' bir istisnadır, ''throws'' kullanımı gereksizdir. require.this.method = ''{0}'' metoduna erişim "this." kullanılarak yapılmalıdır. -require.this.unfound.variable = ''{0}'' ifadesinin nerede tanımlandığı bilinmiyor. require.this.variable = ''{0}'' değişkenine erişim "this." kullanılarak yapılmalıdır. return.count = Kullanılan ''return'' sayısı {0,number,integer} (maksimum izin verilen değer {1,number,integer}).