The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
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 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | ArrayTrailingComma | 2 | Error |
ReturnCount
|
3 | Warning | |
whitespace | ParenPad
|
8 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 306 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 306 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 310 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 310 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 375 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 375 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 436 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 436 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | ReturnCount | Return count is 7 (max allowed is 5). | 606 |
Warning | coding | ReturnCount | Return count is 11 (max allowed is 5). | 665 |
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 761 |
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 793 |
Warning | coding | ReturnCount | Return count is 6 (max allowed is 5). | 1147 |