Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml.
Fichiers | Infos | Avertissements | Erreurs |
---|---|---|---|
3 | 0 | 0 | 11 |
Fichier | I | A | E |
---|---|---|---|
fr/paris/lutece/test/LuteceTestCase.java | 0 | 0 | 7 |
fr/paris/lutece/test/MokeHttpServletRequest.java | 0 | 0 | 1 |
fr/paris/lutece/test/Utils.java | 0 | 0 | 3 |
Catégorie | Règle | Violations | Sévérité |
---|---|---|---|
blocks | LeftCurly
|
1 | Erreur |
coding | ExplicitInitialization | 1 | Erreur |
design | HideUtilityClassConstructor | 1 | Erreur |
VisibilityModifier | 1 | Erreur | |
header | Header
|
3 | Erreur |
imports | AvoidStarImport | 1 | Erreur |
regexp | RegexpSinglelineJava
|
3 | Erreur |
RegexpSinglelineJava
|
3 | Erreur |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
Erreur | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Erreur | imports | AvoidStarImport | Using the '.*' form of import should be avoided - junit.framework.*. | 39 |
Erreur | coding | ExplicitInitialization | Variable '_bInit' explicitly initialized to 'false' (default value for its type). | 50 |
Erreur | design | VisibilityModifier | Variable '_bInit' must be private and have accessor methods. | 50 |
Erreur | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'System\.out\.println'. | 102 |
Erreur | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'System\.out\.println'. | 107 |
Erreur | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'System\.out\.println'. | 110 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
Erreur | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Sévérité | Catégorie | Règle | Message | Ligne |
---|---|---|---|---|
Erreur | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Erreur | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 66 |
Erreur | blocks | LeftCurly | '{' at column 42 should be on a new line. | 221 |