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
15 0 0 461

Files

File
 I
 W
 E
fr/paris/lutece/plugins/mydashboard/modules/identity/business/AttributeCategory.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/identity/business/DashboardAttribute.java 0 0 10
fr/paris/lutece/plugins/mydashboard/modules/identity/business/DashboardIdentity.java 0 0 12
fr/paris/lutece/plugins/mydashboard/modules/identity/service/DashboardIdentityService.java 0 0 179
fr/paris/lutece/plugins/mydashboard/modules/identity/service/IDashBoardIdentityService.java 0 0 26
fr/paris/lutece/plugins/mydashboard/modules/identity/util/Constants.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/identity/util/DashboardIdentityUtils.java 0 0 196
fr/paris/lutece/plugins/mydashboard/modules/identity/web/AbstractMyDashboardIdentity.java 0 0 6
fr/paris/lutece/plugins/mydashboard/modules/identity/web/EditIdentityXPage.java 0 0 5
fr/paris/lutece/plugins/mydashboard/modules/identity/web/IdentityXPage.java 0 0 17
fr/paris/lutece/plugins/mydashboard/modules/identity/web/MyDashboardIdentityComponent.java 0 0 1
fr/paris/lutece/plugins/mydashboard/modules/identity/web/MyDashboardIdentityCoordinates.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/identity/web/MyDashboardIdentityInformations.java 0 0 2

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
14
 Error
RightCurly
  • option: "alone"
5
 Error
coding DeclarationOrder 12
 Error
ExplicitInitialization 1
 Error
HiddenField 2
 Error
design FinalClass 2
 Error
VisibilityModifier 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
13
 Error
imports UnusedImports 3
 Error
javadoc JavadocMethod 66
 Error
JavadocType 3
 Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
2
 Error
whitespace ParenPad
  • option: "space"
290
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
47
 Error

Details

fr/paris/lutece/plugins/mydashboard/modules/identity/business/AttributeCategory.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 31 should be on a new line. 40

fr/paris/lutece/plugins/mydashboard/modules/identity/business/DashboardAttribute.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. 53
 Error
javadoc JavadocMethod Missing a Javadoc comment. 58
 Error
javadoc JavadocMethod Missing a Javadoc comment. 69
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 190
 Error
whitespace ParenPad '(' is not followed by whitespace. 198
 Error
coding HiddenField '_bMandatory' hides a field. 198
 Error
naming ParameterName Name '_bMandatory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 198
 Error
whitespace ParenPad ')' is not preceded with whitespace. 198
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 198

fr/paris/lutece/plugins/mydashboard/modules/identity/business/DashboardIdentity.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. 53
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 466
 Error
whitespace ParenPad '(' is not followed by whitespace. 474
 Error
coding HiddenField '_lastUpdateDate' hides a field. 474
 Error
naming ParameterName Name '_lastUpdateDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 474
 Error
whitespace ParenPad ')' is not preceded with whitespace. 474
 Error
blocks LeftCurly '{' at column 59 should be on a new line. 474
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 515
 Error
whitespace ParenPad '(' is not followed by whitespace. 523
 Error
whitespace ParenPad ')' is not preceded with whitespace. 523
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 523

fr/paris/lutece/plugins/mydashboard/modules/identity/service/DashboardIdentityService.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 DashboardIdentityService should be declared as final. 73
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 82
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 82
 Error
coding DeclarationOrder Static variable definition in wrong order. 90
 Error
coding DeclarationOrder Static variable definition in wrong order. 93
 Error
coding DeclarationOrder Static variable definition in wrong order. 96
 Error
whitespace ParenPad '(' is not followed by whitespace. 154
 Error
whitespace ParenPad ')' is not preceded with whitespace. 154
 Error
whitespace ParenPad '(' is not followed by whitespace. 156
 Error
whitespace ParenPad ')' is not preceded with whitespace. 156
 Error
whitespace ParenPad '(' is not followed by whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 172
 Error
whitespace ParenPad '(' is not followed by whitespace. 214
 Error
whitespace ParenPad ')' is not preceded with whitespace. 214
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 227
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 227
 Error
whitespace ParenPad '(' is not followed by whitespace. 230
 Error
whitespace ParenPad ')' is not preceded with whitespace. 230
 Error
whitespace ParenPad '(' is not followed by whitespace. 232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
whitespace ParenPad ')' is not preceded with whitespace. 232
 Error
