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
47 0 1 419

Files

File
 I
 W
 E
fr/paris/lutece/plugins/identityimport/business/Batch.java 0 0 3
fr/paris/lutece/plugins/identityimport/business/BatchDAO.java 0 0 17
fr/paris/lutece/plugins/identityimport/business/BatchHome.java 0 0 12
fr/paris/lutece/plugins/identityimport/business/CandidateIdentity.java 0 0 14
fr/paris/lutece/plugins/identityimport/business/CandidateIdentityAttribute.java 0 0 4
fr/paris/lutece/plugins/identityimport/business/CandidateIdentityAttributeDAO.java 0 0 2
fr/paris/lutece/plugins/identityimport/business/CandidateIdentityAttributeHome.java 0 0 4
fr/paris/lutece/plugins/identityimport/business/CandidateIdentityDAO.java 0 0 14
fr/paris/lutece/plugins/identityimport/business/CandidateIdentityHistory.java 0 0 22
fr/paris/lutece/plugins/identityimport/business/CandidateIdentityHistoryDAO.java 0 0 15
fr/paris/lutece/plugins/identityimport/business/CandidateIdentityHistoryHome.java 0 0 6
fr/paris/lutece/plugins/identityimport/business/CandidateIdentityHome.java 0 0 6
fr/paris/lutece/plugins/identityimport/business/Client.java 0 0 3
fr/paris/lutece/plugins/identityimport/business/ClientDAO.java 0 0 11
fr/paris/lutece/plugins/identityimport/business/ClientHome.java 0 0 1
fr/paris/lutece/plugins/identityimport/business/IBatchDAO.java 0 0 22
fr/paris/lutece/plugins/identityimport/business/ICandidateIdentityAttributeDAO.java 0 0 21
fr/paris/lutece/plugins/identityimport/business/ICandidateIdentityDAO.java 0 0 12
fr/paris/lutece/plugins/identityimport/business/ICandidateIdentityHistoryDAO.java 0 0 5
fr/paris/lutece/plugins/identityimport/business/IClientDAO.java 0 0 1
fr/paris/lutece/plugins/identityimport/business/ResourceState.java 0 0 6
fr/paris/lutece/plugins/identityimport/cache/ReferentialCache.java 0 0 7
fr/paris/lutece/plugins/identityimport/cache/ServiceContractCache.java 0 0 7
fr/paris/lutece/plugins/identityimport/service/BatchService.java 0 0 17
fr/paris/lutece/plugins/identityimport/service/BatchValidationService.java 0 0 10
fr/paris/lutece/plugins/identityimport/service/CandidateIdentityService.java 0 0 8
fr/paris/lutece/plugins/identityimport/service/ReferentialService.java 0 0 6
fr/paris/lutece/plugins/identityimport/service/ServiceContractService.java 0 0 7
fr/paris/lutece/plugins/identityimport/task/BatchCloseDaemon.java 0 0 2
fr/paris/lutece/plugins/identityimport/task/BatchLaunchDaemon.java 0 0 2
fr/paris/lutece/plugins/identityimport/task/BatchPurgeDaemon.java 0 0 3
fr/paris/lutece/plugins/identityimport/web/AbstractManageItemsJspBean.java 0 0 4
fr/paris/lutece/plugins/identityimport/web/BatchJspBean.java 0 0 26
fr/paris/lutece/plugins/identityimport/web/ClientJspBean.java 0 0 3
fr/paris/lutece/plugins/identityimport/web/request/IdentityBatchImportRequest.java 0 0 5
fr/paris/lutece/plugins/identityimport/web/request/IdentityBatchStatusRequest.java 0 1 5
fr/paris/lutece/plugins/identityimport/web/rs/BatchRestService.java 0 0 13
fr/paris/lutece/plugins/identityimport/web/rs/CustomMapper.java 0 0 4
fr/paris/lutece/plugins/identityimport/web/rs/error/UncaughtExceptionMapper.java 0 0 1
fr/paris/lutece/plugins/identityimport/web/rs/error/UncaughtIdentityStoreExceptionMapper.java 0 0 1
fr/paris/lutece/plugins/identityimport/wf/IResource.java 0 0 4
fr/paris/lutece/plugins/identityimport/wf/LuteceWorkflowResource.java 0 0 4
fr/paris/lutece/plugins/identityimport/wf/LuteceWorkflowResourceAnnotationProcessor.java 0 0 2
fr/paris/lutece/plugins/identityimport/wf/WorkflowBean.java 0 0 30
fr/paris/lutece/plugins/identityimport/wf/WorkflowBeanService.java 0 0 47

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
11
 Error
