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
55 0 4 117

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/unittree/business/action/AbstractAction.java 0 0 1
fr/paris/lutece/plugins/unittree/business/action/ActionDAO.java 0 0 2
fr/paris/lutece/plugins/unittree/business/action/ActionFactory.java 0 0 2
fr/paris/lutece/plugins/unittree/business/action/ActionHome.java 0 0 1
fr/paris/lutece/plugins/unittree/business/action/DefaultAction.java 0 0 1
fr/paris/lutece/plugins/unittree/business/action/IAction.java 0 0 1
fr/paris/lutece/plugins/unittree/business/action/IActionDAO.java 0 0 1
fr/paris/lutece/plugins/unittree/business/action/IActionFactory.java 0 0 1
fr/paris/lutece/plugins/unittree/business/action/UnitAction.java 0 0 1
fr/paris/lutece/plugins/unittree/business/action/UnitUserAction.java 0 0 1
fr/paris/lutece/plugins/unittree/business/assignment/IUnitAssignmentDAO.java 0 0 3
fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignment.java 0 0 1
fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignmentDAO.java 0 0 25
fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignmentFilter.java 0 0 17
fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignmentHome.java 0 0 1
fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignmentType.java 0 0 1
fr/paris/lutece/plugins/unittree/business/unit/AbstractUnitAttribute.java 0 0 1
fr/paris/lutece/plugins/unittree/business/unit/IUnitAttribute.java 0 0 1
fr/paris/lutece/plugins/unittree/business/unit/IUnitDAO.java 0 0 1
fr/paris/lutece/plugins/unittree/business/unit/TreeUnit.java 0 0 5
fr/paris/lutece/plugins/unittree/business/unit/Unit.java 0 0 1
fr/paris/lutece/plugins/unittree/business/unit/UnitDAO.java 0 0 2
fr/paris/lutece/plugins/unittree/business/unit/UnitFilter.java 0 0 1
fr/paris/lutece/plugins/unittree/business/unit/UnitHome.java 0 0 2
fr/paris/lutece/plugins/unittree/exception/AssignmentNotPossibleException.java 0 0 1
fr/paris/lutece/plugins/unittree/service/UnitErrorException.java 0 0 1
fr/paris/lutece/plugins/unittree/service/UnitTreePlugin.java 0 0 1
fr/paris/lutece/plugins/unittree/service/action/ActionService.java 0 0 1
fr/paris/lutece/plugins/unittree/service/action/IActionService.java 0 0 1
fr/paris/lutece/plugins/unittree/service/assignment/UnitAssignmentService.java 0 0 1
fr/paris/lutece/plugins/unittree/service/rbac/UnittreeRBACRecursiveType.java 0 0 1
fr/paris/lutece/plugins/unittree/service/selection/IConfigurationHandler.java 0 0 1
fr/paris/lutece/plugins/unittree/service/selection/IParametrableConfigurationHandler.java 0 0 5
fr/paris/lutece/plugins/unittree/service/selection/IParametrableUnitSelection.java 0 0 1
fr/paris/lutece/plugins/unittree/service/selection/ITaskFormHandler.java 0 0 1
fr/paris/lutece/plugins/unittree/service/selection/IUnitSelection.java 0 0 1
fr/paris/lutece/plugins/unittree/service/unit/IUnitAttributeService.java 0 0 1
fr/paris/lutece/plugins/unittree/service/unit/IUnitRemovalListener.java 0 0 3
fr/paris/lutece/plugins/unittree/service/unit/IUnitService.java 0 0 2
fr/paris/lutece/plugins/unittree/service/unit/IUnitUserAttributeService.java 0 0 1
fr/paris/lutece/plugins/unittree/service/unit/IUnitUserService.java 0 0 1
fr/paris/lutece/plugins/unittree/service/unit/MokeUnitRemovalListener.java 0 0 2
fr/paris/lutece/plugins/unittree/service/unit/UnitAttributeManager.java 0 0 1
fr/paris/lutece/plugins/unittree/service/unit/UnitResourceIdService.java 0 0 1
fr/paris/lutece/plugins/unittree/service/unit/UnitService.java 0 0 1
fr/paris/lutece/plugins/unittree/service/unit/UnitUserAttributeManager.java 0 0 1
fr/paris/lutece/plugins/unittree/service/unit/UnitUserService.java 0 0 1
fr/paris/lutece/plugins/unittree/web/UnitJspBean.java 0 4 5
fr/paris/lutece/plugins/unittree/web/action/AddUnitUsersPluginAction.java 0 0 1
fr/paris/lutece/plugins/unittree/web/action/DefaultUnitSearchFields.java 0 0 1
fr/paris/lutece/plugins/unittree/web/action/IUnitPluginAction.java 0 0 1
fr/paris/lutece/plugins/unittree/web/action/IUnitSearchFields.java 0 0 1
fr/paris/lutece/plugins/unittree/web/action/UnitUserSearchFields.java 0 0 1
fr/paris/lutece/plugins/unittree/web/unit/IUnitAttributeComponent.java 0 0 1
fr/paris/lutece/plugins/unittree/web/unit/IUnitUserAttributeComponent.java 0 0 1

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
10
 Erreur
coding ReturnCount
  • max: "5"
4
 Avertissement
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
55
 Erreur
imports UnusedImports 1
 Erreur
javadoc JavadocMethod 12
 Erreur
JavadocType 3
 Erreur
modifier RedundantModifier 1
 Erreur
whitespace ParenPad
  • option: "space"
35
 Erreur

