The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
design | HideUtilityClassConstructor | 2 | Error |
imports | AvoidStarImport | 2 | Error |
javadoc | JavadocMethod | 1 | Error |
misc | Translation | 12 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.validation.constraints.*. | 36 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. | 37 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | Translation | Key 'create_recastbot.labelBotMode' missing. | |
Error | misc | Translation | Key 'create_recastbot.labelBotMode.help' missing. | |
Error | misc | Translation | Key 'create_recastbot.labelWelcome' missing. | |
Error | misc | Translation | Key 'create_recastbot.labelWelcome.help' missing. | |
Error | misc | Translation | Key 'manage_recastbots.columnStandalone' missing. | |
Error | misc | Translation | Key 'manage_recastbots.columnWelcome' missing. | |
Error | misc | Translation | Key 'mode.standalone' missing. | |
Error | misc | Translation | Key 'mode.standard' missing. | |
Error | misc | Translation | Key 'modify_recastbot.labelBotMode' missing. | |
Error | misc | Translation | Key 'modify_recastbot.labelBotMode.help' missing. | |
Error | misc | Translation | Key 'modify_recastbot.labelWelcome' missing. | |
Error | misc | Translation | Key 'modify_recastbot.labelWelcome.help' missing. |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |