The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 3 | 0 | 0 | 11 |
| File | |||
|---|---|---|---|
| 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 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
1 | |
| coding | ExplicitInitialization | 1 | |
| design | HideUtilityClassConstructor | 1 | |
| VisibilityModifier | 1 | ||
| header | Header
|
3 | |
| imports | AvoidStarImport | 1 | |
| regexp | RegexpSinglelineJava
|
3 | |
RegexpSinglelineJava
|
3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - junit.framework.*. | 39 | |
| coding | ExplicitInitialization | Variable '_bInit' explicitly initialized to 'false' (default value for its type). | 50 | |
| design | VisibilityModifier | Variable '_bInit' must be private and have accessor methods. | 50 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'System\.out\.println'. | 102 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'System\.out\.println'. | 107 | |
| regexp | RegexpSinglelineJava | Line matches the illegal pattern 'System\.out\.println'. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 66 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 221 |