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

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/workflow/modules/formsextend/business/MassNotificationTaskConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formsextend/business/MassNotificationTaskConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formsextend/service/DashboardNotificationService.java 0 0 7
fr/paris/lutece/plugins/workflow/modules/formsextend/service/IMassNotificationService.java 0 0 10
fr/paris/lutece/plugins/workflow/modules/formsextend/service/MassNotificationService.java 0 0 26
fr/paris/lutece/plugins/workflow/modules/formsextend/service/MassNotificationTask.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formsextend/service/WorkflowFormsextendPlugin.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formsextend/util/FormsExtendConstants.java 0 0 5
fr/paris/lutece/plugins/workflow/modules/formsextend/web/MassNotificationTaskComponent.java 0 0 1

Règles

Catégorie Règle Violations Sévérité
coding DeclarationOrder 5
 Erreur
design FinalClass 1
 Erreur
VisibilityModifier 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
9
 Erreur
imports UnusedImports 1
 Erreur
javadoc JavadocMethod 33
 Erreur
whitespace ParenPad
  • option: "space"
3
 Erreur

Détails

fr/paris/lutece/plugins/workflow/modules/formsextend/business/MassNotificationTaskConfig.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/workflow/modules/formsextend/business/MassNotificationTaskConfigDAO.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/workflow/modules/formsextend/service/DashboardNotificationService.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 FinalClass Class DashboardNotificationService should be declared as final. 48
 Erreur
javadoc JavadocMethod Expected @param tag for 'strJson'. 69
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 69
 Erreur
javadoc JavadocMethod Expected @param tag for 'strRelativeUri'. 86
 Erreur
javadoc JavadocMethod Expected @param tag for 'strJson'. 86
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 86

fr/paris/lutece/plugins/workflow/modules/formsextend/service/IMassNotificationService.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 Expected @param tag for 'task'. 59
 Erreur
javadoc JavadocMethod Expected @param tag for 'locale'. 59
 Erreur
javadoc JavadocMethod Expected @return tag. 66
 Erreur
javadoc JavadocMethod Expected @param tag for 'formResponse'. 66
 Erreur
javadoc JavadocMethod Expected @param tag for 'resourceHistory'. 75
 Erreur
javadoc JavadocMethod Expected @param tag for 'config'. 75
 Erreur
javadoc JavadocMethod Expected @param tag for 'resourceHistory'. 85
 Erreur
javadoc JavadocMethod Expected @param tag for 'config'. 85
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 85

fr/paris/lutece/plugins/workflow/modules/formsextend/service/MassNotificationService.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 - fr.paris.lutece.portal.service.util.AppPathService. 84
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 110
 Erreur
design VisibilityModifier Variable '_resourceWorkflowService' must be private and have accessor methods. 112
 Erreur
javadoc JavadocMethod Expected @return tag. 148
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 148
 Erreur
javadoc JavadocMethod Expected @param tag for 'keyExtractor'. 148
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 162
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 162
 Erreur
javadoc JavadocMethod Expected @param tag for 'config'. 252
 Erreur
javadoc JavadocMethod Expected @param tag for 'html'. 252
 Erreur
javadoc JavadocMethod Expected @param tag for 'resourceExtenderHistory'. 252
 Erreur
javadoc JavadocMethod Expected @param tag for 'strEmails'. 270
 Erreur
javadoc JavadocMethod Expected @param tag for 'config'. 270
 Erreur
javadoc JavadocMethod Expected @param tag for 'model'. 270
 Erreur
javadoc JavadocMethod Expected @return tag. 290
 Erreur
javadoc JavadocMethod Expected @param tag for 'listGuid'. 290
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 302
 Erreur
javadoc JavadocMethod Expected @param tag for 'resourceHistory'. 313
 Erreur
javadoc JavadocMethod Expected @param tag for 'config'. 313
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdForm'. 313
 Erreur
javadoc JavadocMethod Expected @param tag for 'resourceHistory'. 338
 Erreur
javadoc JavadocMethod Expected @param tag for 'config'. 338
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdForm'. 338
 Erreur
javadoc JavadocMethod Expected @param tag for 'strResourceType'. 360
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdForm'. 360

fr/paris/lutece/plugins/workflow/modules/formsextend/service/MassNotificationTask.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/workflow/modules/formsextend/service/WorkflowFormsextendPlugin.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/workflow/modules/formsextend/util/FormsExtendConstants.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 Static variable definition in wrong order. 52
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 53
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 54
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 55

fr/paris/lutece/plugins/workflow/modules/formsextend/web/MassNotificationTaskComponent.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