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 192

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflowcore/business/IReferenceItem.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/action/Action.java 0 0 27
fr/paris/lutece/plugins/workflowcore/business/action/ActionFilter.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/action/IActionDAO.java 0 0 5
fr/paris/lutece/plugins/workflowcore/business/action/IActionStateDAO.java 0 0 5
fr/paris/lutece/plugins/workflowcore/business/config/ITaskConfig.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/config/ITaskConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/config/TaskConfig.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/icon/IIconDAO.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/icon/Icon.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/prerequisite/DefaultPrerequisiteConfig.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/prerequisite/IPrerequisiteConfig.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/prerequisite/IPrerequisiteConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/prerequisite/Prerequisite.java 0 0 5
fr/paris/lutece/plugins/workflowcore/business/resource/IResourceHistoryDAO.java 0 0 2
fr/paris/lutece/plugins/workflowcore/business/resource/IResourceHistoryFactory.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/resource/IResourceUserHistoryDAO.java 0 0 2
fr/paris/lutece/plugins/workflowcore/business/resource/IResourceWorkflowDAO.java 0 0 10
fr/paris/lutece/plugins/workflowcore/business/resource/ResourceHistory.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/resource/ResourceHistoryFactory.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/resource/ResourceHistoryFilter.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/resource/ResourceUserHistory.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/resource/ResourceWorkflow.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/resource/ResourceWorkflowFilter.java 0 0 7
fr/paris/lutece/plugins/workflowcore/business/state/IStateDAO.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/state/State.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/state/StateFilter.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/task/ITaskDAO.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/task/ITaskType.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/task/TaskType.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/workflow/IWorkflowDAO.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/workflow/Workflow.java 0 0 1
fr/paris/lutece/plugins/workflowcore/business/workflow/WorkflowFilter.java 0 0 5
fr/paris/lutece/plugins/workflowcore/exception/WorkflowRuntimeException.java 0 0 3
fr/paris/lutece/plugins/workflowcore/service/action/ActionService.java 0 0 8
fr/paris/lutece/plugins/workflowcore/service/action/ActionStateService.java 0 0 12
fr/paris/lutece/plugins/workflowcore/service/action/IActionService.java 0 0 3
fr/paris/lutece/plugins/workflowcore/service/action/IActionStateService.java 0 0 13
fr/paris/lutece/plugins/workflowcore/service/config/ITaskConfigService.java 0 0 2
fr/paris/lutece/plugins/workflowcore/service/config/TaskConfigService.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/icon/IIconService.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/icon/IconService.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/prerequisite/IAutomaticActionPrerequisiteService.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/prerequisite/IPrerequisiteManagementService.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/provider/AbstractProviderManager.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/provider/IMarkerProvider.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/provider/IProvider.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/provider/InfoMarker.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/provider/ProviderDescription.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/resource/IResourceHistoryService.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/resource/IResourceWorkflowService.java 0 0 3
fr/paris/lutece/plugins/workflowcore/service/resource/ResourceHistoryService.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/resource/ResourceWorkflowService.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/state/IStateService.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/state/StateService.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/task/AsynchronousSimpleTask.java 0 0 5
fr/paris/lutece/plugins/workflowcore/service/task/ITask.java 0 0 13
fr/paris/lutece/plugins/workflowcore/service/task/ITaskFactory.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/task/ITaskService.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/task/SimpleTask.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/task/Task.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/task/TaskService.java 0 0 1
fr/paris/lutece/plugins/workflowcore/service/workflow/IWorkflowService.java 0 2 5
fr/paris/lutece/plugins/workflowcore/service/workflow/WorkflowService.java 0 2 9
fr/paris/lutece/plugins/workflowcore/web/task/ITaskComponent.java 0 0 1
fr/paris/lutece/plugins/workflowcore/web/task/ITaskComponentManager.java 0 0 1
fr/paris/lutece/plugins/workflowcore/web/task/SimpleTaskComponent.java 0 0 1
fr/paris/lutece/plugins/workflowcore/web/task/TaskComponent.java 0 0 1

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
22
 Error
coding ExplicitInitialization 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
68
 Error
imports UnusedImports 1
 Error
javadoc JavadocMethod 56
 Error
JavadocType 4
 Error