whitespace ParenPad '(' is not followed by whitespace. 237
 Error
whitespace ParenPad ')' is not preceded with whitespace. 237
 Error
whitespace ParenPad '(' is not followed by whitespace. 239
 Error
whitespace ParenPad ')' is not preceded with whitespace. 239
 Error
whitespace ParenPad '(' is not followed by whitespace. 239
 Error
whitespace ParenPad ')' is not preceded with whitespace. 239
 Error
whitespace ParenPad '(' is not followed by whitespace. 244
 Error
whitespace ParenPad ')' is not preceded with whitespace. 244
 Error
whitespace ParenPad '(' is not followed by whitespace. 246
 Error
whitespace ParenPad ')' is not preceded with whitespace. 246
 Error
whitespace ParenPad '(' is not followed by whitespace. 246
 Error
whitespace ParenPad ')' is not preceded with whitespace. 246
 Error
whitespace ParenPad '(' is not followed by whitespace. 248
 Error
whitespace ParenPad '(' is not followed by whitespace. 253
 Error
whitespace ParenPad ')' is not preceded with whitespace. 253
 Error
whitespace ParenPad '(' is not followed by whitespace. 255
 Error
whitespace ParenPad ')' is not preceded with whitespace. 255
 Error
whitespace ParenPad '(' is not followed by whitespace. 255
 Error
whitespace ParenPad ')' is not preceded with whitespace. 255
 Error
whitespace ParenPad '(' is not followed by whitespace. 257
 Error
whitespace ParenPad '(' is not followed by whitespace. 261
 Error
whitespace ParenPad ')' is not preceded with whitespace. 261
 Error
whitespace ParenPad '(' is not followed by whitespace. 263
 Error
whitespace ParenPad ')' is not preceded with whitespace. 263
 Error
whitespace ParenPad '(' is not followed by whitespace. 263
 Error
whitespace ParenPad ')' is not preceded with whitespace. 263
 Error
whitespace ParenPad '(' is not followed by whitespace. 265
 Error
whitespace ParenPad ')' is not preceded with whitespace. 268
 Error
whitespace ParenPad '(' is not followed by whitespace. 270
 Error
whitespace ParenPad ')' is not preceded with whitespace. 270
 Error
whitespace ParenPad '(' is not followed by whitespace. 272
 Error
whitespace ParenPad ')' is not preceded with whitespace. 272
 Error
whitespace ParenPad '(' is not followed by whitespace. 272
 Error
whitespace ParenPad ')' is not preceded with whitespace. 272
 Error
whitespace ParenPad ')' is not preceded with whitespace. 272
 Error
whitespace ParenPad '(' is not followed by whitespace. 274
 Error
whitespace ParenPad '(' is not followed by whitespace. 278
 Error
whitespace ParenPad '(' is not followed by whitespace. 280
 Error
whitespace ParenPad ')' is not preceded with whitespace. 280
 Error
whitespace ParenPad '(' is not followed by whitespace. 280
 Error
whitespace ParenPad ')' is not preceded with whitespace. 280
 Error
whitespace ParenPad '(' is not followed by whitespace. 282
 Error
whitespace ParenPad '(' is not followed by whitespace. 285
 Error
whitespace ParenPad '(' is not followed by whitespace. 287
 Error
whitespace ParenPad ')' is not preceded with whitespace. 287
 Error
whitespace ParenPad '(' is not followed by whitespace. 287
 Error
whitespace ParenPad ')' is not preceded with whitespace. 287
 Error
whitespace ParenPad ')' is not preceded with whitespace. 287
 Error
whitespace ParenPad '(' is not followed by whitespace. 289
 Error
whitespace ParenPad '(' is not followed by whitespace. 292
 Error
whitespace ParenPad ')' is not preceded with whitespace. 292
 Error
whitespace ParenPad ')' is not preceded with whitespace. 294
 Error
whitespace ParenPad '(' is not followed by whitespace. 294
 Error
whitespace ParenPad ')' is not preceded with whitespace. 294
 Error
whitespace ParenPad ')' is not preceded with whitespace. 294
 Error
whitespace ParenPad '(' is not followed by whitespace. 296
 Error
whitespace ParenPad '(' is not followed by whitespace. 299
 Error
whitespace ParenPad ')' is not preceded with whitespace. 299
 Error