coding DeclarationOrder 11
 Error
HiddenField 15
 Error
ReturnCount
  • max: "5"
1
 Warning
design FinalClass 1
 Error
HideUtilityClassConstructor 1
 Error
VisibilityModifier 4
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
45
 Error
imports UnusedImports 2
 Error
javadoc JavadocMethod 186
 Error
JavadocType 21
 Error
modifier ModifierOrder 11
 Error
RedundantModifier 79
 Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
11
 Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
17
 Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
4
 Error

Details

fr/paris/lutece/plugins/identityimport/business/Batch.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 - javax.validation.constraints.NotNull. 37
 Error
javadoc JavadocMethod Missing a Javadoc comment. 192

fr/paris/lutece/plugins/identityimport/business/BatchDAO.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 'final' modifier. 91
 Error
modifier RedundantModifier Redundant 'final' modifier. 115
 Error
modifier RedundantModifier Redundant 'final' modifier. 135
 Error
modifier RedundantModifier Redundant 'final' modifier. 148
 Error
modifier RedundantModifier Redundant 'final' modifier. 170
 Error
modifier RedundantModifier Redundant 'final' modifier. 197
 Error
modifier RedundantModifier Redundant 'final' modifier. 219
 Error
modifier RedundantModifier Redundant 'final' modifier. 240
 Error
modifier RedundantModifier Redundant 'final' modifier. 329
 Error
modifier RedundantModifier Redundant 'final' modifier. 366
 Error
modifier RedundantModifier Redundant 'final' modifier. 386
 Error
modifier RedundantModifier Redundant 'final' modifier. 419
 Error
modifier RedundantModifier Redundant 'final' modifier. 445
 Error
modifier RedundantModifier Redundant 'final' modifier. 470
 Error
modifier RedundantModifier Redundant 'final' modifier. 486
 Error
javadoc JavadocMethod Missing a Javadoc comment. 497

fr/paris/lutece/plugins/identityimport/business/BatchHome.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 'resourceState'. 128
 Error
javadoc JavadocMethod Expected @param tag for 'filterAppCode'. 128
 Error
javadoc JavadocMethod Missing a Javadoc comment. 155
 Error
javadoc JavadocMethod Missing a Javadoc comment. 160
 Error
javadoc JavadocMethod Expected @param tag for 'batchLimit'. 171
 Error
javadoc JavadocMethod Missing a Javadoc comment. 200
 Error
javadoc JavadocMethod Missing a Javadoc comment. 205
 Error
javadoc JavadocMethod Missing a Javadoc comment. 210
 Error
javadoc JavadocMethod Missing a Javadoc comment. 215
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 225
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 235

fr/paris/lutece/plugins/identityimport/business/CandidateIdentity.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
naming MemberName Name 'strStatus' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 69
 Error
javadoc JavadocMethod Missing a Javadoc comment. 94
 Error
javadoc JavadocMethod Missing a Javadoc comment. 99
 Error
coding HiddenField '_nWorkflowResourceId' hides a field. 99
 Error
naming ParameterName Name '_nWorkflowResourceId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
 Error
javadoc JavadocMethod Missing a Javadoc comment. 188
 Error
javadoc JavadocMethod Missing a Javadoc comment. 193
 Error
coding HiddenField '_strClientAppCode' hides a field. 193
 Error
naming ParameterName Name '_strClientAppCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. 193
 Error
