The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
fr/paris/lutece/plugins/wurfl/service/WurflService.java | 0 | 0 | 4 |
fr/paris/lutece/plugins/wurfl/web/WurflInclude.java | 0 | 0 | 1 |
Category | Rule | Violations | Severity |
---|---|---|---|
design | HideUtilityClassConstructor | 1 | Error |
javadoc | JavadocMethod | 2 | Error |
regexp | RegexpSinglelineJava
|
2 | Error |
RegexpSinglelineJava
|
2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'System\.out\.println'. | 62 |
Error | regexp | RegexpSinglelineJava | Line matches the illegal pattern 'System\.out\.println'. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |