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
21 0 0 28

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
1  Error
coding DeclarationOrder 4  Error
design HideUtilityClassConstructor 1  Error
VisibilityModifier 6  Error
javadoc JavadocMethod 1  Error
JavadocType 5  Error
modifier ModifierOrder 1  Error
RedundantModifier 2  Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1  Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
1  Error
TypeName 1  Error
whitespace ParenPad
  • option: "space"
4  Error

Details

fr/paris/lutece/plugins/userban/bean/user/User.java

Severity Category Rule Message Line
 Error whitespace ParenPad '(' is not followed by whitespace. 65
 Error whitespace ParenPad ')' is not preceded with whitespace. 65
 Error whitespace ParenPad '(' is not followed by whitespace. 75
 Error whitespace ParenPad ')' is not preceded with whitespace. 75

fr/paris/lutece/plugins/userban/bean/user/User_.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 44
 Error naming TypeName Name 'User_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 45
 Error blocks LeftCurly '{' at column 20 should be on a new line. 45
 Error design VisibilityModifier Variable '_strState' must be private and have accessor methods. 47
 Error design VisibilityModifier Variable '_strId' must be private and have accessor methods. 48
 Error design VisibilityModifier Variable '_date' must be private and have accessor methods. 49
 Error design VisibilityModifier Variable '_strCommentaire' must be private and have accessor methods. 50
 Error design VisibilityModifier Variable '_strMotif' must be private and have accessor methods. 51

fr/paris/lutece/plugins/userban/dao/user/IUserDAO.java

Severity Category Rule Message Line
 Error javadoc JavadocType Unused @param tag for '<K>'. 42
 Error javadoc JavadocType Unused @param tag for '<E>'. 43

fr/paris/lutece/plugins/userban/service/IAbstractService.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'abstract' modifier. 78
 Error modifier RedundantModifier Redundant 'abstract' modifier. 86

fr/paris/lutece/plugins/userban/service/UserbanPlugin.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 40

fr/paris/lutece/plugins/userban/service/user/IUserService.java

Severity Category Rule Message Line
 Error javadoc JavadocType Unused @param tag for '<K>'. 44
 Error javadoc JavadocType Unused @param tag for '<E>'. 45

fr/paris/lutece/plugins/userban/web/AbstractJspBean.java

Severity Category Rule Message Line
 Error design VisibilityModifier Variable '_nItemsPerPage' must be private and have accessor methods. 58
 Error coding DeclarationOrder Static variable definition in wrong order. 59
 Error modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 59
 Error coding DeclarationOrder Static variable definition in wrong order. 60
 Error coding DeclarationOrder Static variable definition in wrong order. 61
 Error coding DeclarationOrder Static variable definition in wrong order. 64
 Error javadoc JavadocMethod Expected @param tag for 'JSP_MANAGE_BEAN'. 95
 Error naming ParameterName Name 'JSP_MANAGE_BEAN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95

fr/paris/lutece/plugins/userban/web/user/UserJspBean.java

Severity Category Rule Message Line
 Error naming MemberName Name 'defaultOrder' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 103