Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
Issue checkstyle#4726: fix AlphaUnsortedPropertiesFile idea violation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimfadora committed Jul 27, 2017
1 parent 0093555 commit 1907e0c
Show file tree
Hide file tree
Showing 140 changed files with 1,204 additions and 1,685 deletions.
2 changes: 1 addition & 1 deletion config/intellij-idea-inspections.xml
Expand Up @@ -24,7 +24,7 @@
<option name="nonThreadSafeTypes" value="" />
</inspection_tool>
<inspection_tool class="AccessToStaticFieldLockedOnInstance" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AlphaUnsortedPropertiesFile" enabled="false" level="ERROR" enabled_by_default="false" />
<inspection_tool class="AlphaUnsortedPropertiesFile" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="AmbiguousFieldAccess" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AmbiguousMethodCall" enabled="true" level="WARNING" enabled_by_default="true" />
<!-- this rule is inspection is only for old java, we are ok to use annotations -->
Expand Down
@@ -1,16 +1,15 @@
annotation.incorrect.style=Annotation style must be ''{0}''.
annotation.location=Annotation ''{0}'' have incorrect indentation level {1}, expected level should be {2}.
annotation.location.alone=Annotation ''{0}'' should be alone on line.
annotation.missing.deprecated=Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description.
annotation.missing.override=Must include @java.lang.Override annotation when '{'@inheritDoc'}' Javadoc tag exists.
annotation.incorrect.style=Annotation style must be ''{0}''.
annotation.trailing.comma.missing=Annotation array values must contain trailing comma.
annotation.trailing.comma.present=Annotation array values cannot contain trailing comma.
annotation.package.location=Package annotations must be in the package-info.java info.
annotation.parens.missing=Annotation must have closing parenthesis.
annotation.parens.present=Annotation cannot have closing parenthesis.
annotation.package.location=Package annotations must be in the package-info.java info.
suppressed.warning.not.allowed=The warning ''{0}'' cannot be suppressed at this location.
annotation.trailing.comma.missing=Annotation array values must contain trailing comma.
annotation.trailing.comma.present=Annotation array values cannot contain trailing comma.
javadoc.duplicateTag=Duplicate {0} tag.
javadoc.missing=Missing a Javadoc comment.
suppressed.warning.not.allowed=The warning ''{0}'' cannot be suppressed at this location.
tag.not.valid.on=The Javadoc {0} tag is not valid at this location.

annotation.location=Annotation ''{0}'' have incorrect indentation level {1}, expected level should be {2}.
annotation.location.alone=Annotation ''{0}'' should be alone on line.

@@ -1,15 +1,14 @@
annotation.incorrect.style=Die Annotation muss dem Stil ''{0}'' folgen.
annotation.location=Die Annotation ''{0}'' hat eine unerwartete Einrückungstiefe von {1} (erwartet: {2}).
annotation.location.alone=Die Annotation ''{0}'' sollte auf einer eigenen Zeile stehen.
annotation.missing.deprecated=Eine Deprecated-Annotation (@java.lang.Deprecated) und ein Deprecated-Javadoc-Tag (@deprecated) mit Beschreibung müssen immer zusammen verwendet werden.
annotation.missing.override=Wenn der '{'@inheritDoc'}'-Javadoc-Tag verwendet wird, muss eine Override-Annotation (@java.lang.Override) vorhanden sein.
annotation.incorrect.style=Die Annotation muss dem Stil ''{0}'' folgen.
annotation.trailing.comma.missing=Annotation-Array-Werte müssen mit einem Komma abgeschlossen werden.
annotation.trailing.comma.present=Annotation-Array-Werte dürfen nicht mit einem Komma abgeschlossen werden.
annotation.package.location=Paket-Annotationen müssen in der package-info.java aufgeführt sein.
annotation.parens.missing=Die Annotation muss schließende Klammern haben.
annotation.parens.present=Die Annotation darf keine schließenden Klammern haben.
annotation.package.location=Paket-Annotationen müssen in der package-info.java aufgeführt sein.
suppressed.warning.not.allowed=Die Warnung ''{0}'' darf an dieser Stelle nicht unterdrückt werden.
annotation.trailing.comma.missing=Annotation-Array-Werte müssen mit einem Komma abgeschlossen werden.
annotation.trailing.comma.present=Annotation-Array-Werte dürfen nicht mit einem Komma abgeschlossen werden.
javadoc.duplicateTag=Der Javadoc-Tag {0} ist doppelt.
javadoc.missing=Es fehlt ein Javadoc-Kommentar.
suppressed.warning.not.allowed=Die Warnung ''{0}'' darf an dieser Stelle nicht unterdrückt werden.
tag.not.valid.on=Der Javadoc-Tag {0} ist an dieser Stelle nicht zulässig.