whitespace ParenPad '(' is not followed by whitespace. 301
 Error
whitespace ParenPad ')' is not preceded with whitespace. 301
 Error
whitespace ParenPad '(' is not followed by whitespace. 301
 Error
whitespace ParenPad '(' is not followed by whitespace. 301
 Error
whitespace ParenPad ')' is not preceded with whitespace. 301
 Error
whitespace ParenPad ')' is not preceded with whitespace. 301
 Error
whitespace ParenPad ')' is not preceded with whitespace. 301
 Error
whitespace ParenPad '(' is not followed by whitespace. 307
 Error
whitespace ParenPad '(' is not followed by whitespace. 309
 Error
whitespace ParenPad ')' is not preceded with whitespace. 309
 Error
whitespace ParenPad '(' is not followed by whitespace. 309
 Error
whitespace ParenPad ')' is not preceded with whitespace. 309
 Error
whitespace ParenPad ')' is not preceded with whitespace. 309
 Error
whitespace ParenPad '(' is not followed by whitespace. 316
 Error
whitespace ParenPad '(' is not followed by whitespace. 318
 Error
whitespace ParenPad ')' is not preceded with whitespace. 318
 Error
whitespace ParenPad '(' is not followed by whitespace. 318
 Error
whitespace ParenPad '(' is not followed by whitespace. 318
 Error
whitespace ParenPad ')' is not preceded with whitespace. 318
 Error
whitespace ParenPad ')' is not preceded with whitespace. 318
 Error
whitespace ParenPad '(' is not followed by whitespace. 323
 Error
whitespace ParenPad ')' is not preceded with whitespace. 325
 Error
whitespace ParenPad '(' is not followed by whitespace. 325
 Error
whitespace ParenPad '(' is not followed by whitespace. 325
 Error
whitespace ParenPad ')' is not preceded with whitespace. 325
 Error
whitespace ParenPad ')' is not preceded with whitespace. 325
 Error
whitespace ParenPad '(' is not followed by whitespace. 330
 Error
whitespace ParenPad ')' is not preceded with whitespace. 330
 Error
whitespace ParenPad '(' is not followed by whitespace. 332
 Error
whitespace ParenPad ')' is not preceded with whitespace. 332
 Error
whitespace ParenPad '(' is not followed by whitespace. 332
 Error
whitespace ParenPad '(' is not followed by whitespace. 332
 Error
whitespace ParenPad ')' is not preceded with whitespace. 332
 Error
whitespace ParenPad '(' is not followed by whitespace. 334
 Error
whitespace ParenPad '(' is not followed by whitespace. 337
 Error
whitespace ParenPad ')' is not preceded with whitespace. 337
 Error
whitespace ParenPad ')' is not preceded with whitespace. 339
 Error
whitespace ParenPad '(' is not followed by whitespace. 339
 Error
whitespace ParenPad ')' is not preceded with whitespace. 339
 Error
whitespace ParenPad ')' is not preceded with whitespace. 339
 Error
whitespace ParenPad '(' is not followed by whitespace. 341
 Error
whitespace ParenPad ')' is not preceded with whitespace. 386
 Error
whitespace ParenPad '(' is not followed by whitespace. 410
 Error
whitespace ParenPad ')' is not preceded with whitespace. 410
 Error
whitespace ParenPad '(' is not followed by whitespace. 412
 Error
whitespace ParenPad ')' is not preceded with whitespace. 412
 Error
whitespace ParenPad '(' is not followed by whitespace. 420
 Error
whitespace ParenPad ')' is not preceded with whitespace. 420
 Error
whitespace ParenPad '(' is not followed by whitespace. 434
 Error
whitespace ParenPad ')' is not preceded with whitespace. 434
 Error
whitespace ParenPad '(' is not followed by whitespace. 456
 Error
whitespace ParenPad ')' is not preceded with whitespace. 456
 Error
whitespace ParenPad '(' is not followed by whitespace. 469
 Error
whitespace ParenPad ')' is not preceded with whitespace. 469
 Error
javadoc JavadocMethod Unused @param tag for 'i18nErrorMessage'. 483
 Error
whitespace ParenPad '(' is not followed by whitespace. 488
 Error
javadoc JavadocMethod Expected @param tag for 'errorMessage'. 488
 Error
whitespace ParenPad ')' is not preceded with whitespace. 488
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 490
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 492
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 492
 Error
