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 | 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
|
1 | Error |
ParameterName
|
1 | Error | |
TypeName | 1 | Error | |
whitespace | ParenPad
|
4 | Error |
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 |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Unused @param tag for '<K>'. | 42 |
Error | javadoc | JavadocType | Unused @param tag for '<E>'. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | modifier | RedundantModifier | Redundant 'abstract' modifier. | 78 |
Error | modifier | RedundantModifier | Redundant 'abstract' modifier. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Unused @param tag for '<K>'. | 44 |
Error | javadoc | JavadocType | Unused @param tag for '<E>'. | 45 |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | MemberName | Name 'defaultOrder' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 103 |