Le document suivant contient les résultats de Checkstyle 6.11.2 avec les règles build-config/lutece_checks.xml.
Fichier | ![]() |
![]() |
![]() |
---|---|---|---|
fr/paris/lutece/plugins/directory/modules/solr/search/SolrDirectoryIndexer.java | 0 | 0 | 23 |
Catégorie | Règle | Violations | Sévérité |
---|---|---|---|
blocks | LeftCurly
|
3 | ![]() |
RightCurly
|
2 | ![]() | |
coding | DeclarationOrder | 1 | ![]() |
imports | UnusedImports | 2 | ![]() |
javadoc | JavadocMethod | 3 | ![]() |
regexp | RegexpSinglelineJava
|
2 | ![]() |
RegexpSinglelineJava
|
2 | ![]() | |
whitespace | ParenPad
|
10 | ![]() |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - java.io.Reader. | 39 |
![]() |
imports | UnusedImports | Unused import - java.io.StringReader. | 40 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 297 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 340 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 340 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 340 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 340 |
![]() |
blocks | LeftCurly | '{' at column 21 should be on a new line. | 341 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 342 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 342 |
![]() |
blocks | RightCurly | '}' at column 11 should be alone on a line. | 343 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 343 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 343 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 343 |
![]() |
regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 344 |
![]() |
blocks | RightCurly | '}' at column 11 should be alone on a line. | 345 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 345 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 345 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 345 |
![]() |
regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 346 |
![]() |
javadoc | JavadocMethod | Expected an @return tag. | 406 |