whitespace ParenPad '(' is not followed by whitespace. 496
 Error
whitespace ParenPad '(' is not followed by whitespace. 496
 Error
whitespace ParenPad ')' is not preceded with whitespace. 496
 Error
whitespace ParenPad '(' is not followed by whitespace. 496
 Error
whitespace ParenPad ')' is not preceded with whitespace. 496
 Error
whitespace ParenPad ')' is not preceded with whitespace. 496
 Error
whitespace ParenPad '(' is not followed by whitespace. 498
 Error
whitespace ParenPad '(' is not followed by whitespace. 499
 Error
whitespace ParenPad ')' is not preceded with whitespace. 499
 Error
whitespace ParenPad ')' is not preceded with whitespace. 500
 Error
whitespace ParenPad ')' is not preceded with whitespace. 500
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 504
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 504
 Error
whitespace ParenPad '(' is not followed by whitespace. 507
 Error
whitespace ParenPad '(' is not followed by whitespace. 507
 Error
whitespace ParenPad ')' is not preceded with whitespace. 507
 Error
whitespace ParenPad ')' is not preceded with whitespace. 507
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 510
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 511
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 511
 Error
whitespace ParenPad '(' is not followed by whitespace. 515
 Error
whitespace ParenPad ')' is not preceded with whitespace. 515
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 518
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 518
 Error
whitespace ParenPad '(' is not followed by whitespace. 522
 Error
whitespace ParenPad '(' is not followed by whitespace. 522
 Error
whitespace ParenPad ')' is not preceded with whitespace. 522
 Error
whitespace ParenPad ')' is not preceded with whitespace. 522
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 524
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 524
 Error
javadoc JavadocMethod Expected @return tag. 539
 Error
javadoc JavadocMethod Expected @param tag for 'attribute'. 539
 Error
javadoc JavadocMethod Expected @param tag for 'strRegExp'. 539
 Error
javadoc JavadocMethod Expected @param tag for 'errorMessage'. 539
 Error
javadoc JavadocMethod Expected @param tag for 'duplicateSearchRequest'. 603
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardIdentity'. 603

fr/paris/lutece/plugins/mydashboard/modules/identity/service/IDashBoardIdentityService.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 44 should be on a new line. 51
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 82
 Error
whitespace ParenPad '(' is not followed by whitespace. 95
 Error
whitespace ParenPad ')' is not preceded with whitespace. 96
 Error
whitespace ParenPad '(' is not followed by whitespace. 108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 108
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
whitespace ParenPad ')' is not preceded with whitespace. 119
 Error
whitespace ParenPad '(' is not followed by whitespace. 127
 Error
whitespace ParenPad ')' is not preceded with whitespace. 127
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardIdentity'. 153
 Error
javadoc JavadocMethod Expected @param tag for 'listRules'. 153
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardIdentity'. 161
 Error
javadoc JavadocMethod Expected @param tag for 'listRules'. 161
 Error
whitespace ParenPad '(' is not followed by whitespace. 166
 Error
whitespace ParenPad ')' is not preceded with whitespace. 166
 Error
javadoc JavadocMethod Expected @param tag for 'strApplicationCode'. 174
 Error
whitespace ParenPad '(' is not followed by whitespace. 179
 Error
whitespace ParenPad ')' is not preceded with whitespace. 180

fr/paris/lutece/plugins/mydashboard/modules/identity/util/Constants.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. 175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 178

fr/paris/lutece/plugins/mydashboard/modules/identity/util/DashboardIdentityUtils.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.portal.service.security.UserNotSignedException. 69
 Error
design FinalClass Class DashboardIdentityUtils should be declared as final. 84
 Error
coding DeclarationOrder Static variable definition in wrong order. 102
 Error
blocks LeftCurly '{' at column 12 should be on a new line. 103
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 105
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 106
 Error
whitespace ParenPad '(' is not followed by whitespace. 108
 Error
whitespace ParenPad '(' is not followed by whitespace. 109
 Error
whitespace ParenPad '(' is not followed by whitespace. 110
 Error
whitespace ParenPad '(' is not followed by whitespace. 111
 Error
whitespace ParenPad '(' is not followed by whitespace. 112
 Error
whitespace ParenPad '(' is not followed by whitespace. 113
 Error
whitespace ParenPad '(' is not followed by whitespace. 114
 Error
