The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 7 | 0 | 0 | 17 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | ExplicitInitialization | 1 | |
| header | Header
|
5 | |
| javadoc | JavadocMethod | 4 | |
| modifier | ModifierOrder | 4 | |
| whitespace | ParenPad
|
3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | ExplicitInitialization | Variable '_singleton' explicitly initialized to 'null' (default value for its type). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 72 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 73 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 74 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 133 |