javadoc JavadocMethod Expected @param tag for 'list'. 203
 Error
javadoc JavadocMethod Expected @return tag. 213
 Error
coding HiddenField 'strStatus' hides a field. 233
 Error
javadoc JavadocMethod Expected @param tag for 'strStatus'. 233

fr/paris/lutece/plugins/identityimport/business/CandidateIdentityAttribute.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 HiddenField '_nIdIdentity' hides a field. 184
 Error
javadoc JavadocMethod Expected @param tag for '_nIdIdentity'. 184
 Error
naming ParameterName Name '_nIdIdentity' must match pattern '^[a-z][a-zA-Z0-9]*$'. 184

fr/paris/lutece/plugins/identityimport/business/CandidateIdentityAttributeDAO.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 'final' modifier. 139

fr/paris/lutece/plugins/identityimport/business/CandidateIdentityAttributeHome.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. 98
 Error
javadoc JavadocMethod Expected @param tag for 'idIdentity'. 120
 Error
javadoc JavadocMethod Expected @param tag for 'idIdentity'. 130

fr/paris/lutece/plugins/identityimport/business/CandidateIdentityDAO.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 'final' modifier. 81
 Error
modifier RedundantModifier Redundant 'final' modifier. 104
 Error
modifier RedundantModifier Redundant 'final' modifier. 125
 Error
modifier RedundantModifier Redundant 'final' modifier. 141
 Error
modifier RedundantModifier Redundant 'final' modifier. 154
 Error
modifier RedundantModifier Redundant 'final' modifier. 176
 Error
modifier RedundantModifier Redundant 'final' modifier. 197
 Error
modifier RedundantModifier Redundant 'final' modifier. 231
 Error
javadoc JavadocMethod Missing a Javadoc comment. 253
 Error
modifier RedundantModifier Redundant 'final' modifier. 275
 Error
modifier RedundantModifier Redundant 'final' modifier. 293
 Error
modifier RedundantModifier Redundant 'final' modifier. 315
 Error
modifier RedundantModifier Redundant 'final' modifier. 337

fr/paris/lutece/plugins/identityimport/business/CandidateIdentityHistory.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. 44
 Error
javadoc JavadocMethod Missing a Javadoc comment. 49
 Error
coding HiddenField '_nId' hides a field. 49
 Error
naming ParameterName Name '_nId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
 Error
javadoc JavadocMethod Missing a Javadoc comment. 54
 Error
javadoc JavadocMethod Missing a Javadoc comment. 59
 Error
coding HiddenField '_nCandidateIdentityId' hides a field. 59
 Error
naming ParameterName Name '_nCandidateIdentityId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
 Error
javadoc JavadocMethod Missing a Javadoc comment. 64
 Error
javadoc JavadocMethod Missing a Javadoc comment. 69
 Error
coding HiddenField '_nWfResourceHistoryId' hides a field. 69
 Error
naming ParameterName Name '_nWfResourceHistoryId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
 Error
javadoc JavadocMethod Missing a Javadoc comment. 74
 Error
javadoc JavadocMethod Missing a Javadoc comment. 79
 Error
coding HiddenField '_strStatus' hides a field. 79
 Error
naming ParameterName Name '_strStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
 Error
javadoc JavadocMethod Missing a Javadoc comment. 84
 Error
javadoc JavadocMethod Missing a Javadoc comment. 89
 Error
coding HiddenField '_strComment' hides a field. 89
 Error
naming ParameterName Name '_strComment' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89

fr/paris/lutece/plugins/identityimport/business/CandidateIdentityHistoryDAO.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 ModifierOrder 'static' modifier out of order with the JLS suggestions. 54
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 55
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 57
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 59
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 64
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 66
 Error
modifier RedundantModifier Redundant 'final' modifier. 75
 Error
modifier RedundantModifier Redundant 'final' modifier. 97
 Error
modifier RedundantModifier Redundant 'final' modifier. 118
 Error
modifier RedundantModifier Redundant 'final' modifier. 138
 Error
