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
9 0 0 5

Rules

Category Rule Violations Severity
coding DeclarationOrder 1  Error
design HideUtilityClassConstructor 1  Error
imports UnusedImports 1  Error
javadoc JavadocMethod 2  Error

Details

fr/paris/lutece/plugins/chatbot/modules/botavatar/business/AvatarAssociation.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - javax.validation.constraints.Size. 36

fr/paris/lutece/plugins/chatbot/modules/botavatar/service/BotAvatarRenderer.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Missing a Javadoc comment. 48

fr/paris/lutece/plugins/chatbot/modules/botavatar/service/BotAvatarService.java

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

fr/paris/lutece/plugins/chatbot/modules/botavatar/web/AvatarAssociationJspBean.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Variable access definition in wrong order. 102
 Error javadoc JavadocMethod Expected @param tag for '<T>'. 277