whitespace ParenPad '(' is not followed by whitespace. 115
 Error
whitespace ParenPad '(' is not followed by whitespace. 116
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
whitespace ParenPad '(' is not followed by whitespace. 120
 Error
whitespace ParenPad '(' is not followed by whitespace. 121
 Error
whitespace ParenPad '(' is not followed by whitespace. 122
 Error
whitespace ParenPad '(' is not followed by whitespace. 123
 Error
whitespace ParenPad '(' is not followed by whitespace. 124
 Error
whitespace ParenPad '(' is not followed by whitespace. 126
 Error
whitespace ParenPad ')' is not preceded with whitespace. 126
 Error
whitespace ParenPad '(' is not followed by whitespace. 127
 Error
whitespace ParenPad ')' is not preceded with whitespace. 127
 Error
whitespace ParenPad '(' is not followed by whitespace. 129
 Error
coding DeclarationOrder Static variable definition in wrong order. 132
 Error
coding DeclarationOrder Static variable definition in wrong order. 133
 Error
coding DeclarationOrder Static variable definition in wrong order. 134
 Error
coding DeclarationOrder Static variable definition in wrong order. 135
 Error
coding DeclarationOrder Static variable definition in wrong order. 136
 Error
coding DeclarationOrder Static variable definition in wrong order. 137
 Error
coding DeclarationOrder Static variable definition in wrong order. 138
 Error
coding DeclarationOrder Static variable definition in wrong order. 139
 Error
javadoc JavadocMethod Missing a Javadoc comment. 148
 Error
javadoc JavadocMethod Unused @param tag for 'identitySearchResponse'. 186
 Error
javadoc JavadocMethod Expected @param tag for 'identity'. 190
 Error
whitespace ParenPad ')' is not preceded with whitespace. 192
 Error
whitespace ParenPad '(' is not followed by whitespace. 213
 Error
whitespace ParenPad ')' is not preceded with whitespace. 213
 Error
whitespace ParenPad '(' is not followed by whitespace. 215
 Error
whitespace ParenPad ')' is not preceded with whitespace. 215
 Error
whitespace ParenPad ')' is not preceded with whitespace. 225
 Error
javadoc JavadocMethod Missing a Javadoc comment. 245
 Error
whitespace ParenPad ')' is not preceded with whitespace. 245
 Error
whitespace ParenPad '(' is not followed by whitespace. 284
 Error
whitespace ParenPad ')' is not preceded with whitespace. 284
 Error
whitespace ParenPad '(' is not followed by whitespace. 301
 Error
whitespace ParenPad ')' is not preceded with whitespace. 301
 Error
whitespace ParenPad '(' is not followed by whitespace. 302
 Error
whitespace ParenPad '(' is not followed by whitespace. 309
 Error
whitespace ParenPad ')' is not preceded with whitespace. 309
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardAttribute'. 337
 Error
javadoc JavadocMethod Expected @param tag for 'attributeValue'. 337
 Error
whitespace ParenPad '(' is not followed by whitespace. 344
 Error
whitespace ParenPad ')' is not preceded with whitespace. 344
 Error
javadoc JavadocMethod Unused @param tag for 'identitySearchResponse'. 364
 Error
javadoc JavadocMethod Expected @return tag. 370
 Error
javadoc JavadocMethod Expected @param tag for 'identity'. 370
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 374
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 374
 Error
whitespace ParenPad '(' is not followed by whitespace. 376
 Error
whitespace ParenPad ')' is not preceded with whitespace. 376
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 390
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 402
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 411
 Error
whitespace ParenPad ')' is not preceded with whitespace. 412
 Error
whitespace ParenPad '(' is not followed by whitespace. 415
 Error
whitespace ParenPad ')' is not preceded with whitespace. 415
 Error
whitespace ParenPad '(' is not followed by whitespace. 417
 Error
whitespace ParenPad ')' is not preceded with whitespace. 417
 Error
whitespace ParenPad ')' is not preceded with whitespace. 417
 Error
javadoc JavadocMethod Expected @param tag for 'contractSearchResponse'. 432
 Error
javadoc JavadocMethod Expected @param tag for 'identityAttributeKey'. 432
 Error
whitespace ParenPad '(' is not followed by whitespace. 453
 Error
whitespace ParenPad ')' is not preceded with whitespace. 453
 Error
whitespace ParenPad '(' is not followed by whitespace. 499
 Error