modifier RedundantModifier Redundant 'final' modifier. 154
 Error
modifier RedundantModifier Redundant 'final' modifier. 167
 Error
modifier RedundantModifier Redundant 'final' modifier. 186
 Error
javadoc JavadocMethod Missing a Javadoc comment. 200

fr/paris/lutece/plugins/identityimport/business/CandidateIdentityHistoryHome.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. 43
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 43
 Error
javadoc JavadocMethod Expected @return tag. 77
 Error
javadoc JavadocMethod Expected @return tag. 88
 Error
javadoc JavadocMethod Expected @return tag. 99

fr/paris/lutece/plugins/identityimport/business/CandidateIdentityHome.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 'nBatchId'. 137
 Error
javadoc JavadocMethod Expected @param tag for 'batchReference'. 161
 Error
javadoc JavadocMethod Missing a Javadoc comment. 166
 Error
javadoc JavadocMethod Missing a Javadoc comment. 171
 Error
javadoc JavadocMethod Missing a Javadoc comment. 176

fr/paris/lutece/plugins/identityimport/business/Client.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. 146
 Error
javadoc JavadocMethod Missing a Javadoc comment. 151

fr/paris/lutece/plugins/identityimport/business/ClientDAO.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 'final' modifier. 67
 Error
modifier RedundantModifier Redundant 'final' modifier. 90
 Error
modifier RedundantModifier Redundant 'final' modifier. 111
 Error
modifier RedundantModifier Redundant 'final' modifier. 124
 Error
modifier RedundantModifier Redundant 'final' modifier. 146
 Error
modifier RedundantModifier Redundant 'final' modifier. 166
 Error
modifier RedundantModifier Redundant 'final' modifier. 186
 Error
modifier RedundantModifier Redundant 'final' modifier. 219
 Error
javadoc JavadocMethod Missing a Javadoc comment. 241
 Error
modifier RedundantModifier Redundant 'final' modifier. 255

fr/paris/lutece/plugins/identityimport/business/ClientHome.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/identityimport/business/IBatchDAO.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 'final' modifier. 110
 Error
javadoc JavadocMethod Expected @param tag for 'batchLimit'. 110
 Error
modifier RedundantModifier Redundant 'final' modifier. 121
 Error
modifier RedundantModifier Redundant 'final' modifier. 121
 Error
modifier RedundantModifier Redundant 'final' modifier. 145
 Error
modifier RedundantModifier Redundant 'final' modifier. 145
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 165
 Error
javadoc JavadocMethod Missing a Javadoc comment. 167
 Error
javadoc JavadocMethod Missing a Javadoc comment. 169
 Error
modifier RedundantModifier Redundant 'final' modifier. 169
 Error
javadoc JavadocMethod Missing a Javadoc comment. 171
 Error
modifier RedundantModifier Redundant 'final' modifier. 171
 Error
modifier RedundantModifier Redundant 'final' modifier. 171
 Error
javadoc JavadocMethod Missing a Javadoc comment. 173
 Error
javadoc JavadocMethod Missing a Javadoc comment. 175
 Error
modifier RedundantModifier Redundant 'final' modifier. 175
 Error
modifier RedundantModifier Redundant 'final' modifier. 175
 Error
modifier RedundantModifier Redundant 'final' modifier. 184
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 184
 Error
modifier RedundantModifier Redundant 'final' modifier. 193
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 193

fr/paris/lutece/plugins/identityimport/business/ICandidateIdentityAttributeDAO.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 'final' modifier. 54
 Error
modifier RedundantModifier Redundant 'final' modifier. 54
 Error
modifier RedundantModifier Redundant 'final' modifier. 64
 Error
modifier RedundantModifier Redundant 'final' modifier. 64
 Error
modifier RedundantModifier Redundant 'final' modifier. 74
 Error
modifier RedundantModifier Redundant 'final' modifier. 74
 Error
modifier RedundantModifier Redundant 'final' modifier. 88
 Error
modifier RedundantModifier Redundant 'final' modifier. 88
 Error
