Le document suivant contient les résultats de Checkstyle 6.11.2 avec les règles build-config/lutece_checks.xml. 
| Fichier | |||
|---|---|---|---|
| fr/paris/lutece/plugins/form/modules/datevalidators/service/validator/DateValidator.java | 0 | 0 | 8 |
| fr/paris/lutece/plugins/form/modules/datevalidators/web/DateValidatorsJspBean.java | 0 | 3 | 2 |
| Catégorie | Règle | Violations | Sévérité |
|---|---|---|---|
| coding | ArrayTrailingComma | 2 | |
ReturnCount
|
3 | ||
| whitespace | ParenPad
|
8 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is not followed by whitespace. | 306 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 306 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 310 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 310 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 375 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 375 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 436 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 436 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| coding | ReturnCount | Return count is 7 (max allowed is 5). | 606 | |
| coding | ReturnCount | Return count is 11 (max allowed is 5). | 665 | |
| coding | ArrayTrailingComma | Array should contain trailing comma. | 761 | |
| coding | ArrayTrailingComma | Array should contain trailing comma. | 793 | |
| coding | ReturnCount | Return count is 6 (max allowed is 5). | 1147 |