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 | ![]() |
design | FinalClass | 1 | ![]() |
header | Header
|
1 | ![]() |
imports | AvoidStarImport | 1 | ![]() |
javadoc | JavadocMethod | 6 | ![]() |
JavadocType | 1 | ![]() | |
whitespace | WhitespaceAround
|
3 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' */'. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | FinalClass | Class ManageLogsUtil should be declared as final. | 40 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 59 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'throwExceptionOnInaccessibleFile'. | 120 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 135 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 285 |