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 21

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
3  Error
RightCurly
  • option: "alone"
2  Error
imports UnusedImports 2  Error
javadoc JavadocMethod 2  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/announce/modules/solr/search/SolrAnnounceIndexer.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - java.io.Reader. 65
 Error imports UnusedImports Unused import - java.io.StringReader. 66
 Error whitespace ParenPad '(' is not followed by whitespace. 265
 Error whitespace ParenPad '(' is not followed by whitespace. 265
 Error whitespace ParenPad ')' is not preceded with whitespace. 265
 Error whitespace ParenPad ')' is not preceded with whitespace. 265
 Error blocks LeftCurly '{' at column 13 should be on a new line. 266
 Error whitespace ParenPad '(' is not followed by whitespace. 267
 Error whitespace ParenPad ')' is not preceded with whitespace. 267
 Error blocks RightCurly '}' at column 3 should be alone on a line. 268
 Error whitespace ParenPad '(' is not followed by whitespace. 268
 Error whitespace ParenPad ')' is not preceded with whitespace. 268
 Error blocks LeftCurly '{' at column 28 should be on a new line. 268
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 269
 Error blocks RightCurly '}' at column 3 should be alone on a line. 270
 Error whitespace ParenPad '(' is not followed by whitespace. 270
 Error whitespace ParenPad ')' is not preceded with whitespace. 270
 Error blocks LeftCurly '{' at column 29 should be on a new line. 270
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 271
 Error javadoc JavadocMethod Unused @param tag for 'questionAnswer'. 292
 Error javadoc JavadocMethod Expected @param tag for 'announce'. 296