The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | DeclarationOrder | 2 | Error |
design | FinalClass | 1 | Error |
header | Header
|
1 | Error |
imports | AvoidStarImport | 1 | Error |
javadoc | JavadocMethod | 6 | Error |
JavadocType | 1 | Error | |
whitespace | WhitespaceAround
|
3 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' */'. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class ManageLogsUtil should be declared as final. | 40 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 59 |
Error | javadoc | JavadocMethod | Expected @param tag for 'throwExceptionOnInaccessibleFile'. | 120 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Error | whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 135 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 135 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
Error | whitespace | WhitespaceAround | '=' is not followed by whitespace. | 285 |