Le document suivant contient les résultats de Checkstyle 6.11.2 avec les règles build-config/lutece_checks.xml. 
| Catégorie | Règle | Violations | Sévérité |
|---|---|---|---|
| design | HideUtilityClassConstructor | 2 | |
| imports | AvoidStarImport | 2 | |
| javadoc | JavadocMethod | 1 | |
| misc | Translation | 12 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| 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 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| 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. |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
| Sévérité | Catégorie | Règle | Message | Ligne |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |