The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
design | FinalClass | 1 | Error |
HideUtilityClassConstructor | 1 | Error | |
javadoc | JavadocMethod | 2 | Error |
misc | Translation | 2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | Translation | Key 'manage_urlrewriteradmins.labelManagement' missing. | |
Error | misc | Translation | Key 'manage_urlrewriteradmins.tableLabel' missing. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | FinalClass | Class AliasGeneratorService should be declared as final. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 |