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
34 0 0 243

Files

File
 I
 W
 E
fr/paris/lutece/plugins/identitystore/v1/web/rs/service/AbstractIdentityTransportRest.java 0 0 4
fr/paris/lutece/plugins/identitystore/v1/web/rs/service/IdentityTransportApiManagerRest.java 0 0 2
fr/paris/lutece/plugins/identitystore/v1/web/rs/service/IdentityTransportRest.java 0 0 1
fr/paris/lutece/plugins/identitystore/v1/web/service/HttpAccessTransport.java 0 0 1
fr/paris/lutece/plugins/identitystore/v1/web/service/IHttpTransportProvider.java 0 0 6
fr/paris/lutece/plugins/identitystore/v1/web/service/IIdentityTransportProvider.java 0 0 6
fr/paris/lutece/plugins/identitystore/v1/web/service/IdentityService.java 0 0 8
fr/paris/lutece/plugins/identitystore/v2/web/rs/service/AbstractIdentityTransportRest.java 0 0 2
fr/paris/lutece/plugins/identitystore/v2/web/rs/service/IdentityTransportApiManagerRest.java 0 0 2
fr/paris/lutece/plugins/identitystore/v2/web/rs/service/IdentityTransportRest.java 0 0 1
fr/paris/lutece/plugins/identitystore/v2/web/rs/service/MockIdentityTransportDataStore.java 0 0 4
fr/paris/lutece/plugins/identitystore/v2/web/rs/service/MockIdentityTransportRest.java 0 0 4
fr/paris/lutece/plugins/identitystore/v2/web/service/AuthorType.java 0 0 1
fr/paris/lutece/plugins/identitystore/v2/web/service/HttpAccessTransport.java 0 0 1
fr/paris/lutece/plugins/identitystore/v2/web/service/IHttpTransportProvider.java 0 0 7
fr/paris/lutece/plugins/identitystore/v2/web/service/IIdentityTransportProvider.java 0 0 8
fr/paris/lutece/plugins/identitystore/v2/web/service/IdentityService.java 0 0 9
fr/paris/lutece/plugins/identitystore/v3/web/rs/service/AbstractTransportRest.java 0 0 4
fr/paris/lutece/plugins/identitystore/v3/web/rs/service/HttpAccessTransport.java 0 0 14
fr/paris/lutece/plugins/identitystore/v3/web/rs/service/HttpApiManagerAccessTransport.java 0 0 2
fr/paris/lutece/plugins/identitystore/v3/web/rs/service/IdentityTransportRest.java 0 0 2
fr/paris/lutece/plugins/identitystore/v3/web/rs/service/MockIdentityTransportDataStore.java 0 0 6
fr/paris/lutece/plugins/identitystore/v3/web/rs/service/MockIdentityTransportRest.java 0 0 6
fr/paris/lutece/plugins/identitystore/v3/web/rs/service/MockServiceContractTransportDataStore.java 0 0 7
fr/paris/lutece/plugins/identitystore/v3/web/rs/service/ServiceContractTransportRest.java 0 0 2
fr/paris/lutece/plugins/identitystore/v3/web/service/AuthorType.java 0 0 1
fr/paris/lutece/plugins/identitystore/v3/web/service/CustomResponseStatusValidator.java 0 0 7
fr/paris/lutece/plugins/identitystore/v3/web/service/IHttpTransportProvider.java 0 0 12
fr/paris/lutece/plugins/identitystore/v3/web/service/IIdentityTransportProvider.java 0 0 60
fr/paris/lutece/plugins/identitystore/v3/web/service/IServiceContractTransportProvider.java 0 0 32
fr/paris/lutece/plugins/identitystore/v3/web/service/IdentityService.java 0 0 18
fr/paris/lutece/plugins/identitystore/v3/web/service/ServiceContractService.java 0 0 3

Rules

Category Rule Violations Severity
coding DeclarationOrder 5
 Error
design FinalClass 1
 Error
VisibilityModifier 10
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
32
 Error
imports UnusedImports 3
 Error
javadoc JavadocMethod 117
 Error
JavadocType 4
 Error
modifier RedundantModifier 66
 Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
4
 Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Error

Details

fr/paris/lutece/plugins/identitystore/v1/web/rs/service/AbstractIdentityTransportRest.java

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.web.exception.IdentityNotFoundException. 47
 Error
imports UnusedImports Unused import - org.apache.log4j.Logger. 54
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 119

