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 | |
| imports | AvoidStarImport | 2 | |
| javadoc | JavadocMethod | 1 | |
| misc | Translation | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.validation.constraints.*. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | Translation | Key 'create_recastbot.labelBotMode' missing. | ||
| misc | Translation | Key 'create_recastbot.labelBotMode.help' missing. | ||
| misc | Translation | Key 'create_recastbot.labelWelcome' missing. | ||
| misc | Translation | Key 'create_recastbot.labelWelcome.help' missing. | ||
| misc | Translation | Key 'manage_recastbots.columnStandalone' missing. | ||
| misc | Translation | Key 'manage_recastbots.columnWelcome' missing. | ||
| misc | Translation | Key 'mode.standalone' missing. | ||
| misc | Translation | Key 'mode.standard' missing. | ||
| misc | Translation | Key 'modify_recastbot.labelBotMode' missing. | ||
| misc | Translation | Key 'modify_recastbot.labelBotMode.help' missing. | ||
| misc | Translation | Key 'modify_recastbot.labelWelcome' missing. | ||
| misc | Translation | Key 'modify_recastbot.labelWelcome.help' missing. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |