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
68 0 4 93

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 2
fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignment.java 0 0 1
fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignmentDAO.java 0 0 10
fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignmentFilter.java 0 0 13
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
blocks LeftCurly
  • option: "nl"
7
 Error
coding ReturnCount
  • max: "5"
4
 Warning
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace@5/target/checkstyle-header.txt"
55
 Error
javadoc JavadocMethod 12
 Error
JavadocType 3
 Error
modifier RedundantModifier 1
 Error
whitespace ParenPad
  • option: "space"
15
 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
 Error
whitespace ParenPad '(' is not followed by whitespace. 109

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
 Error
whitespace ParenPad '(' is not followed by whitespace. 187
 Error
whitespace ParenPad '(' is not followed by whitespace. 198
 Error
whitespace ParenPad '(' is not followed by whitespace. 223
 Error
whitespace ParenPad '(' is not followed by whitespace. 250
 Error
whitespace ParenPad ')' is not preceded with whitespace. 250
 Error
whitespace ParenPad '(' is not followed by whitespace. 264
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 286
 Error
whitespace ParenPad '(' is not followed by whitespace. 287
 Error
whitespace ParenPad ')' is not preceded with whitespace. 287

fr/paris/lutece/plugins/unittree/business/assignment/UnitAssignmentFilter.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
blocks LeftCurly '{' at column 28 should be on a new line. 62
 Error
whitespace ParenPad '(' is not followed by whitespace. 72
 Error
whitespace ParenPad ')' is not preceded with whitespace. 72
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 72
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 91
 Error
whitespace ParenPad ')' is not preceded with whitespace. 91
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 91
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 100
 Error
whitespace ParenPad '(' is not followed by whitespace. 110
 Error
whitespace ParenPad ')' is not preceded with whitespace. 110
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 110

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