Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
3 0 0 20

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
3  Error
RightCurly
  • option: "alone"
2  Error
imports UnusedImports 2  Error
javadoc JavadocMethod 1  Error
regexp RegexpSinglelineJava
  • format: "System\.exit"
2  Error
RegexpSinglelineJava
  • format: "System\.out\.println"
2  Error
whitespace ParenPad
  • option: "space"
10  Error

Details

fr/paris/lutece/plugins/htmlpage/modules/solr/search/SolrHtmlpageIndexer.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - java.io.Reader. 39
 Error imports UnusedImports Unused import - java.io.StringReader. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Error whitespace ParenPad '(' is not followed by whitespace. 235
 Error whitespace ParenPad '(' is not followed by whitespace. 235
 Error whitespace ParenPad ')' is not preceded with whitespace. 235
 Error whitespace ParenPad ')' is not preceded with whitespace. 235
 Error blocks LeftCurly '{' at column 13 should be on a new line. 236
 Error whitespace ParenPad '(' is not followed by whitespace. 237
 Error whitespace ParenPad ')' is not preceded with whitespace. 237
 Error blocks RightCurly '}' at column 3 should be alone on a line. 238
 Error whitespace ParenPad '(' is not followed by whitespace. 238
 Error whitespace ParenPad ')' is not preceded with whitespace. 238
 Error blocks LeftCurly '{' at column 28 should be on a new line. 238
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 239
 Error blocks RightCurly '}' at column 3 should be alone on a line. 240
 Error whitespace ParenPad '(' is not followed by whitespace. 240
 Error whitespace ParenPad ')' is not preceded with whitespace. 240
 Error blocks LeftCurly '{' at column 29 should be on a new line. 240
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 241