Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
3 0 0 6

Files

File
 I
 W
 E
fr/paris/lutece/plugins/directories/modules/solr/indexer/SolrDocIndexer.java 0 0 6

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
1
 Error
imports UnusedImports 3
 Error
javadoc JavadocMethod 2
 Error

Details

fr/paris/lutece/plugins/directories/modules/solr/indexer/SolrDocIndexer.java

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