modifier RedundantModifier Redundant 'final' modifier. 97
 Error
javadoc JavadocMethod Expected @param tag for 'idIdentity'. 97
 Error
modifier RedundantModifier Redundant 'final' modifier. 97
 Error
modifier RedundantModifier Redundant 'final' modifier. 106
 Error
javadoc JavadocMethod Expected @param tag for 'idIdentity'. 106
 Error
modifier RedundantModifier Redundant 'final' modifier. 106
 Error
modifier RedundantModifier Redundant 'final' modifier. 117
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 117
 Error
modifier RedundantModifier Redundant 'final' modifier. 117
 Error
javadoc JavadocMethod Missing a Javadoc comment. 119
 Error
modifier RedundantModifier Redundant 'final' modifier. 119
 Error
modifier RedundantModifier Redundant 'final' modifier. 119

fr/paris/lutece/plugins/identityimport/business/ICandidateIdentityDAO.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. 57
 Error
javadoc JavadocMethod Expected @param tag for 'nBatchId'. 109
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 120
 Error
modifier RedundantModifier Redundant 'final' modifier. 133
 Error
javadoc JavadocMethod Missing a Javadoc comment. 135
 Error
modifier RedundantModifier Redundant 'final' modifier. 135
 Error
modifier RedundantModifier Redundant 'final' modifier. 135
 Error
javadoc JavadocMethod Missing a Javadoc comment. 137
 Error
modifier RedundantModifier Redundant 'final' modifier. 137
 Error
modifier RedundantModifier Redundant 'final' modifier. 137
 Error
javadoc JavadocMethod Missing a Javadoc comment. 139

fr/paris/lutece/plugins/identityimport/business/ICandidateIdentityHistoryDAO.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 @return tag. 74
 Error
javadoc JavadocMethod Expected @return tag. 84
 Error
javadoc JavadocMethod Expected @return tag. 94
 Error
javadoc JavadocMethod Missing a Javadoc comment. 106

fr/paris/lutece/plugins/identityimport/business/IClientDAO.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/identityimport/business/ResourceState.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 Missing a Javadoc comment. 42
 Error
javadoc JavadocMethod Missing a Javadoc comment. 47
 Error
coding HiddenField '_nResourceCount' hides a field. 47
 Error
naming ParameterName Name '_nResourceCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47

fr/paris/lutece/plugins/identityimport/cache/ReferentialCache.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. 81
 Error
javadoc JavadocMethod Missing a Javadoc comment. 89
 Error
javadoc JavadocMethod Missing a Javadoc comment. 95
 Error
javadoc JavadocMethod Missing a Javadoc comment. 105
 Error
javadoc JavadocMethod Missing a Javadoc comment. 114
 Error
javadoc JavadocMethod Missing a Javadoc comment. 122

fr/paris/lutece/plugins/identityimport/cache/ServiceContractCache.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. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 53
 Error
javadoc JavadocMethod Missing a Javadoc comment. 59
 Error
javadoc JavadocMethod Missing a Javadoc comment. 69
 Error
javadoc JavadocMethod Missing a Javadoc comment. 79
 Error
javadoc JavadocMethod Missing a Javadoc comment. 90

fr/paris/lutece/plugins/identityimport/service/BatchService.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. 73
 Error
naming MemberName Name 'progressManagerService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 82
 Error
naming MemberName Name 'validationService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 83
 Error
coding DeclarationOrder Static variable definition in wrong order. 85
 Error
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 85
 Error
javadoc JavadocMethod Missing a Javadoc comment. 87
 Error
javadoc JavadocMethod Missing a Javadoc comment. 96
 Error
javadoc JavadocMethod Expected @return tag. 193
 Error
javadoc JavadocMethod Expected @param tag for 'batchLimit'. 193
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 193
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 224
 Error
javadoc JavadocMethod Missing a Javadoc comment. 326
 Error
javadoc JavadocMethod Missing a Javadoc comment. 337
 Error
javadoc JavadocMethod Missing a Javadoc comment. 348
 Error