fr/paris/lutece/plugins/identitystore/v1/web/rs/service/IdentityTransportApiManagerRest.java

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 'IdentityStoreException'. 105

fr/paris/lutece/plugins/identitystore/v1/web/rs/service/IdentityTransportRest.java

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/identitystore/v1/web/service/HttpAccessTransport.java

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/identitystore/v1/web/service/IHttpTransportProvider.java

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 'IdentityStoreException'. 61
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 84
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 105
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 128
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 149

fr/paris/lutece/plugins/identitystore/v1/web/service/IIdentityTransportProvider.java

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 'IdentityStoreException'. 70
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 85
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 102
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 117
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 150

fr/paris/lutece/plugins/identitystore/v1/web/service/IdentityService.java

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 'IdentityStoreException'. 102
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 120
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 140
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 158
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 178
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 192
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 230

fr/paris/lutece/plugins/identitystore/v2/web/rs/service/AbstractIdentityTransportRest.java

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 'IdentityStoreException'. 117

fr/paris/lutece/plugins/identitystore/v2/web/rs/service/IdentityTransportApiManagerRest.java

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 'IdentityStoreException'. 104

fr/paris/lutece/plugins/identitystore/v2/web/rs/service/IdentityTransportRest.java

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/identitystore/v2/web/rs/service/MockIdentityTransportDataStore.java

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. 62
 Error
javadoc JavadocMethod Expected @param tag for 'strId'. 157
 Error
javadoc JavadocMethod Expected @param tag for 'strId'. 179

fr/paris/lutece/plugins/identitystore/v2/web/rs/service/MockIdentityTransportRest.java

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 'CONNECTION_ID_PREFIX' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 57
 Error
naming MemberName Name 'CUSTOMER_ID_PREFIX' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 58
 Error
javadoc JavadocMethod Missing a Javadoc comment. 60

fr/paris/lutece/plugins/identitystore/v2/web/service/AuthorType.java

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/identitystore/v2/web/service/HttpAccessTransport.java

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/identitystore/v2/web/service/IHttpTransportProvider.java

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 'IdentityStoreException'. 63
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 85
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 107
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 127
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 150
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 171

fr/paris/lutece/plugins/identitystore/v2/web/service/IIdentityTransportProvider.java

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 'IdentityStoreException'. 72
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 88
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 106
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 121
 Error
javadoc JavadocMethod Expected @param tag for 'strClientAppCode'. 147
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 147
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 161

fr/paris/lutece/plugins/identitystore/v2/web/service/IdentityService.java

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 'IdentityStoreException'. 103
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 121
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 141
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 158
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 176
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 190
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 226
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 244

fr/paris/lutece/plugins/identitystore/v3/web/rs/service/AbstractTransportRest.java

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 VisibilityModifier Variable '_httpTransport' must be private and have accessor methods. 47
 Error
coding DeclarationOrder Static variable definition in wrong order. 50
 Error
design VisibilityModifier Variable '_mapper' must be private and have accessor methods. 50

fr/paris/lutece/plugins/identitystore/v3/web/rs/service/HttpAccessTransport.java

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 VisibilityModifier Variable '_httpClient' must be private and have accessor methods. 63
 Error
design VisibilityModifier Variable '_strEndPoint' must be private and have accessor methods. 64
 Error
javadoc JavadocMethod Missing a Javadoc comment. 66
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 325
 Error
javadoc JavadocMethod Expected @param tag for 'strApiEndPointUrl'. 335
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 361
 Error
javadoc JavadocMethod Expected @throws tag for 'JsonProcessingException'. 362
 Error
javadoc JavadocMethod Expected @throws tag for 'InstantiationException'. 362
 Error
javadoc JavadocMethod Expected @throws tag for 'IllegalAccessException'. 362
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 394
 Error
javadoc JavadocMethod Expected @throws tag for 'JsonProcessingException'. 395
 Error
javadoc JavadocMethod Expected @throws tag for 'InstantiationException'. 395
 Error
javadoc JavadocMethod Expected @throws tag for 'IllegalAccessException'. 395

fr/paris/lutece/plugins/identitystore/v3/web/rs/service/HttpApiManagerAccessTransport.java

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 'IdentityStoreException'. 95

fr/paris/lutece/plugins/identitystore/v3/web/rs/service/IdentityTransportRest.java

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 'transportProvider'. 74

