Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
12 0 0 17

Rules

Category Rule Violations Severity
design HideUtilityClassConstructor 2  Error
imports AvoidStarImport 2  Error
javadoc JavadocMethod 1  Error
misc Translation 12  Error

Details

fr/paris/lutece/plugins/recastbots/business/RecastBot.java

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

fr/paris/lutece/plugins/recastbots/resources/recastbots_messages.properties

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.

fr/paris/lutece/plugins/recastbots/service/BotRegistrationService.java

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

fr/paris/lutece/plugins/recastbots/service/LanguageService.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 46