annotation.location=Die Annotation ''{0}'' hat eine unerwartete Einrückungstiefe von {1} (erwartet: {2}).
annotation.location.alone=Die Annotation ''{0}'' sollte auf einer eigenen Zeile stehen.
@@ -1,15 +1,15 @@
annotation.missing.deprecated = Debe incluir tanto @ java.lang.Deprecated anotación y etiquetas Javadocdeprecated con la descripción.
annotation.missing.override = Debe incluir @ java.lang.Override anotación cuando existe '{'inheritDoc '}' tag Javadoc.
annotation.incorrect.style = Estilo de anotación debe ser ''{0}''.
annotation.trailing.comma.missing = Valores de la matriz de anotación deben contener trailing coma.
annotation.trailing.comma.present = Valores de la matriz de anotación no pueden contener trailing coma.
annotation.parens.missing = Anotación debe tener paréntesis de cierre.
annotation.parens.present = Anotación no puede tener paréntesis de cierre.
annotation.package.location = Anotaciones del paquete deben estar en la información package-info.java.
suppressed.warning.not.allowed = La advertencia ''{0}'' no se puede suprimir en este lugar.
javadoc.duplicateTag = Duplicar {0} etiqueta.
javadoc.missing = Falta un comentario Javadoc.
tag.not.valid.on = El Javadoc {0} etiqueta no es válido en este lugar.
annotation.location = Anotación ''{0}'' tiene nivel de sangría incorrecta {1} nivel que se espera debe ser {2}
annotation.location.alone = Anotación ''{0}'' esté solo en la línea.
annotation.incorrect.style=Estilo de anotación debe ser ''{0}''.
annotation.location=Anotación ''{0}'' tiene nivel de sangría incorrecta {1} nivel que se espera debe ser {2}
annotation.location.alone=Anotación ''{0}'' esté solo en la línea.
annotation.missing.deprecated=Debe incluir tanto @ java.lang.Deprecated anotación y etiquetas Javadocdeprecated con la descripción.
annotation.missing.override=Debe incluir @ java.lang.Override anotación cuando existe '{'inheritDoc '}' tag Javadoc.
annotation.package.location=Anotaciones del paquete deben estar en la información package-info.java.
annotation.parens.missing=Anotación debe tener paréntesis de cierre.
annotation.parens.present=Anotación no puede tener paréntesis de cierre.
annotation.trailing.comma.missing=Valores de la matriz de anotación deben contener trailing coma.
annotation.trailing.comma.present=Valores de la matriz de anotación no pueden contener trailing coma.
javadoc.duplicateTag=Duplicar {0} etiqueta.
javadoc.missing=Falta un comentario Javadoc.
suppressed.warning.not.allowed=La advertencia ''{0}'' no se puede suprimir en este lugar.
tag.not.valid.on=El Javadoc {0} etiqueta no es válido en este lugar.

