The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| fr/paris/lutece/plugins/announce/modules/solr/search/SolrAnnounceIndexer.java | 0 | 0 | 21 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
3 | |
RightCurly
|
2 | ||
| imports | UnusedImports | 2 | |
| javadoc | JavadocMethod | 2 | |
| regexp | RegexpSinglelineJava
|
2 | |
RegexpSinglelineJava
|
2 | ||
| whitespace | ParenPad
|
10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.Reader. | 65 | |
| imports | UnusedImports | Unused import - java.io.StringReader. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 265 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 265 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 265 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 265 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 266 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 267 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 267 | |
| blocks | RightCurly | '}' at column 3 should be alone on a line. | 268 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 268 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 268 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 268 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 269 | |
| blocks | RightCurly | '}' at column 3 should be alone on a line. | 270 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 270 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 270 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 270 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 271 | |
| javadoc | JavadocMethod | Unused @param tag for 'questionAnswer'. | 292 | |
| javadoc | JavadocMethod | Expected @param tag for 'announce'. | 296 |