whitespace ParenPad ')' is not preceded with whitespace. 499
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 513
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 513
 Error
whitespace ParenPad ')' is not preceded with whitespace. 520
 Error
whitespace ParenPad '(' is not followed by whitespace. 522
 Error
whitespace ParenPad ')' is not preceded with whitespace. 522
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 526
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 526
 Error
whitespace ParenPad '(' is not followed by whitespace. 526
 Error
whitespace ParenPad ')' is not preceded with whitespace. 526
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 530
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 530
 Error
whitespace ParenPad '(' is not followed by whitespace. 531
 Error
whitespace ParenPad ')' is not preceded with whitespace. 531
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 538
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 538
 Error
whitespace ParenPad '(' is not followed by whitespace. 539
 Error
whitespace ParenPad ')' is not preceded with whitespace. 539
 Error
javadoc JavadocMethod Expected @return tag. 552
 Error
javadoc JavadocMethod Expected @param tag for 'strConnectionId'. 552
 Error
javadoc JavadocMethod Expected @param tag for 'strAppCode'. 552
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 554
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 554
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 556
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 556
 Error
whitespace ParenPad '(' is not followed by whitespace. 556
 Error
whitespace ParenPad ')' is not preceded with whitespace. 556
 Error
whitespace ParenPad '(' is not followed by whitespace. 557
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 559
 Error
javadoc JavadocMethod Unused @param tag for 'identityDto'. 568
 Error
javadoc JavadocMethod Expected @param tag for 'identity'. 572
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 580
 Error
whitespace ParenPad '(' is not followed by whitespace. 581
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 581
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 581
 Error
whitespace ParenPad '(' is not followed by whitespace. 581
 Error
whitespace ParenPad '(' is not followed by whitespace. 581
 Error
whitespace ParenPad ')' is not preceded with whitespace. 581
 Error
whitespace ParenPad '(' is not followed by whitespace. 581
 Error
whitespace ParenPad ')' is not preceded with whitespace. 581
 Error
whitespace ParenPad ')' is not preceded with whitespace. 581
 Error
whitespace ParenPad '(' is not followed by whitespace. 583
 Error
whitespace ParenPad ')' is not preceded with whitespace. 583
 Error
whitespace ParenPad ')' is not preceded with whitespace. 583
 Error
whitespace ParenPad '(' is not followed by whitespace. 585
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 585
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 585
 Error
whitespace ParenPad ')' is not preceded with whitespace. 585
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 590
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 590
 Error
whitespace ParenPad ')' is not preceded with whitespace. 590
 Error
whitespace ParenPad '(' is not followed by whitespace. 591
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 591
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 591
 Error
whitespace ParenPad ')' is not preceded with whitespace. 591
 Error
whitespace ParenPad '(' is not followed by whitespace. 593
 Error
whitespace ParenPad ')' is not preceded with whitespace. 593
 Error
whitespace ParenPad ')' is not preceded with whitespace. 593
 Error
whitespace ParenPad '(' is not followed by whitespace. 595
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 595
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 595
 Error
whitespace ParenPad ')' is not preceded with whitespace. 595
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 599
 Error
whitespace ParenPad ')' is not preceded with whitespace. 612
 Error
javadoc JavadocMethod Expected @return tag. 641
 Error
javadoc JavadocMethod Expected @return tag. 651
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 651
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 661
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardIdentity'. 661
 Error
javadoc JavadocMethod Expected @return tag. 678
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 678
 Error
javadoc JavadocMethod Expected @param tag for 'strPage'. 688
 Error
javadoc JavadocMethod Expected @param tag for 'strView'. 688
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 688
 Error
whitespace ParenPad ')' is not preceded with whitespace. 688
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 703
 Error
javadoc JavadocMethod Expected @param tag for 'strServiceNumericName'. 713
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 713
 Error
javadoc JavadocMethod Expected @param tag for 'bRemoveAttribute'. 730
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 730
 Error
javadoc JavadocMethod Expected @param tag for 'strMessage'. 750
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 750
 Error
javadoc JavadocMethod Expected @return tag. 765
 Error
whitespace ParenPad ')' is not preceded with whitespace. 780
 Error
whitespace ParenPad ')' is not preceded with whitespace. 789
 Error
javadoc JavadocMethod Expected @return tag. 795
 Error
