The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod | 2 | Error |
JavadocType | 1 | Error | |
modifier | RedundantModifier | 1 | Error |
regexp | RegexpSinglelineJava
|
4 | Error |
RegexpSinglelineJava
|
4 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 108 |
Error | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 112 |
Error | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 135 |
Error | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'printStackTrace'. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Error | modifier | RedundantModifier | Redundant 'public' modifier. | 431 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 432 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 39 |