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/workflow/modules/editrecord/service/EditRecordService.java | 0 | 0 | 4 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | ArrayTrailingComma | 4 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 546 |
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 553 |
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 576 |
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 583 |