The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| fr/paris/lutece/plugins/htmlpage/modules/solr/search/SolrHtmlpageIndexer.java | 0 | 0 | 20 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
3 | |
RightCurly
|
2 | ||
| imports | UnusedImports | 2 | |
| javadoc | JavadocMethod | 1 | |
| regexp | RegexpSinglelineJava
|
2 | |
RegexpSinglelineJava
|
2 | ||
| whitespace | ParenPad
|
10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.Reader. | 39 | |
| imports | UnusedImports | Unused import - java.io.StringReader. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 235 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 235 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 235 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 235 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 236 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 237 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 237 | |
| blocks | RightCurly | '}' at column 3 should be alone on a line. | 238 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 238 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 238 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 238 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 239 | |
| blocks | RightCurly | '}' at column 3 should be alone on a line. | 240 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 240 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 240 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 240 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 241 |