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 23

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
3  Error
RightCurly
  • option: "alone"
2  Error
coding DeclarationOrder 1  Error
imports UnusedImports 2  Error
javadoc JavadocMethod 3  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/directory/modules/solr/search/SolrDirectoryIndexer.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 coding DeclarationOrder Variable access definition in wrong order. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 102
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 297
 Error whitespace ParenPad '(' is not followed by whitespace. 340
 Error whitespace ParenPad '(' is not followed by whitespace. 340
 Error whitespace ParenPad ')' is not preceded with whitespace. 340
 Error whitespace ParenPad ')' is not preceded with whitespace. 340
 Error blocks LeftCurly '{' at column 21 should be on a new line. 341
 Error whitespace ParenPad '(' is not followed by whitespace. 342
 Error whitespace ParenPad ')' is not preceded with whitespace. 342
 Error blocks RightCurly '}' at column 11 should be alone on a line. 343
 Error whitespace ParenPad '(' is not followed by whitespace. 343
 Error whitespace ParenPad ')' is not preceded with whitespace. 343
 Error blocks LeftCurly '{' at column 36 should be on a new line. 343
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 344
 Error blocks RightCurly '}' at column 11 should be alone on a line. 345
 Error whitespace ParenPad '(' is not followed by whitespace. 345
 Error whitespace ParenPad ')' is not preceded with whitespace. 345
 Error blocks LeftCurly '{' at column 37 should be on a new line. 345
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 346
 Error javadoc JavadocMethod Expected an @return tag. 406