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 117

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 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

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
10
 Error
coding ReturnCount
  • max: "5"
4
 Warning
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
55
 Error
imports UnusedImports 1
 Error
javadoc JavadocMethod 12
 Error
JavadocType 3
 Error
modifier RedundantModifier 1
 Error
whitespace ParenPad
  • option: "space"
35
 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
 Error
whitespace ParenPad '(' is not followed by whitespace. 118

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

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. 64
 Error
whitespace ParenPad '(' is not followed by whitespace. 74
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 74
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 83
 Error
whitespace ParenPad '(' is not followed by whitespace. 93
 Error
whitespace ParenPad ')' is not preceded with whitespace. 93
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 93
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 102
 Error
whitespace ParenPad '(' is not followed by whitespace. 112
 Error
whitespace ParenPad ')' is not preceded with whitespace. 112
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 112
 Error
blocks LeftCurly '{' at column 37 should be on a new line. 121
 Error
whitespace ParenPad '(' is not followed by whitespace. 131
 Error
whitespace ParenPad ')' is not preceded with whitespace. 131
 Error
blocks LeftCurly '{' at column 57 should be on a new line. 131

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. 573

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
 Error
imports UnusedImports Unused import - java.util.HashSet. 41

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
 Error
whitespace ParenPad '(' is not followed by whitespace. 255
 Error
whitespace ParenPad ')' is not preceded with whitespace. 255
 Warning
coding ReturnCount Return count is 7 (max allowed for non-void methods/lambdas is 5). 575
 Warning
coding ReturnCount Return count is 9 (max allowed for non-void methods/lambdas is 5). 655
 Warning
coding ReturnCount Return count is 6 (max allowed for non-void methods/lambdas is 5). 741
 Error
whitespace ParenPad '(' is not followed by whitespace. 798
 Warning
coding ReturnCount Return count is 8 (max allowed for non-void methods/lambdas is 5). 866
 Error
javadoc JavadocMethod Expected @param tag for 'listUsers'. 1155

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