blocks LeftCurly '{' at column 110 should be on a new line. 379
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 407

fr/paris/lutece/plugins/identityimport/service/BatchValidationService.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
design FinalClass Class BatchValidationService should be declared as final. 48
 Error
javadoc JavadocType Missing a Javadoc comment. 48
 Error
naming MemberName Name 'importBatchLimit' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 50
 Error
coding DeclarationOrder Static variable definition in wrong order. 52
 Error
javadoc JavadocMethod Missing a Javadoc comment. 54
 Error
javadoc JavadocMethod Missing a Javadoc comment. 58
 Error
javadoc JavadocMethod Missing a Javadoc comment. 67
 Error
javadoc JavadocMethod Missing a Javadoc comment. 146
 Error
javadoc JavadocMethod Missing a Javadoc comment. 153

fr/paris/lutece/plugins/identityimport/service/CandidateIdentityService.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.identitystore.v3.web.rs.dto.contract.ServiceContractDto. 44
 Error
javadoc JavadocType Missing a Javadoc comment. 56
 Error
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 58
 Error
javadoc JavadocMethod Missing a Javadoc comment. 60
 Error
javadoc JavadocMethod Missing a Javadoc comment. 69
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 87
 Error
javadoc JavadocMethod Missing a Javadoc comment. 106

fr/paris/lutece/plugins/identityimport/service/ReferentialService.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. 43
 Error
coding DeclarationOrder Static variable definition in wrong order. 48
 Error
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 48
 Error
javadoc JavadocMethod Missing a Javadoc comment. 50
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 65

fr/paris/lutece/plugins/identityimport/service/ServiceContractService.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. 48
 Error
coding DeclarationOrder Static variable definition in wrong order. 53
 Error
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 53
 Error
javadoc JavadocMethod Missing a Javadoc comment. 55
 Error
javadoc JavadocMethod Missing a Javadoc comment. 65
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 101

fr/paris/lutece/plugins/identityimport/task/BatchCloseDaemon.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 ModifierOrder 'static' modifier out of order with the JLS suggestions. 49

fr/paris/lutece/plugins/identityimport/task/BatchLaunchDaemon.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 ModifierOrder 'static' modifier out of order with the JLS suggestions. 49

fr/paris/lutece/plugins/identityimport/task/BatchPurgeDaemon.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. 44
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 46

fr/paris/lutece/plugins/identityimport/web/AbstractManageItemsJspBean.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 Type Javadoc comment is missing @param <S> tag. 50
 Error
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 50
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 110

fr/paris/lutece/plugins/identityimport/web/BatchJspBean.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 ModifierOrder 'static' modifier out of order with the JLS suggestions. 112
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 113
 Error
coding DeclarationOrder Static variable definition in wrong order. 177
 Error
naming MemberName Name 'progressManagerService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 178
 Error
naming MemberName Name 'identityQualityService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 199
 Error
naming MemberName Name 'identityService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 200
 Error
naming MemberName Name 'DUPLICATE_RULE_CODES' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 201
 Error
naming MemberName Name 'NB_ITEMS_PER_PAGES' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 202
 Error
naming MemberName Name 'IMPORT_CLIENT_CODE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 203
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 237
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 283
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 320
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 348
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 381
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 415
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 438
 Error
javadoc JavadocMethod Missing a Javadoc comment. 577
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 590
 Error
javadoc JavadocMethod Missing a Javadoc comment. 612
 Error
blocks LeftCurly '{' at column 126 should be on a new line. 643
 Error
javadoc JavadocMethod Missing a Javadoc comment. 650
 Error
blocks LeftCurly '{' at column 108 should be on a new line. 658
 Error
javadoc JavadocMethod Missing a Javadoc comment. 666
 Error
javadoc JavadocMethod Missing a Javadoc comment. 672
 Error
javadoc JavadocMethod Missing a Javadoc comment. 677

fr/paris/lutece/plugins/identityimport/web/ClientJspBean.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 @throws tag for 'AccessDeniedException'. 184
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 278

