The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
5 | 0 | 0 | 11 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
1 | Error |
design | HideUtilityClassConstructor | 1 | Error |
header | Header
|
3 | Error |
whitespace | ParenPad
|
4 | Error |
WhitespaceAround
|
2 | 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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Missing a header - not enough lines in file. | 1 |
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 12 |
Error | blocks | LeftCurly | '{' at column 35 should be on a new line. | 12 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 21 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 21 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 24 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 24 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |