The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
File | ![]() |
![]() |
![]() |
---|---|---|---|
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 | ![]() |
ReturnCount
|
3 | ![]() | |
whitespace | ParenPad
|
8 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 |