The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
4 | 0 | 0 | 3 |
File | I | W | E |
---|---|---|---|
fr/paris/lutece/plugins/blog/modules/solr/daemon/OutdatedBlogDaemon.java | 0 | 0 | 1 |
fr/paris/lutece/plugins/blog/modules/solr/indexer/SolrBlogIndexer.java | 0 | 0 | 2 |
Category | Rule | Violations | Severity |
---|---|---|---|
header | Header
|
1 | Error |
javadoc | JavadocMethod | 2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Missing a header - not enough lines in file. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected @param tag for 'listIdDocument'. | 162 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'LuteceSolrException'. | 162 |