Le document suivant contient les résultats de Checkstyle 6.11.2 avec les règles build-config/lutece_checks.xml.
Catégorie | Règle | Violations | Sévérité |
---|---|---|---|
coding | ExplicitInitialization | 2 | Erreur |
ParameterAssignment | 2 | Erreur | |
design | HideUtilityClassConstructor | 2 | Erreur |
VisibilityModifier | 1 | Erreur | |
javadoc | JavadocType | 2 | Erreur |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
Erreur | coding | ExplicitInitialization | Variable '_form' explicitly initialized to 'null' (default value for its type). | 46 |
Erreur | coding | ExplicitInitialization | Variable '_directory' explicitly initialized to 'null' (default value for its type). | 47 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
Erreur | javadoc | JavadocType | Missing a Javadoc comment. | 42 |
Erreur | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
Erreur | coding | ParameterAssignment | Assignment of parameter 'jsp' is not allowed. | 99 |
Erreur | coding | ParameterAssignment | Assignment of parameter 'jsp' is not allowed. | 139 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
Erreur | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
Erreur | javadoc | JavadocType | Missing a Javadoc comment. | 40 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
Erreur | design | VisibilityModifier | Variable '_nPriority' must be private and have accessor methods. | 44 |