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
6 0 1 41

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/workflow/modules/actionsbatch/service/ActionsBatchService.java 0 1 27
fr/paris/lutece/plugins/workflow/modules/actionsbatch/service/ActionsBatchTaskConfigService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTask.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTaskConfig.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTaskConfigDAO.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/actionsbatch/web/ActionsBatchTaskComponent.java 0 0 6

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
1
 Erreur
RightCurly
  • option: "alone"
1
 Erreur
design HideUtilityClassConstructor 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
6
 Erreur
imports UnusedImports 3
 Erreur
javadoc JavadocMethod 12
 Erreur
JavadocType 4
 Erreur
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Erreur
sizes ParameterNumber 1
 Avertissement
whitespace ParenPad
  • option: "space"
12
 Erreur

Détails

fr/paris/lutece/plugins/workflow/modules/actionsbatch/service/ActionsBatchService.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.business.progressmanager.ProgressFeed. 42
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.progressmanager.ProgressManagerService. 43
 Erreur
javadoc JavadocType Missing a Javadoc comment. 49
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 49
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 51
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 51
 Avertissement
sizes ParameterNumber More than 7 parameters (found 8). 68
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 68
 Erreur
javadoc JavadocMethod Expected @param tag for 'strResourceType'. 68
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdAction'. 68
 Erreur
javadoc JavadocMethod Expected @param tag for 'nParentResourceId'. 68
 Erreur
javadoc JavadocMethod Expected @param tag for 'locale'. 68
 Erreur
javadoc JavadocMethod Expected @param tag for 'user'. 69
 Erreur
javadoc JavadocMethod Expected @param tag for 'listResourceIds'. 69
 Erreur
javadoc JavadocMethod Expected @param tag for 'bIsAutomatic'. 69
 Erreur
blocks LeftCurly '{' at column 32 should be on a new line. 76
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 83
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 83
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 87
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 87
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 88
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 88
 Erreur
blocks RightCurly '}' at column 25 should be alone on a line. 89
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 89
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 89
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 91
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 91

fr/paris/lutece/plugins/workflow/modules/actionsbatch/service/ActionsBatchTaskConfigService.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/actionsbatch/task/ActionsBatchTask.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 JavadocType Missing a Javadoc comment. 54

fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTaskConfig.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 JavadocType Missing a Javadoc comment. 40
 Erreur
javadoc JavadocMethod Expected @param tag for 'strResourceType'. 131

fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTaskConfigDAO.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 JavadocType Missing a Javadoc comment. 39

fr/paris/lutece/plugins/workflow/modules/actionsbatch/web/ActionsBatchTaskComponent.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 - java.util.ArrayList. 36
 Erreur
naming LocalVariableName Name '_actionService' must match pattern '^[a-z][a-zA-Z0-9]*$'. 114
 Erreur
javadoc JavadocMethod Expected @param tag for 'workflowsRefList'. 227
 Erreur
javadoc JavadocMethod Expected @param tag for 'mapStates'. 227
 Erreur
javadoc JavadocMethod Expected @param tag for 'mapActions'. 227