The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
1 | |
| coding | DeclarationOrder | 4 | |
| design | HideUtilityClassConstructor | 1 | |
| VisibilityModifier | 6 | ||
| javadoc | JavadocMethod | 1 | |
| JavadocType | 5 | ||
| modifier | ModifierOrder | 1 | |
| RedundantModifier | 2 | ||
| naming | MemberName
|
1 | |
ParameterName
|
1 | ||
| TypeName | 1 | ||
| whitespace | ParenPad
|
4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 | |
| naming | TypeName | Name 'User_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 45 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 45 | |
| design | VisibilityModifier | Variable '_strState' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable '_strId' must be private and have accessor methods. | 48 | |
| design | VisibilityModifier | Variable '_date' must be private and have accessor methods. | 49 | |
| design | VisibilityModifier | Variable '_strCommentaire' must be private and have accessor methods. | 50 | |
| design | VisibilityModifier | Variable '_strMotif' must be private and have accessor methods. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Unused @param tag for '<K>'. | 42 | |
| javadoc | JavadocType | Unused @param tag for '<E>'. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 78 | |
| modifier | RedundantModifier | Redundant 'abstract' modifier. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Unused @param tag for '<K>'. | 44 | |
| javadoc | JavadocType | Unused @param tag for '<E>'. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable '_nItemsPerPage' must be private and have accessor methods. | 58 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 59 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 59 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 60 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 61 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'JSP_MANAGE_BEAN'. | 95 | |
| naming | ParameterName | Name 'JSP_MANAGE_BEAN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Name 'defaultOrder' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 103 |