The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 3 | 0 | 0 | 6 |
| File | |||
|---|---|---|---|
| fr/paris/lutece/plugins/directories/modules/solr/indexer/SolrDocIndexer.java | 0 | 0 | 6 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
1 | |
| imports | UnusedImports | 3 | |
| javadoc | JavadocMethod | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javassist.expr.NewArray. | 51 | |
| imports | UnusedImports | Unused import - java.text.Normalizer. | 62 | |
| imports | UnusedImports | Unused import - java.util.regex.Pattern. | 69 | |
| javadoc | JavadocMethod | Unused @param tag for 'portlet'. | 154 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 161 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 226 |