modifier RedundantModifier 3
 Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
2
 Error
sizes ParameterNumber 4
 Warning
whitespace ParenPad
  • option: "space"
35
 Error

Details

fr/paris/lutece/plugins/workflowcore/business/IReferenceItem.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/workflowcore/business/action/Action.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 Unused @param tag for 'uidAction'. 119
 Error
javadoc JavadocMethod Expected @param tag for 'strUid'. 122
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 361
 Error
javadoc JavadocMethod Unused @param tag for 'listStateBefore'. 368
 Error
whitespace ParenPad '(' is not followed by whitespace. 371
 Error
javadoc JavadocMethod Expected @param tag for 'strUidStateAfter'. 371
 Error
whitespace ParenPad ')' is not preceded with whitespace. 371
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 371
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 378
 Error
javadoc JavadocMethod Unused @param tag for 'listStateBefore'. 385
 Error
whitespace ParenPad '(' is not followed by whitespace. 388
 Error
javadoc JavadocMethod Expected @param tag for 'strUidAlternativeStateAfter'. 388
 Error
whitespace ParenPad ')' is not preceded with whitespace. 388
 Error
blocks LeftCurly '{' at column 81 should be on a new line. 388
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 465
 Error
javadoc JavadocMethod Unused @param tag for 'listStateBefore'. 472
 Error
whitespace ParenPad '(' is not followed by whitespace. 476
 Error
javadoc JavadocMethod Expected @param tag for 'listIdStateBefore'. 476
 Error
whitespace ParenPad ')' is not preceded with whitespace. 476
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 476
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 486
 Error
javadoc JavadocMethod Unused @param tag for 'listStateBefore'. 493
 Error
whitespace ParenPad '(' is not followed by whitespace. 496
 Error
javadoc JavadocMethod Expected @param tag for 'listUidStateBefore'. 496
 Error
whitespace ParenPad ')' is not preceded with whitespace. 496
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 496

fr/paris/lutece/plugins/workflowcore/business/action/ActionFilter.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/workflowcore/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
 Error
javadoc JavadocMethod Unused @param tag for 'strUidAction'. 125
 Error
javadoc JavadocMethod Expected @param tag for 'nIdAction'. 129
 Error
blocks LeftCurly '{' at column 97 should be on a new line. 179
 Error
blocks LeftCurly '{' at column 80 should be on a new line. 208

fr/paris/lutece/plugins/workflowcore/business/action/IActionStateDAO.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 5
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 5
 Error
javadoc JavadocMethod Unused @param tag for 'nIdAction'. 29
 Error
javadoc JavadocMethod Expected @param tag for 'strUidAction'. 33

fr/paris/lutece/plugins/workflowcore/business/config/ITaskConfig.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/workflowcore/business/config/ITaskConfigDAO.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/workflowcore/business/config/TaskConfig.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/workflowcore/business/icon/IIconDAO.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/workflowcore/business/icon/Icon.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/workflowcore/business/prerequisite/DefaultPrerequisiteConfig.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/workflowcore/business/prerequisite/IPrerequisiteConfig.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/workflowcore/business/prerequisite/IPrerequisiteConfigDAO.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/workflowcore/business/prerequisite/Prerequisite.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 Unused @param tag for 'nIdPrerequisite'. 86
 Error
javadoc JavadocMethod Expected @param tag for 'strPrerequisiteUid'. 89
 Error
javadoc JavadocMethod Unused @param tag for 'nIdAction'. 128
 Error
javadoc JavadocMethod Expected @param tag for 'strUidAction'. 131

fr/paris/lutece/plugins/workflowcore/business/resource/IResourceHistoryDAO.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 'resourceHistory'. 159

fr/paris/lutece/plugins/workflowcore/business/resource/IResourceHistoryFactory.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/workflowcore/business/resource/IResourceUserHistoryDAO.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 'resourceUserHistory'. 74

fr/paris/lutece/plugins/workflowcore/business/resource/IResourceWorkflowDAO.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 - fr.paris.lutece.plugins.workflowcore.business.state.State. 39
 Error
whitespace ParenPad '(' is not followed by whitespace. 215
 Error
javadoc JavadocMethod Expected @param tag for 'nIdState'. 215
 Error