fr/paris/lutece/plugins/identityimport/web/request/IdentityBatchImportRequest.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. 54
 Error
design VisibilityModifier Variable '_request' must be private and have accessor methods. 56
 Error
design VisibilityModifier Variable '_strHeaderClientToken' must be private and have accessor methods. 57
 Error
javadoc JavadocMethod Missing a Javadoc comment. 59

fr/paris/lutece/plugins/identityimport/web/request/IdentityBatchStatusRequest.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. 52
 Error
design VisibilityModifier Variable '_request' must be private and have accessor methods. 54
 Error
design VisibilityModifier Variable '_strHeaderClientToken' must be private and have accessor methods. 55
 Error
javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning
coding ReturnCount Return count is 6 (max allowed for non-void methods/lambdas is 5). 71

fr/paris/lutece/plugins/identityimport/web/rs/BatchRestService.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 @return tag. 67
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 71
 Error
javadoc JavadocMethod Expected @param tag for 'strHeaderClientCode'. 71
 Error
javadoc JavadocMethod Expected @param tag for 'authorName'. 72
 Error
javadoc JavadocMethod Expected @param tag for 'authorType'. 72
 Error
javadoc JavadocMethod Expected @param tag for 'strHeaderClientToken'. 73
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 73
 Error
javadoc JavadocMethod Expected @param tag for 'strHeaderClientCode'. 92
 Error
javadoc JavadocMethod Expected @param tag for 'authorName'. 93
 Error
javadoc JavadocMethod Expected @param tag for 'authorType'. 93
 Error
javadoc JavadocMethod Expected @param tag for 'strHeaderClientToken'. 94
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 94

fr/paris/lutece/plugins/identityimport/web/rs/CustomMapper.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. 43
 Error
naming MemberName Name 'mapper' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 47
 Error
javadoc JavadocMethod Missing a Javadoc comment. 49

fr/paris/lutece/plugins/identityimport/web/rs/error/UncaughtExceptionMapper.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/identityimport/web/rs/error/UncaughtIdentityStoreExceptionMapper.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/identityimport/wf/IResource.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
modifier RedundantModifier Redundant 'public' modifier. 43
 Error
modifier RedundantModifier Redundant 'public' modifier. 50

fr/paris/lutece/plugins/identityimport/wf/LuteceWorkflowResource.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 Missing a Javadoc comment. 49
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51

fr/paris/lutece/plugins/identityimport/wf/LuteceWorkflowResourceAnnotationProcessor.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. 48

fr/paris/lutece/plugins/identityimport/wf/WorkflowBean.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. 45
 Error
javadoc JavadocMethod Expected @param tag for 'resource'. 67
 Error
javadoc JavadocMethod Expected @param tag for 'nResourceId'. 67
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 67
 Error
javadoc JavadocMethod Expected @param tag for 'strResourceType'. 67
 Error
javadoc JavadocMethod Expected @param tag for 'nWorkflowKey'. 67
 Error
javadoc JavadocMethod Expected @param tag for 'resource'. 83
 Error
javadoc JavadocMethod Expected @param tag for 'nResourceId'. 83
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 83
 Error
javadoc JavadocMethod Expected @param tag for 'strResourceType'. 83
 Error
javadoc JavadocMethod Expected @param tag for 'nWorkflowKey'. 83
 Error
javadoc JavadocMethod Expected @param tag for 'nExternalParentId'. 83
 Error
coding HiddenField '_state' hides a field. 158
 Error
javadoc JavadocMethod Expected @param tag for '_state'. 158
 Error
naming ParameterName Name '_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. 158
 Error
coding HiddenField '_listActions' hides a field. 168
 Error
javadoc JavadocMethod Expected @param tag for '_listActions'. 168
 Error
naming ParameterName Name '_listActions' must match pattern '^[a-z][a-zA-Z0-9]*$'. 168
 Error
coding HiddenField '_strHistory' hides a field. 178
 Error
javadoc JavadocMethod Expected @param tag for '_strHistory'. 178
 Error
