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
7 0 0 26

Rules

Category Rule Violations Severity
imports UnusedImports 1  Error
javadoc JavadocMethod 4  Error
whitespace ParenPad
  • option: "space"
21  Error

Details

fr/paris/lutece/plugins/easyrulesbot/modules/ldap/service/AddCriteriaLoopProcessor.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Expected @param tag for 'strMapFile'. 66
 Error javadoc JavadocMethod Expected @throws tag for 'ResponseNotUnderstoodException'. 136

fr/paris/lutece/plugins/easyrulesbot/modules/ldap/service/DataExistCondition.java

Severity Category Rule Message Line
 Error whitespace ParenPad ')' is not preceded with whitespace. 58
 Error whitespace ParenPad ')' is not preceded with whitespace. 72

fr/paris/lutece/plugins/easyrulesbot/modules/ldap/service/DataValueOrNullCondition.java

Severity Category Rule Message Line
 Error whitespace ParenPad ')' is not preceded with whitespace. 66
 Error whitespace ParenPad ')' is not preceded with whitespace. 67
 Error whitespace ParenPad ')' is not preceded with whitespace. 67
 Error whitespace ParenPad ')' is not preceded with whitespace. 68

fr/paris/lutece/plugins/easyrulesbot/modules/ldap/service/SearchValueProcessor.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - java.util.Collection. 49
 Error whitespace ParenPad ')' is not preceded with whitespace. 293
 Error whitespace ParenPad '(' is not followed by whitespace. 347
 Error whitespace ParenPad ')' is not preceded with whitespace. 347
 Error whitespace ParenPad '(' is not followed by whitespace. 350
 Error whitespace ParenPad ')' is not preceded with whitespace. 350
 Error whitespace ParenPad '(' is not followed by whitespace. 351
 Error whitespace ParenPad ')' is not preceded with whitespace. 351
 Error whitespace ParenPad '(' is not followed by whitespace. 352
 Error whitespace ParenPad ')' is not preceded with whitespace. 352
 Error whitespace ParenPad '(' is not followed by whitespace. 371
 Error whitespace ParenPad ')' is not preceded with whitespace. 371
 Error whitespace ParenPad ')' is not preceded with whitespace. 374
 Error whitespace ParenPad '(' is not followed by whitespace. 378
 Error whitespace ParenPad ')' is not preceded with whitespace. 378
 Error whitespace ParenPad ')' is not preceded with whitespace. 382
 Error javadoc JavadocMethod Unused @param tag for 'PersonSearchFilter'. 394
 Error javadoc JavadocMethod Expected @param tag for 'strPersonSearchFilter'. 398