Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 

rss feed

Résumé

Fichiers
 Infos
 Avertissements
 Erreurs
7 0 0 12

Fichiers

Fichier
 I
 A
 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

Règles

Catégorie Règle Violations Sévérité
coding DeclarationOrder 1
 Erreur
design HideUtilityClassConstructor 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace@2/target/checkstyle-header.txt"
7
 Erreur
imports UnusedImports 1
 Erreur
javadoc JavadocMethod 2
 Erreur

Détails

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
imports UnusedImports Unused import - javax.validation.constraints.Size. 36

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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 48

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 43

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 102
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 277