The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | ArrayTrailingComma | 1 | Error |
DeclarationOrder | 11 | Error | |
imports | IllegalImport | 2 | Error |
misc | Translation | 1 | Error |
modifier | RedundantModifier | 1 | Error |
whitespace | ParenPad
|
14 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 169 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | Translation | Key 'create_site.commentUrl' missing. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 92 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 101 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 111 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 121 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 130 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 139 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 148 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 156 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 164 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 172 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 180 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 535 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 201 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 201 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 238 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 238 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 249 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 249 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | IllegalImport | Import from illegal package - sun.misc.BASE64Decoder. | 40 |
Error | imports | IllegalImport | Import from illegal package - sun.misc.BASE64Encoder. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 126 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 126 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 216 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 216 |
Error | coding | ArrayTrailingComma | Array should contain trailing comma. | 283 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 290 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 290 |