The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 4 | 0 | 0 | 16 |
| File | |||
|---|---|---|---|
| fr/paris/lutece/plugins/solrserver/SolrServerFilter.java | 0 | 0 | 14 |
| fr/paris/lutece/plugins/solrserver/web/SolrserverJspBean.java | 0 | 0 | 2 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
3 | |
| coding | ParameterAssignment | 1 | |
| header | Header
|
2 | |
| imports | UnusedImports | 3 | |
| javadoc | JavadocMethod | 1 | |
| JavadocType | 1 | ||
| whitespace | ParenPad
|
5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - org.apache.solr.common.util.FastInputStream. | 40 | |
| imports | UnusedImports | Unused import - javax.servlet.Filter. | 45 | |
| imports | UnusedImports | Unused import - javax.servlet.ServletInputStream. | 49 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 115 | |
| coding | ParameterAssignment | Assignment of parameter 'request' is not allowed. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 116 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 117 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |