The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | ExplicitInitialization | 2 | Error |
ParameterAssignment | 2 | Error | |
design | HideUtilityClassConstructor | 2 | Error |
VisibilityModifier | 1 | Error | |
javadoc | JavadocType | 2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | ExplicitInitialization | Variable '_form' explicitly initialized to 'null' (default value for its type). | 46 |
Error | coding | ExplicitInitialization | Variable '_directory' explicitly initialized to 'null' (default value for its type). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 42 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | ParameterAssignment | Assignment of parameter 'jsp' is not allowed. | 99 |
Error | coding | ParameterAssignment | Assignment of parameter 'jsp' is not allowed. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable '_nPriority' must be private and have accessor methods. | 44 |