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/announce/modules/solr/search/SolrAnnounceIndexer.java | 0 | 0 | 21 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
3 | Error |
RightCurly
|
2 | Error | |
imports | UnusedImports | 2 | Error |
javadoc | JavadocMethod | 2 | 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. | 65 |
Error | imports | UnusedImports | Unused import - java.io.StringReader. | 66 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 265 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 265 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 265 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 265 |
Error | blocks | LeftCurly | '{' at column 13 should be on a new line. | 266 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 267 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 267 |
Error | blocks | RightCurly | '}' at column 3 should be alone on a line. | 268 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 268 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 268 |
Error | blocks | LeftCurly | '{' at column 28 should be on a new line. | 268 |
Error | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 269 |
Error | blocks | RightCurly | '}' at column 3 should be alone on a line. | 270 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 270 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 270 |
Error | blocks | LeftCurly | '{' at column 29 should be on a new line. | 270 |
Error | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 271 |
Error | javadoc | JavadocMethod | Unused @param tag for 'questionAnswer'. | 292 |
Error | javadoc | JavadocMethod | Expected @param tag for 'announce'. | 296 |