Détails

fr/paris/lutece/plugins/unittree/business/action/AbstractAction.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/unittree/business/action/ActionDAO.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. 102

fr/paris/lutece/plugins/unittree/business/action/ActionFactory.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. 80

fr/paris/lutece/plugins/unittree/business/action/ActionHome.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/unittree/business/action/DefaultAction.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/unittree/business/action/IAction.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/unittree/business/action/IActionDAO.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/unittree/business/action/IActionFactory.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/unittree/business/action/UnitAction.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/unittree/business/action/UnitUserAction.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/unittree/business/assignment/IUnitAssignmentDAO.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
whitespace ParenPad '(' is not followed by whitespace. 109
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 118

fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignment.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/unittree/business/assignment/UnitAssignmentDAO.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
whitespace ParenPad '(' is not followed by whitespace. 190
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 201
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 224
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 235
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 260
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 263
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 263
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 264
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 264
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 288
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 288
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 298
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 298
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 311
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 313
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 313
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 314
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 314
 Erreur
blocks LeftCurly '{' at column 66 should be on a new line. 333
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 334
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 334
 Erreur
blocks LeftCurly '{' at column 62 should be on a new line. 340
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 341
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 341

fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignmentFilter.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
blocks LeftCurly '{' at column 28 should be on a new line. 64
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 74
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 74
 Erreur
blocks LeftCurly '{' at column 40 should be on a new line. 74
 Erreur
blocks LeftCurly '{' at column 46 should be on a new line. 83
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 93
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 93
 Erreur
blocks LeftCurly '{' at column 69 should be on a new line. 93
 Erreur
blocks LeftCurly '{' at column 42 should be on a new line. 102
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 112
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 112
 Erreur
blocks LeftCurly '{' at column 61 should be on a new line. 112
 Erreur
blocks LeftCurly '{' at column 37 should be on a new line. 121
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 131
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 131
 Erreur
blocks LeftCurly '{' at column 57 should be on a new line. 131

fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignmentHome.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/unittree/business/assignment/UnitAssignmentType.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/unittree/business/unit/AbstractUnitAttribute.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/unittree/business/unit/IUnitAttribute.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/unittree/business/unit/IUnitDAO.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/unittree/business/unit/TreeUnit.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 'unit'. 60
 Erreur
javadoc JavadocMethod Expected @param tag for 'unitNode'. 81
 Erreur
javadoc JavadocMethod Expected @param tag for 'subUnits'. 101
 Erreur
javadoc JavadocMethod Expected @param tag for 'subUnit'. 111

fr/paris/lutece/plugins/unittree/business/unit/Unit.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/unittree/business/unit/UnitDAO.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. 573

fr/paris/lutece/plugins/unittree/business/unit/UnitFilter.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/unittree/business/unit/UnitHome.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.HashSet. 41

fr/paris/lutece/plugins/unittree/exception/AssignmentNotPossibleException.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/unittree/service/UnitErrorException.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/unittree/service/UnitTreePlugin.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/unittree/service/action/ActionService.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/unittree/service/action/IActionService.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/unittree/service/assignment/UnitAssignmentService.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/unittree/service/rbac/UnittreeRBACRecursiveType.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/unittree/service/selection/IConfigurationHandler.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/unittree/service/selection/IParametrableConfigurationHandler.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. 42
 Erreur
javadoc JavadocMethod Expected @return tag. 79
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 81
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 83

fr/paris/lutece/plugins/unittree/service/selection/IParametrableUnitSelection.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/unittree/service/selection/ITaskFormHandler.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/unittree/service/selection/IUnitSelection.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/unittree/service/unit/IUnitAttributeService.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/unittree/service/unit/IUnitRemovalListener.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. 38
 Erreur
javadoc JavadocMethod Expected @throws tag for 'UnitErrorException'. 47

fr/paris/lutece/plugins/unittree/service/unit/IUnitService.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
modifier RedundantModifier Redundant 'public' modifier. 350

fr/paris/lutece/plugins/unittree/service/unit/IUnitUserAttributeService.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/unittree/service/unit/IUnitUserService.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/unittree/service/unit/MokeUnitRemovalListener.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. 38

fr/paris/lutece/plugins/unittree/service/unit/UnitAttributeManager.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/unittree/service/unit/UnitResourceIdService.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/unittree/service/unit/UnitService.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/unittree/service/unit/UnitUserAttributeManager.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/unittree/service/unit/UnitUserService.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/unittree/web/UnitJspBean.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
whitespace ParenPad '(' is not followed by whitespace. 255
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 255
 Avertissement
coding ReturnCount Return count is 7 (max allowed for non-void methods/lambdas is 5). 575
 Avertissement
coding ReturnCount Return count is 9 (max allowed for non-void methods/lambdas is 5). 655
 Avertissement
coding ReturnCount Return count is 6 (max allowed for non-void methods/lambdas is 5). 741
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 798
 Avertissement
coding ReturnCount Return count is 8 (max allowed for non-void methods/lambdas is 5). 866
 Erreur
javadoc JavadocMethod Expected @param tag for 'listUsers'. 1155

fr/paris/lutece/plugins/unittree/web/action/AddUnitUsersPluginAction.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/unittree/web/action/DefaultUnitSearchFields.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/unittree/web/action/IUnitPluginAction.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/unittree/web/action/IUnitSearchFields.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/unittree/web/action/UnitUserSearchFields.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/unittree/web/unit/IUnitAttributeComponent.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/unittree/web/unit/IUnitUserAttributeComponent.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