@@ -1,14 +1,14 @@
annotation.missing.deprecated = Tulee sisältää sekä @ java.lang.Deprecated huomautusta jadeprecated Javadoc tag kuvaus.
annotation.missing.override = Oltava @ java.lang.Override merkintä kun '{' inheritDoc '}' Javadoc tag olemassa.
annotation.incorrect.style = Lisäykset tyyli on ''{0}''.
annotation.trailing.comma.missing = Lisäykset array arvot saa olla perään pilkulla.
annotation.trailing.comma.present = Annotation array arvot voi sisältää perään pilkulla.
annotation.parens.missing = Lisäykset on oltava Sulkemissulut.
annotation.parens.present = Huomautus voi olla Sulkemissulut.
annotation.package.location = Paketti merkinnät on oltava package-info.java info.
suppressed.warning.not.allowed = Varoitus ''{0}'' ei voi estää tässä paikassa.
javadoc.duplicateTag = Monista {0} tunniste.
javadoc.missing = Puuttuvat Javadoc kommentti.
tag.not.valid.on = Javadoc {0} tunniste ei kelpaa tässä paikassa.
annotation.location = Lisäykset ''{0}'' on virheellinen sisennystason {1} , odottaa taso olisi {2} .
annotation.location.alone = Lisäykset ''{0}'' pitäisi olla yksin verkossa.
annotation.incorrect.style=Lisäykset tyyli on ''{0}''.
annotation.location=Lisäykset ''{0}'' on virheellinen sisennystason {1} , odottaa taso olisi {2} .
annotation.location.alone=Lisäykset ''{0}'' pitäisi olla yksin verkossa.
annotation.missing.deprecated=Tulee sisältää sekä @ java.lang.Deprecated huomautusta jadeprecated Javadoc tag kuvaus.
annotation.missing.override=Oltava @ java.lang.Override merkintä kun '{' inheritDoc '}' Javadoc tag olemassa.
annotation.package.location=Paketti merkinnät on oltava package-info.java info.
annotation.parens.missing=Lisäykset on oltava Sulkemissulut.
annotation.parens.present=Huomautus voi olla Sulkemissulut.
annotation.trailing.comma.missing=Lisäykset array arvot saa olla perään pilkulla.
annotation.trailing.comma.present=Annotation array arvot voi sisältää perään pilkulla.
javadoc.duplicateTag=Monista {0} tunniste.
javadoc.missing=Puuttuvat Javadoc kommentti.
suppressed.warning.not.allowed=Varoitus ''{0}'' ei voi estää tässä paikassa.
tag.not.valid.on=Javadoc {0} tunniste ei kelpaa tässä paikassa.
@@ -1,14 +1,14 @@
annotation.incorrect.style=Le style d''annotation doit être ''{0}''.
annotation.location=L''annotation ''{0}'' a un niveau d''indentation incorrect {1}, le niveau attendu devrait être {2}.
annotation.location.alone=L''annotation ''{0}'' devrait être seule sur la ligne.
annotation.missing.deprecated=Doit inclure à la fois l''annotation @java.lang.Deprecated et la balise Javadoc @deprecated avec une description.
annotation.missing.override=Doit inclure l''annotation @java.lang.Override lorsque la balise Javadoc '{'inheritDoc '}' existe.
annotation.incorrect.style=Le style d''annotation doit être ''{0}''.
annotation.trailing.comma.missing=Les valeurs de tableau d''annotation doivent contenir une virgule à la fin.
annotation.trailing.comma.present=Les valeurs de tableau d''annotation ne peuvent pas contenir une virgule à la fin.
annotation.package.location=Les annotations de package doivent être dans le fichier package-info.java.
annotation.parens.missing=L''annotation doit avoir des parenthèses fermantes.
annotation.parens.present=L''annotation ne peut pas avoir de parenthèses fermantes.
annotation.package.location=Les annotations de package doivent être dans le fichier package-info.java.
suppressed.warning.not.allowed=L''avertissement ''{0}'' ne peut pas être supprimé à cet endroit.
annotation.trailing.comma.missing=Les valeurs de tableau d''annotation doivent contenir une virgule à la fin.
annotation.trailing.comma.present=Les valeurs de tableau d''annotation ne peuvent pas contenir une virgule à la fin.
javadoc.duplicateTag=Balise {0} dupliquée.
javadoc.missing=Commentaire Javadoc manquant.
suppressed.warning.not.allowed=L''avertissement ''{0}'' ne peut pas être supprimé à cet endroit.
tag.not.valid.on=La balise Javadoc {0} n''est pas valide à cet endroit.
annotation.location=L''annotation ''{0}'' a un niveau d''indentation incorrect {1}, le niveau attendu devrait être {2}.
annotation.location.alone=L''annotation ''{0}'' devrait être seule sur la ligne.
@@ -1,14 +1,14 @@
annotation.missing.deprecated = java.lang.Deprecated アノテーションの指定と Javadoc に @deprecated タグの両方を記述する必要があります
annotation.missing.override = '{' @inheritDoc '}' Javadoc タグがあるときには、 java.lang.Override アノテーションを指定してください
annotation.incorrect.style = アノテーションの書式は ''{0}'' でなければなりません
annotation.trailing.comma.missing = アノテーションの配列値には末尾にカンマをつけてください
annotation.trailing.comma.present = アノテーションの配列値には末尾にカンマをつけないでください
annotation.parens.missing = アノテーションには閉じ括弧をつけてください
annotation.parens.present = アノテーションには閉じ括弧をつけないでください
annotation.package.location = パッケージアノテーションは package-info.java に書かれるべきです
suppressed.warning.not.allowed = この場所で、警告 ''{0}'' を抑制することはできません
javadoc.duplicateTag = {0}タグが重複しています
javadoc.missing = Javadoc コメントがありません
tag.not.valid.on = この場所で、Javadoc の{0}タグは有効ではありません
annotation.location = アノテーション ''{0}'' は、不正なインデントレベル {1} です。 期待されるレベルは {2} です
annotation.location.alone = アノテーション ''{0}'' は独立した行にしてください
annotation.incorrect.style=アノテーションの書式は ''{0}'' でなければなりません
annotation.location=アノテーション ''{0}'' は、不正なインデントレベル {1} です。 期待されるレベルは {2} です
annotation.location.alone=アノテーション ''{0}'' は独立した行にしてください
annotation.missing.deprecated=java.lang.Deprecated アノテーションの指定と Javadoc に @deprecated タグの両方を記述する必要があります
annotation.missing.override='{' @inheritDoc '}' Javadoc タグがあるときには、 java.lang.Override アノテーションを指定してください
annotation.package.location=パッケージアノテーションは package-info.java に書かれるべきです
annotation.parens.missing=アノテーションには閉じ括弧をつけてください
annotation.parens.present=アノテーションには閉じ括弧をつけないでください
annotation.trailing.comma.missing=アノテーションの配列値には末尾にカンマをつけてください
annotation.trailing.comma.present=アノテーションの配列値には末尾にカンマをつけないでください
javadoc.duplicateTag={0}タグが重複しています
javadoc.missing=Javadoc コメントがありません
suppressed.warning.not.allowed=この場所で、警告 ''{0}'' を抑制することはできません
tag.not.valid.on=この場所で、Javadoc の{0}タグは有効ではありません
@@ -1,14 +1,14 @@
annotation.missing.deprecated = Deve incluir tanto @ anotação java.lang.Deprecated e tag Javadocdeprecated com a descrição.
annotation.missing.override = Deve incluir @ anotação java.lang.Override quando existe '{'inheritDoc '}' tag Javadoc.
annotation.incorrect.style = Estilo de anotação deve ser ''{0}''.
annotation.trailing.comma.missing = Valores de matriz anotação deve conter fuga vírgula.
annotation.trailing.comma.present = Anotação valores de matriz não pode conter fuga vírgula.
annotation.parens.missing = Anotação deve ter fechamento parêntese.
annotation.parens.present = Anotação não pode ter fechamento parêntese.
annotation.package.location = Anotações do pacote deve estar na Informação package-info.java.
suppressed.warning.not.allowed = O aviso ''{0}'' não pode ser suprimida neste local.
javadoc.duplicateTag = Duplicar {0} tag.
javadoc.missing = Faltando um comentário Javadoc.
tag.not.valid.on = O Javadoc {0} tag não é válido neste local.
annotation.location = Anotação ''{0}'' têm nível de recuo incorreta {1} nível esperado deve ser {2}
annotation.location.alone = Anotação ''{0}'' deve ficar sozinho na linha.
annotation.incorrect.style=Estilo de anotação deve ser ''{0}''.
annotation.location=Anotação ''{0}'' têm nível de recuo incorreta {1} nível esperado deve ser {2}
annotation.location.alone=Anotação ''{0}'' deve ficar sozinho na linha.
annotation.missing.deprecated=Deve incluir tanto @ anotação java.lang.Deprecated e tag Javadocdeprecated com a descrição.
annotation.missing.override=Deve incluir @ anotação java.lang.Override quando existe '{'inheritDoc '}' tag Javadoc.
annotation.package.location=Anotações do pacote deve estar na Informação package-info.java.
annotation.parens.missing=Anotação deve ter fechamento parêntese.
annotation.parens.present=Anotação não pode ter fechamento parêntese.
annotation.trailing.comma.missing=Valores de matriz anotação deve conter fuga vírgula.
annotation.trailing.comma.present=Anotação valores de matriz não pode conter fuga vírgula.
javadoc.duplicateTag=Duplicar {0} tag.
javadoc.missing=Faltando um comentário Javadoc.
suppressed.warning.not.allowed=O aviso ''{0}'' não pode ser suprimida neste local.
tag.not.valid.on=O Javadoc {0} tag não é válido neste local.
@@ -1,20 +1,15 @@
#Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net)