javadoc JavadocMethod Expected @param tag for 'completionIdentity'. 795
 Error
javadoc JavadocMethod Expected @param tag for 'strOriginActionCompletion'. 795
 Error
javadoc JavadocMethod Expected @param tag for 'attribute'. 823
 Error
javadoc JavadocMethod Expected @param tag for 'attribute'. 835
 Error
javadoc JavadocMethod Expected @param tag for 'dasboardIdentitySession'. 850
 Error
javadoc JavadocMethod Expected @return tag. 897
 Error
whitespace ParenPad '(' is not followed by whitespace. 897
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardAttribute'. 897
 Error
whitespace ParenPad ')' is not preceded with whitespace. 897
 Error
whitespace ParenPad '(' is not followed by whitespace. 912
 Error
whitespace ParenPad ')' is not preceded with whitespace. 912
 Error
blocks LeftCurly '{' at column 85 should be on a new line. 912
 Error
whitespace ParenPad '(' is not followed by whitespace. 913
 Error
whitespace ParenPad ')' is not preceded with whitespace. 913
 Error
whitespace ParenPad '(' is not followed by whitespace. 915
 Error
whitespace ParenPad ')' is not preceded with whitespace. 915
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 915
 Error
whitespace ParenPad '(' is not followed by whitespace. 937
 Error
whitespace ParenPad ')' is not preceded with whitespace. 937
 Error
whitespace ParenPad '(' is not followed by whitespace. 939
 Error
whitespace ParenPad ')' is not preceded with whitespace. 939
 Error
blocks LeftCurly '{' at column 18 should be on a new line. 939
 Error
blocks LeftCurly '{' at column 8 should be on a new line. 941
 Error
whitespace ParenPad '(' is not followed by whitespace. 942
 Error
whitespace ParenPad ')' is not preceded with whitespace. 942
 Error
blocks RightCurly '}' at column 4 should be alone on a line. 943
 Error
whitespace ParenPad '(' is not followed by whitespace. 943
 Error
whitespace ParenPad ')' is not preceded with whitespace. 943
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 943
 Error
whitespace ParenPad '(' is not followed by whitespace. 945
 Error
whitespace ParenPad ')' is not preceded with whitespace. 945

fr/paris/lutece/plugins/mydashboard/modules/identity/web/AbstractMyDashboardIdentity.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.portal.service.security.UserNotSignedException. 49
 Error
imports UnusedImports Unused import - fr.paris.lutece.portal.service.util.AppLogService. 51
 Error
javadoc JavadocType Missing a Javadoc comment. 55
 Error
design VisibilityModifier Variable '_strTemplate' must be private and have accessor methods. 64
 Error
javadoc JavadocMethod Missing a Javadoc comment. 68

fr/paris/lutece/plugins/mydashboard/modules/identity/web/EditIdentityXPage.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. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 170
 Error
javadoc JavadocMethod Missing a Javadoc comment. 180
 Error
whitespace ParenPad ')' is not preceded with whitespace. 226

fr/paris/lutece/plugins/mydashboard/modules/identity/web/IdentityXPage.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. 147
 Error
whitespace ParenPad ')' is not preceded with whitespace. 149
 Error
whitespace ParenPad ')' is not preceded with whitespace. 150
 Error
coding ExplicitInitialization Variable '_bReInitAppCode' explicitly initialized to 'false' (default value for its type). 163
 Error
javadoc JavadocMethod Missing a Javadoc comment. 313
 Error
whitespace ParenPad '(' is not followed by whitespace. 395
 Error
whitespace ParenPad ')' is not preceded with whitespace. 395
 Error
whitespace ParenPad ')' is not preceded with whitespace. 395
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 495
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 571
 Error
javadoc JavadocMethod Missing a Javadoc comment. 837
 Error
javadoc JavadocMethod Expected @param tag for 'bCheckMandatory'. 856
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 869
 Error
javadoc JavadocMethod Missing a Javadoc comment. 894
 Error
javadoc JavadocMethod Missing a Javadoc comment. 916
 Error
whitespace ParenPad ')' is not preceded with whitespace. 940

fr/paris/lutece/plugins/mydashboard/modules/identity/web/MyDashboardIdentityComponent.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/mydashboard/modules/identity/web/MyDashboardIdentityCoordinates.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

fr/paris/lutece/plugins/mydashboard/modules/identity/web/MyDashboardIdentityInformations.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