The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod | 1 | Error |
JavadocType | 2 | Error | |
modifier | RedundantModifier | 1 | Error |
regexp | RegexpSinglelineJava
|
1 | Error |
RegexpSinglelineJava
|
1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | modifier | RedundantModifier | Redundant 'private' modifier. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'System\.exit'. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 45 |