The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
7 | 0 | 0 | 17 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | ExplicitInitialization | 1 | Error |
header | Header
|
5 | Error |
javadoc | JavadocMethod | 4 | Error |
modifier | ModifierOrder | 4 | Error |
whitespace | ParenPad
|
3 | 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 | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
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 | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
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 | coding | ExplicitInitialization | Variable '_singleton' explicitly initialized to 'null' (default value for its type). | 56 |
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 | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 72 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 73 |
Error | modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 74 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 93 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 93 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 133 |