javadoc JavadocMethod Expected @param tag for 'nIdParent'. 215
 Error
whitespace ParenPad ')' is not preceded with whitespace. 215
 Error
javadoc JavadocMethod Unused @param tag for 'listStateBefore'. 220
 Error
whitespace ParenPad '(' is not followed by whitespace. 224
 Error
javadoc JavadocMethod Expected @param tag for 'listIdStateBefore'. 224
 Error
whitespace ParenPad ')' is not preceded with whitespace. 224

fr/paris/lutece/plugins/workflowcore/business/resource/ResourceHistory.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/workflowcore/business/resource/ResourceHistoryFactory.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/workflowcore/business/resource/ResourceHistoryFilter.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/workflowcore/business/resource/ResourceUserHistory.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/workflowcore/business/resource/ResourceWorkflow.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/workflowcore/business/resource/ResourceWorkflowFilter.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 49 should be on a new line. 210
 Error
javadoc JavadocMethod Unused @param tag for 'nIdAction'. 217
 Error
whitespace ParenPad '(' is not followed by whitespace. 220
 Error
javadoc JavadocMethod Expected @param tag for 'listIdStateBefore'. 220
 Error
whitespace ParenPad ')' is not preceded with whitespace. 220
 Error
blocks LeftCurly '{' at column 68 should be on a new line. 220

fr/paris/lutece/plugins/workflowcore/business/state/IStateDAO.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/workflowcore/business/state/State.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/workflowcore/business/state/StateFilter.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/workflowcore/business/task/ITaskDAO.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/workflowcore/business/task/ITaskType.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/workflowcore/business/task/TaskType.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/workflowcore/business/workflow/IWorkflowDAO.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/workflowcore/business/workflow/Workflow.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/workflowcore/business/workflow/WorkflowFilter.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
coding ExplicitInitialization Variable '_strName' explicitly initialized to 'null' (default value for its type). 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 53
 Error
javadoc JavadocMethod Missing a Javadoc comment. 58
 Error
javadoc JavadocMethod Missing a Javadoc comment. 121

fr/paris/lutece/plugins/workflowcore/exception/WorkflowRuntimeException.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. 36
 Error
javadoc JavadocMethod Missing a Javadoc comment. 41

fr/paris/lutece/plugins/workflowcore/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
 Error
whitespace ParenPad ')' is not preceded with whitespace. 90
 Error
whitespace ParenPad '(' is not followed by whitespace. 286
 Error
whitespace ParenPad ')' is not preceded with whitespace. 286
 Error
blocks LeftCurly '{' at column 90 should be on a new line. 286
 Error
whitespace ParenPad '(' is not followed by whitespace. 292
 Error
whitespace ParenPad ')' is not preceded with whitespace. 292
 Error
blocks LeftCurly '{' at column 73 should be on a new line. 292

fr/paris/lutece/plugins/workflowcore/service/action/ActionStateService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 8
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 8
 Error
blocks LeftCurly '{' at column 70 should be on a new line. 26
 Error
whitespace ParenPad '(' is not followed by whitespace. 35
 Error
whitespace ParenPad ')' is not preceded with whitespace. 35
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 35
 Error
whitespace ParenPad '(' is not followed by whitespace. 44
 Error
whitespace ParenPad ')' is not preceded with whitespace. 44
 Error
blocks LeftCurly '{' at column 53 should be on a new line. 44
 Error
naming ParameterName Name '_strUidAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
 Error
blocks LeftCurly '{' at column 62 should be on a new line. 52

fr/paris/lutece/plugins/workflowcore/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
 Error
javadoc JavadocMethod Unused @param tag for 'strUidAction'. 221
 Error
javadoc JavadocMethod Expected @param tag for 'nIdAction'. 225

fr/paris/lutece/plugins/workflowcore/service/action/IActionStateService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 5
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 5
 Error
modifier RedundantModifier Redundant 'public' modifier. 7
 Error
javadoc JavadocMethod Unused @param tag for 'action'. 12
 Error
javadoc JavadocMethod Expected @param tag for 'idAction'. 15
 Error
javadoc JavadocMethod Expected @param tag for 'listIdStateBefore'. 15
 Error
javadoc JavadocMethod Unused @param tag for 'action'. 20
 Error
