The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
fr/paris/lutece/plugins/solrserver/modules/directory/service/daemon/DirectorySolrService.java | 0 | 0 | 5 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod | 5 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected an @return tag. | 87 |
Error | javadoc | JavadocMethod | Expected @param tag for 'bCreate'. | 87 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'SolrServerException'. | 87 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |