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
43 0 3 10

Rules

Category Rule Violations Severity
coding ArrayTrailingComma 2  Error
ReturnCount
  • max: "5"
3  Warning
whitespace ParenPad
  • option: "space"
8  Error

Details

fr/paris/lutece/plugins/form/modules/datevalidators/service/validator/DateValidator.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is not followed by whitespace. 306
 Error whitespace ParenPad ')' is not preceded with whitespace. 306
 Error whitespace ParenPad '(' is not followed by whitespace. 310
 Error whitespace ParenPad ')' is not preceded with whitespace. 310
 Error whitespace ParenPad '(' is not followed by whitespace. 375
 Error whitespace ParenPad ')' is not preceded with whitespace. 375
 Error whitespace ParenPad '(' is not followed by whitespace. 436
 Error whitespace ParenPad ')' is not preceded with whitespace. 436

fr/paris/lutece/plugins/form/modules/datevalidators/web/DateValidatorsJspBean.java

Severity Category Rule Message Line
 Warning coding ReturnCount Return count is 7 (max allowed is 5). 606
 Warning coding ReturnCount Return count is 11 (max allowed is 5). 665
 Error coding ArrayTrailingComma Array should contain trailing comma. 761
 Error coding ArrayTrailingComma Array should contain trailing comma. 793
 Warning coding ReturnCount Return count is 6 (max allowed is 5). 1147