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
67 0 4 70

Files

File
 I
 W
 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 1
fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignment.java 0 0 1
fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignmentDAO.java 0 0 1
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 1
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 2
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

Rules

Category Rule Violations Severity
coding ReturnCount
  • max: "5"
4
 Warning
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
54
 Error
javadoc JavadocMethod 12
 Error
JavadocType 3
 Error
modifier RedundantModifier 1
 Error

Details

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

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

fr/paris/lutece/plugins/unittree/business/action/ActionHome.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/unittree/business/action/DefaultAction.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/unittree/business/action/IAction.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/unittree/business/action/IActionDAO.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/unittree/business/action/IActionFactory.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/unittree/business/action/UnitAction.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/unittree/business/action/UnitUserAction.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/unittree/business/assignment/IUnitAssignmentDAO.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/unittree/business/assignment/UnitAssignment.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/unittree/business/assignment/UnitAssignmentDAO.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/unittree/business/assignment/UnitAssignmentHome.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/unittree/business/assignment/UnitAssignmentType.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/unittree/business/unit/AbstractUnitAttribute.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/unittree/business/unit/IUnitAttribute.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/unittree/business/unit/IUnitDAO.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/unittree/business/unit/TreeUnit.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 Expected @param tag for 'unit'. 60
 Error
javadoc JavadocMethod Expected @param tag for 'unitNode'. 81
 Error
javadoc JavadocMethod Expected @param tag for 'subUnits'. 101
 Error
javadoc JavadocMethod Expected @param tag for 'subUnit'. 111

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

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

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

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

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

fr/paris/lutece/plugins/unittree/service/unit/UnitAttributeManager.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/unittree/service/unit/UnitResourceIdService.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/unittree/service/unit/UnitService.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/unittree/service/unit/UnitUserAttributeManager.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/unittree/service/unit/UnitUserService.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/unittree/web/UnitJspBean.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
 Warning
coding ReturnCount Return count is 6 (max allowed for non-void methods/lambdas is 5). 568
 Warning
coding ReturnCount Return count is 8 (max allowed for non-void methods/lambdas is 5). 640
 Warning
coding ReturnCount Return count is 6 (max allowed for non-void methods/lambdas is 5). 719
 Warning
coding ReturnCount Return count is 8 (max allowed for non-void methods/lambdas is 5). 843
 Error
javadoc JavadocMethod Expected @param tag for 'listUsers'. 1128

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