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