The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
fr/paris/lutece/plugins/directory/modules/solr/search/SolrDirectoryIndexer.java | 0 | 0 | 23 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
3 | Error |
RightCurly
|
2 | Error | |
coding | DeclarationOrder | 1 | Error |
imports | UnusedImports | 2 | Error |
javadoc | JavadocMethod | 3 | Error |
regexp | RegexpSinglelineJava
|
2 | Error |
RegexpSinglelineJava
|
2 | Error | |
whitespace | ParenPad
|
10 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - java.io.Reader. | 39 |
Error | imports | UnusedImports | Unused import - java.io.StringReader. | 40 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 93 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 297 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 340 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 340 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 340 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 340 |
Error | blocks | LeftCurly | '{' at column 21 should be on a new line. | 341 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 342 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 342 |
Error | blocks | RightCurly | '}' at column 11 should be alone on a line. | 343 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 343 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 343 |
Error | blocks | LeftCurly | '{' at column 36 should be on a new line. | 343 |
Error | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 344 |
Error | blocks | RightCurly | '}' at column 11 should be alone on a line. | 345 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 345 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 345 |
Error | blocks | LeftCurly | '{' at column 37 should be on a new line. | 345 |
Error | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 346 |
Error | javadoc | JavadocMethod | Expected an @return tag. | 406 |