javadoc JavadocMethod Expected @param tag for 'idAction'. 23
 Error
javadoc JavadocMethod Expected @param tag for 'listIdStateBefore'. 23
 Error
javadoc JavadocMethod Unused @param tag for 'nIdAction'. 48
 Error
javadoc JavadocMethod Expected @param tag for '_strUidAction'. 52
 Error
naming ParameterName Name '_strUidAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52

fr/paris/lutece/plugins/workflowcore/service/config/ITaskConfigService.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. 69

fr/paris/lutece/plugins/workflowcore/service/config/TaskConfigService.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/workflowcore/service/icon/IIconService.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/workflowcore/service/icon/IconService.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/workflowcore/service/prerequisite/IAutomaticActionPrerequisiteService.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/workflowcore/service/prerequisite/IPrerequisiteManagementService.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/workflowcore/service/provider/AbstractProviderManager.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/workflowcore/service/provider/IMarkerProvider.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/workflowcore/service/provider/IProvider.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/workflowcore/service/provider/InfoMarker.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/workflowcore/service/provider/ProviderDescription.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/workflowcore/service/resource/IResourceHistoryService.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/workflowcore/service/resource/IResourceWorkflowService.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. 188
 Error
whitespace ParenPad ')' is not preceded with whitespace. 188

fr/paris/lutece/plugins/workflowcore/service/resource/ResourceHistoryService.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/workflowcore/service/resource/ResourceWorkflowService.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/workflowcore/service/state/IStateService.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/workflowcore/service/state/StateService.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/workflowcore/service/task/AsynchronousSimpleTask.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 preceded with whitespace. 59
 Error
javadoc JavadocMethod Expected @param tag for 'nResourceId'. 76
 Error
javadoc JavadocMethod Expected @param tag for 'strResourceType'. 76
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 76

fr/paris/lutece/plugins/workflowcore/service/task/ITask.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. 88
 Error
modifier RedundantModifier Redundant 'public' modifier. 94
 Error
javadoc JavadocMethod Expected @param tag for 'nIdResourceHistory'. 155
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 155
 Error
javadoc JavadocMethod Expected @param tag for 'locale'. 155
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 155
 Error
javadoc JavadocMethod Expected @param tag for 'nIdResource'. 176
 Error
javadoc JavadocMethod Expected @param tag for 'strResourceType'. 176
 Error
javadoc JavadocMethod Expected @param tag for 'nIdResourceHistory'. 176
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 176
 Error
javadoc JavadocMethod Expected @param tag for 'locale'. 176
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 176

fr/paris/lutece/plugins/workflowcore/service/task/ITaskFactory.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/workflowcore/service/task/ITaskService.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/workflowcore/service/task/SimpleTask.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/workflowcore/service/task/Task.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/workflowcore/service/task/TaskService.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/workflowcore/service/workflow/IWorkflowService.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
sizes ParameterNumber More than 7 parameters (found 8). 248
 Error
javadoc JavadocMethod Unused @param tag for 'the'. 270
 Warning
sizes ParameterNumber More than 7 parameters (found 9). 273
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 274
 Error
whitespace ParenPad '(' is not followed by whitespace. 405
 Error
whitespace ParenPad ')' is not preceded with whitespace. 405

fr/paris/lutece/plugins/workflowcore/service/workflow/WorkflowService.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. 418
 Warning
sizes ParameterNumber More than 7 parameters (found 9). 457
 Error
whitespace ParenPad '(' is not followed by whitespace. 522
 Error
whitespace ParenPad ')' is not preceded with whitespace. 522
 Error
blocks LeftCurly '{' at column 75 should be on a new line. 522
 Error
whitespace ParenPad '(' is not followed by whitespace. 524
 Error
whitespace ParenPad ')' is not preceded with whitespace. 524
 Error
whitespace ParenPad ')' is not preceded with whitespace. 529
 Error
whitespace ParenPad '(' is not followed by whitespace. 537
 Warning
sizes ParameterNumber More than 7 parameters (found 8). 562

fr/paris/lutece/plugins/workflowcore/web/task/ITaskComponent.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/workflowcore/web/task/ITaskComponentManager.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/workflowcore/web/task/SimpleTaskComponent.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/workflowcore/web/task/TaskComponent.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