Fork me on GitHub

Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
9 0 0 12

Files

File
 I
 W
 E
fr/paris/lutece/plugins/chatbot/modules/botavatar/business/AvatarAssociation.java 0 0 2
fr/paris/lutece/plugins/chatbot/modules/botavatar/business/AvatarAssociationDAO.java 0 0 1
fr/paris/lutece/plugins/chatbot/modules/botavatar/business/AvatarAssociationHome.java 0 0 1
fr/paris/lutece/plugins/chatbot/modules/botavatar/business/IAvatarAssociationDAO.java 0 0 1
fr/paris/lutece/plugins/chatbot/modules/botavatar/service/BotAvatarRenderer.java 0 0 2
fr/paris/lutece/plugins/chatbot/modules/botavatar/service/BotAvatarService.java 0 0 2
fr/paris/lutece/plugins/chatbot/modules/botavatar/web/AvatarAssociationJspBean.java 0 0 3

Rules

Category Rule Violations Severity
coding DeclarationOrder 1
 Error
design HideUtilityClassConstructor 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace@2/target/checkstyle-header.txt"
7
 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
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
imports UnusedImports Unused import - javax.validation.constraints.Size. 36

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Missing a Javadoc comment. 48

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 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
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
coding DeclarationOrder Variable access definition in wrong order. 102
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 277