The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
3 | 0 | 0 | 8 |
File | I | W | E |
---|---|---|---|
fr/paris/lutece/plugins/forms/modules/mydashboard/service/MyDashboardComponentFormResponses.java | 0 | 0 | 8 |
Category | Rule | Violations | Severity |
---|---|---|---|
header | Header
|
1 | Error |
imports | UnusedImports | 1 | Error |
whitespace | ParenPad
|
5 | Error |
WhitespaceAround
|
1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.forms.business.FormResponseHome. | 45 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 83 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 84 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 85 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 85 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 85 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 87 |