fr/paris/lutece/plugins/identitystore/v3/web/rs/service/MockIdentityTransportDataStore.java

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 DeclarationOrder Variable access definition in wrong order. 71
 Error
design VisibilityModifier Variable '_mapper' must be private and have accessor methods. 71
 Error
javadoc JavadocMethod Missing a Javadoc comment. 80
 Error
javadoc JavadocMethod Expected @param tag for 'strId'. 200
 Error
javadoc JavadocMethod Expected @param tag for 'strId'. 222

fr/paris/lutece/plugins/identitystore/v3/web/rs/service/MockIdentityTransportRest.java

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 'CONNECTION_ID_PREFIX' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 75
 Error
naming MemberName Name 'CUSTOMER_ID_PREFIX' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 76
 Error
coding DeclarationOrder Static variable definition in wrong order. 79
 Error
design VisibilityModifier Variable '_mapper' must be private and have accessor methods. 79
 Error
javadoc JavadocMethod Missing a Javadoc comment. 86

fr/paris/lutece/plugins/identitystore/v3/web/rs/service/MockServiceContractTransportDataStore.java

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 - org.apache.log4j.Logger. 47
 Error
javadoc JavadocType Missing a Javadoc comment. 52
 Error
coding DeclarationOrder Variable access definition in wrong order. 57
 Error
design VisibilityModifier Variable '_mapper' must be private and have accessor methods. 57
 Error
javadoc JavadocMethod Expected @param tag for 'strClientCode'. 164
 Error
javadoc JavadocMethod Expected @param tag for 'strClientCode'. 187

fr/paris/lutece/plugins/identitystore/v3/web/rs/service/ServiceContractTransportRest.java

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

fr/paris/lutece/plugins/identitystore/v3/web/service/AuthorType.java

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/identitystore/v3/web/service/CustomResponseStatusValidator.java

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 CustomResponseStatusValidator should be declared as final. 38
 Error
javadoc JavadocType Missing a Javadoc comment. 38
 Error
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 40
 Error
javadoc JavadocMethod Missing a Javadoc comment. 42
 Error
coding DeclarationOrder Constructor definition in wrong order. 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51

fr/paris/lutece/plugins/identitystore/v3/web/service/IHttpTransportProvider.java

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 'IdentityStoreException'. 60
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 82
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 104
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 126
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 146
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 167
 Error
javadoc JavadocMethod Expected @param tag for 'json'. 187
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 188
 Error
modifier RedundantModifier Redundant 'public' modifier. 195
 Error
javadoc JavadocMethod Expected @param tag for 'strApiEndPointUrl'. 195
 Error
modifier RedundantModifier Redundant 'public' modifier. 202

fr/paris/lutece/plugins/identitystore/v3/web/service/IIdentityTransportProvider.java

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. 77
 Error
modifier RedundantModifier Redundant 'final' modifier. 77
 Error
modifier RedundantModifier Redundant 'final' modifier. 77
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 77
 Error
modifier RedundantModifier Redundant 'final' modifier. 99
 Error
modifier RedundantModifier Redundant 'final' modifier. 99
 Error
modifier RedundantModifier Redundant 'final' modifier. 99
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 100
 Error
modifier RedundantModifier Redundant 'final' modifier. 119
 Error
modifier RedundantModifier Redundant 'final' modifier. 119
 Error
modifier RedundantModifier Redundant 'final' modifier. 119
 Error
modifier RedundantModifier Redundant 'final' modifier. 120
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 120
 Error
modifier RedundantModifier Redundant 'final' modifier. 135
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 135
 Error
modifier RedundantModifier Redundant 'final' modifier. 135
 Error
modifier RedundantModifier Redundant 'final' modifier. 135
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 135
 Error
modifier RedundantModifier Redundant 'final' modifier. 148
 Error
modifier RedundantModifier Redundant 'final' modifier. 148
 Error
modifier RedundantModifier Redundant 'final' modifier. 148
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 149
 Error
modifier RedundantModifier Redundant 'final' modifier. 164
 Error
modifier RedundantModifier Redundant 'final' modifier. 164
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 164
 Error
modifier RedundantModifier Redundant 'final' modifier. 177
 Error
modifier RedundantModifier Redundant 'final' modifier. 177
 Error
modifier RedundantModifier Redundant 'final' modifier. 177
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 178
 Error