annotation.incorrect.style = Anotasyon stili şu şekilde olmalı: ''{0}''.
annotation.missing.deprecated = @java.lang.Deprecated anotasyonu ve @deprecated Javadoc etiketi (açıklamasıyla birlikte) birlikte kullanılmalı.
annotation.missing.override = @inheritDoc Javadoc etiketi kullanıldığında @java.lang.Override anotasyonu da kullanılmalı.
annotation.package.location = Paket anotasyonları package-info.java dosyasında tanımlanmalı.
annotation.parens.missing = Anotasyonun kapatma parantezi ('')'') olmalı.
annotation.parens.present = Anotasyonun kapatma parantezi ('')'') olmamalı.
annotation.trailing.comma.missing = Anotasyonun dizi değerlerini takip eden bir virg\u00FCl kullanılmalıdır.
annotation.trailing.comma.present = Anotasyonun dizi değerlerini takip eden bir virg\u00FCl kullanılmamalıdır.

javadoc.duplicateTag = Tekrarlanmış {0} etiketi.
javadoc.missing = Javadoc açıklaması eksik.

suppressed.warning.not.allowed = ''{0}'' uyarısı bu konumda bastırılamaz.

tag.not.valid.on = {0} Javadoc etiketi bu konumda geçersiz.

annotation.location = Ek Açıklama ''{0}'' yanlış girinti düzeyine sahip {1} beklenen seviyede olmalıdır {2}
annotation.location.alone = Ek Açıklama ''{0}'' on line yalnız olmalıdır.
annotation.incorrect.style=Anotasyon stili şu şekilde olmalı: ''{0}''.
annotation.location=Ek Açıklama ''{0}'' yanlış girinti düzeyine sahip {1} beklenen seviyede olmalıdır {2}
annotation.location.alone=Ek Açıklama ''{0}'' on line yalnız olmalıdır.
annotation.missing.deprecated=@java.lang.Deprecated anotasyonu ve @deprecated Javadoc etiketi (açıklamasıyla birlikte) birlikte kullanılmalı.
annotation.missing.override=@inheritDoc Javadoc etiketi kullanıldığında @java.lang.Override anotasyonu da kullanılmalı.
annotation.package.location=Paket anotasyonları package-info.java dosyasında tanımlanmalı.
annotation.parens.missing=Anotasyonun kapatma parantezi ('')'') olmalı.
annotation.parens.present=Anotasyonun kapatma parantezi ('')'') olmamalı.
annotation.trailing.comma.missing=Anotasyonun dizi değerlerini takip eden bir virg\u00FCl kullanılmalıdır.
annotation.trailing.comma.present=Anotasyonun dizi değerlerini takip eden bir virg\u00FCl kullanılmamalıdır.
javadoc.duplicateTag=Tekrarlanmış {0} etiketi.
javadoc.missing=Javadoc açıklaması eksik.
suppressed.warning.not.allowed=''{0}'' uyarısı bu konumda bastırılamaz.
tag.not.valid.on={0} Javadoc etiketi bu konumda geçersiz.

0 comments on commit 1907e0c

Please sign in to comment.