The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | ExplicitInitialization | 3 | Error |
modifier | RedundantModifier | 1 | Error |
naming | LocalVariableName
|
1 | Error |
MemberName
|
4 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | modifier | RedundantModifier | Redundant 'final' modifier. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | ExplicitInitialization | Variable '_bHasNotif' explicitly initialized to 'false' (default value for its type). | 43 |
Error | coding | ExplicitInitialization | Variable '_bUseEmail' explicitly initialized to 'false' (default value for its type). | 44 |
Error | coding | ExplicitInitialization | Variable '_bUseList' explicitly initialized to 'false' (default value for its type). | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | MemberName | Name 'SQL_SELECT_BY_UNIT' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
Error | naming | MemberName | Name 'SQL_DELETE_BY_UNIT' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 |
Error | naming | MemberName | Name 'SQL_UPDATE_NOTIFICATION' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 |
Error | naming | MemberName | Name 'SQL_INSERT_NOTIFICATION' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | LocalVariableName | Name '_unitUserService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 221 |