modifier RedundantModifier Redundant 'final' modifier. 192
 Error
modifier RedundantModifier Redundant 'final' modifier. 192
 Error
modifier RedundantModifier Redundant 'final' modifier. 192
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 193
 Error
modifier RedundantModifier Redundant 'final' modifier. 206
 Error
modifier RedundantModifier Redundant 'final' modifier. 206
 Error
modifier RedundantModifier Redundant 'final' modifier. 206
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 207
 Error
modifier RedundantModifier Redundant 'final' modifier. 220
 Error
modifier RedundantModifier Redundant 'final' modifier. 220
 Error
modifier RedundantModifier Redundant 'final' modifier. 220
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 221
 Error
modifier RedundantModifier Redundant 'final' modifier. 234
 Error
modifier RedundantModifier Redundant 'final' modifier. 234
 Error
modifier RedundantModifier Redundant 'final' modifier. 234
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 235
 Error
modifier RedundantModifier Redundant 'final' modifier. 248
 Error
modifier RedundantModifier Redundant 'final' modifier. 248
 Error
modifier RedundantModifier Redundant 'final' modifier. 248
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 249
 Error
modifier RedundantModifier Redundant 'final' modifier. 265
 Error
modifier RedundantModifier Redundant 'final' modifier. 265
 Error
modifier RedundantModifier Redundant 'final' modifier. 265
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 266
 Error
modifier RedundantModifier Redundant 'final' modifier. 277
 Error
modifier RedundantModifier Redundant 'final' modifier. 277
 Error
modifier RedundantModifier Redundant 'final' modifier. 277
 Error
javadoc JavadocMethod Expected @param tag for 'author'. 277
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 278
 Error
javadoc JavadocMethod Missing a Javadoc comment. 280

fr/paris/lutece/plugins/identitystore/v3/web/service/IServiceContractTransportProvider.java

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 RedundantModifier Redundant 'final' modifier. 58
 Error
modifier RedundantModifier Redundant 'final' modifier. 58
 Error
modifier RedundantModifier Redundant 'final' modifier. 58
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 59
 Error
modifier RedundantModifier Redundant 'final' modifier. 70
 Error
modifier RedundantModifier Redundant 'final' modifier. 70
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 70
 Error
modifier RedundantModifier Redundant 'final' modifier. 83
 Error
modifier RedundantModifier Redundant 'final' modifier. 83
 Error
modifier RedundantModifier Redundant 'final' modifier. 83
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 84
 Error
modifier RedundantModifier Redundant 'final' modifier. 97
 Error
modifier RedundantModifier Redundant 'final' modifier. 97
 Error
modifier RedundantModifier Redundant 'final' modifier. 97
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 98
 Error
modifier RedundantModifier Redundant 'final' modifier. 112
 Error
modifier RedundantModifier Redundant 'final' modifier. 112
 Error
modifier RedundantModifier Redundant 'final' modifier. 112
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 113
 Error
modifier RedundantModifier Redundant 'final' modifier. 129
 Error
modifier RedundantModifier Redundant 'final' modifier. 129
 Error
modifier RedundantModifier Redundant 'final' modifier. 129
 Error
modifier RedundantModifier Redundant 'final' modifier. 130
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 130
 Error
modifier RedundantModifier Redundant 'final' modifier. 146
 Error
modifier RedundantModifier Redundant 'final' modifier. 146
 Error
modifier RedundantModifier Redundant 'final' modifier. 146
 Error
modifier RedundantModifier Redundant 'final' modifier. 147
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 147
 Error
javadoc JavadocMethod Missing a Javadoc comment. 149

fr/paris/lutece/plugins/identitystore/v3/web/service/IdentityService.java

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 VisibilityModifier Variable '_transportProvider' must be private and have accessor methods. 62
 Error
design VisibilityModifier Variable '_listExternalAttributesSource' must be private and have accessor methods. 63
 Error
javadoc JavadocMethod Expected @param tag for 'listExternalAttributesSource'. 101
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 121
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 143
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 163
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 187
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 209
 Error
javadoc JavadocMethod Expected @return tag. 225
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 226
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 244
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 261
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 278
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 295
 Error
javadoc JavadocMethod Expected @param tag for 'author'. 309
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 310
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 323

fr/paris/lutece/plugins/identitystore/v3/web/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
design VisibilityModifier Variable '_transportProvider' must be private and have accessor methods. 47
 Error
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 92