naming ParameterName Name '_strHistory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 178
 Error
javadoc JavadocMethod Missing a Javadoc comment. 213
 Error
javadoc JavadocMethod Missing a Javadoc comment. 218
 Error
coding HiddenField '_nNbSubResource' hides a field. 218
 Error
naming ParameterName Name '_nNbSubResource' must match pattern '^[a-z][a-zA-Z0-9]*$'. 218
 Error
javadoc JavadocMethod Missing a Javadoc comment. 223
 Error
javadoc JavadocMethod Missing a Javadoc comment. 228
 Error
coding HiddenField '_listSubResourceStates' hides a field. 228
 Error
naming ParameterName Name '_listSubResourceStates' must match pattern '^[a-z][a-zA-Z0-9]*$'. 228

fr/paris/lutece/plugins/identityimport/wf/WorkflowBeanService.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. 51
 Error
coding DeclarationOrder Variable access definition in wrong order. 64
 Error
coding DeclarationOrder Variable access definition in wrong order. 65
 Error
coding DeclarationOrder Variable access definition in wrong order. 66
 Error
coding DeclarationOrder Variable access definition in wrong order. 67
 Error
coding DeclarationOrder Variable access definition in wrong order. 68
 Error
coding DeclarationOrder Variable access definition in wrong order. 70
 Error
javadoc JavadocMethod Expected @param tag for 'strResourceType'. 82
 Error
javadoc JavadocMethod Expected @param tag for 'nWorkflowKey'. 82
 Error
javadoc JavadocMethod Expected @param tag for 'resource'. 96
 Error
javadoc JavadocMethod Expected @param tag for 'nResourceId'. 96
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 96
 Error
javadoc JavadocMethod Expected @param tag for 'resource'. 110
 Error
javadoc JavadocMethod Expected @param tag for 'nResourceId'. 110
 Error
javadoc JavadocMethod Expected @param tag for 'nExternalParentId'. 110
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 110
 Error
javadoc JavadocMethod Expected @param tag for 'wfBean'. 144
 Error
javadoc JavadocMethod Expected @param tag for 'wfBean'. 164
 Error
javadoc JavadocMethod Expected @param tag for 'nAction'. 164
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 164
 Error
javadoc JavadocMethod Expected @param tag for 'locale'. 164
 Error
javadoc JavadocMethod Expected @param tag for 'wfBean'. 181
 Error
javadoc JavadocMethod Expected @param tag for 'nAction'. 181
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 181
 Error
javadoc JavadocMethod Expected @param tag for 'locale'. 181
 Error
javadoc JavadocMethod Expected @param tag for 'wfBean'. 199
 Error
javadoc JavadocMethod Expected @param tag for 'nAction'. 199
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 199
 Error
javadoc JavadocMethod Expected @param tag for 'locale'. 199
 Error
javadoc JavadocMethod Expected @param tag for 'strTargetJsp'. 199
 Error
javadoc JavadocMethod Expected @param tag for 'strWorkflowAction'. 199
 Error
javadoc JavadocMethod Expected @param tag for 'wfBean'. 234
 Error
javadoc JavadocMethod Expected @param tag for 'nAction'. 234
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 234
 Error
javadoc JavadocMethod Expected @param tag for 'locale'. 234
 Error
javadoc JavadocMethod Expected @param tag for 'nAction'. 258
 Error
javadoc JavadocMethod Expected @param tag for 'locale'. 258
 Error
javadoc JavadocMethod Expected @param tag for 'wfBean'. 272
 Error
javadoc JavadocMethod Expected @param tag for 'nAction'. 272
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 272
 Error
javadoc JavadocMethod Expected @param tag for 'locale'. 272
 Error
javadoc JavadocMethod Expected @param tag for 'wfBean'. 286
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 286
 Error
javadoc JavadocMethod Expected @param tag for 'locale'. 286
 Error
javadoc JavadocMethod Expected @param tag for 'wfBean'. 297
 Error
javadoc JavadocMethod Missing a Javadoc comment. 302