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 469

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 204
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"
15
 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 69
 Error
JavadocType 3
 Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
2
 Error
whitespace ParenPad
  • option: "space"
294
 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. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 218
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 231
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 231
 Error
whitespace ParenPad '(' is not followed by whitespace. 234
 Error
whitespace ParenPad ')' is not preceded with whitespace. 234
 Error
whitespace ParenPad '(' is not followed by whitespace. 236
 Error
whitespace ParenPad ')' is not preceded with whitespace. 236
 Error
whitespace ParenPad ')' is not preceded with whitespace. 236
 Error
whitespace ParenPad ')' is not preceded with whitespace. 236
 Error
whitespace ParenPad '(' is not followed by whitespace. 241
 Error
whitespace ParenPad ')' is not preceded with whitespace. 241
 Error
whitespace ParenPad '(' is not followed by whitespace. 243
 Error
whitespace ParenPad ')' is not preceded with whitespace. 243
 Error
whitespace ParenPad '(' is not followed by whitespace. 243
 Error
whitespace ParenPad ')' is not preceded with whitespace. 243
 Error
whitespace ParenPad '(' is not followed by whitespace. 248
 Error
whitespace ParenPad ')' is not preceded with whitespace. 248
 Error
whitespace ParenPad '(' is not followed by whitespace. 250
 Error
whitespace ParenPad ')' is not preceded with whitespace. 250
 Error
whitespace ParenPad '(' is not followed by whitespace. 250
 Error
whitespace ParenPad ')' is not preceded with whitespace. 250
 Error
whitespace ParenPad '(' is not followed by whitespace. 252
 Error
whitespace ParenPad '(' is not followed by whitespace. 257
 Error
whitespace ParenPad ')' is not preceded with whitespace. 257
 Error
whitespace ParenPad '(' is not followed by whitespace. 259
 Error
whitespace ParenPad ')' is not preceded with whitespace. 259
 Error
whitespace ParenPad '(' is not followed by whitespace. 259
 Error
whitespace ParenPad ')' is not preceded with whitespace. 259
 Error
whitespace ParenPad '(' is not followed by whitespace. 261
 Error
whitespace ParenPad '(' is not followed by whitespace. 265
 Error
whitespace ParenPad ')' is not preceded with whitespace. 265
 Error
whitespace ParenPad '(' is not followed by whitespace. 267
 Error
whitespace ParenPad ')' is not preceded with whitespace. 267
 Error
whitespace ParenPad '(' is not followed by whitespace. 267
 Error
whitespace ParenPad ')' is not preceded with whitespace. 267
 Error
whitespace ParenPad '(' is not followed by whitespace. 269
 Error
whitespace ParenPad ')' is not preceded with whitespace. 272
 Error
whitespace ParenPad '(' is not followed by whitespace. 274
 Error
whitespace ParenPad ')' is not preceded with whitespace. 274
 Error
whitespace ParenPad '(' is not followed by whitespace. 276
 Error
whitespace ParenPad ')' is not preceded with whitespace. 276
 Error
whitespace ParenPad '(' is not followed by whitespace. 276
 Error
whitespace ParenPad ')' is not preceded with whitespace. 276
 Error
whitespace ParenPad ')' is not preceded with whitespace. 276
 Error
whitespace ParenPad '(' is not followed by whitespace. 278
 Error
whitespace ParenPad '(' is not followed by whitespace. 282
 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. 284
 Error
whitespace ParenPad ')' is not preceded with whitespace. 284
 Error
whitespace ParenPad '(' is not followed by whitespace. 286
 Error
whitespace ParenPad '(' is not followed by whitespace. 289
 Error
whitespace ParenPad '(' is not followed by whitespace. 291
 Error
whitespace ParenPad ')' is not preceded with whitespace. 291
 Error
whitespace ParenPad '(' is not followed by whitespace. 291
 Error
whitespace ParenPad ')' is not preceded with whitespace. 291
 Error
whitespace ParenPad ')' is not preceded with whitespace. 291
 Error
whitespace ParenPad '(' is not followed by whitespace. 293
 Error
whitespace ParenPad '(' is not followed by whitespace. 296
 Error
whitespace ParenPad ')' is not preceded with whitespace. 296
 Error
whitespace ParenPad ')' is not preceded with whitespace. 298
 Error
whitespace ParenPad '(' is not followed by whitespace. 298
 Error
whitespace ParenPad ')' is not preceded with whitespace. 298
 Error
whitespace ParenPad ')' is not preceded with whitespace. 298
 Error
whitespace ParenPad '(' is not followed by whitespace. 300
 Error
whitespace ParenPad '(' is not followed by whitespace. 303
 Error
whitespace ParenPad ')' is not preceded with whitespace. 303
 Error
whitespace ParenPad '(' is not followed by whitespace. 305
 Error
whitespace ParenPad ')' is not preceded with whitespace. 305
 Error
whitespace ParenPad '(' is not followed by whitespace. 305
 Error
whitespace ParenPad '(' is not followed by whitespace. 305
 Error
whitespace ParenPad ')' is not preceded with whitespace. 305
 Error
whitespace ParenPad ')' is not preceded with whitespace. 305
 Error
whitespace ParenPad ')' is not preceded with whitespace. 305
 Error
whitespace ParenPad '(' is not followed by whitespace. 311
 Error
whitespace ParenPad '(' is not followed by whitespace. 313
 Error
whitespace ParenPad ')' is not preceded with whitespace. 313
 Error
whitespace ParenPad '(' is not followed by whitespace. 313
 Error
whitespace ParenPad ')' is not preceded with whitespace. 313
 Error
whitespace ParenPad ')' is not preceded with whitespace. 313
 Error
whitespace ParenPad '(' is not followed by whitespace. 320
 Error
whitespace ParenPad '(' is not followed by whitespace. 322
 Error
whitespace ParenPad ')' is not preceded with whitespace. 322
 Error
whitespace ParenPad '(' is not followed by whitespace. 322
 Error
whitespace ParenPad '(' is not followed by whitespace. 322
 Error
whitespace ParenPad ')' is not preceded with whitespace. 322
 Error
whitespace ParenPad ')' is not preceded with whitespace. 322
 Error
whitespace ParenPad '(' is not followed by whitespace. 327
 Error
whitespace ParenPad ')' is not preceded with whitespace. 329
 Error
whitespace ParenPad '(' is not followed by whitespace. 329
 Error
whitespace ParenPad '(' is not followed by whitespace. 329
 Error
whitespace ParenPad ')' is not preceded with whitespace. 329
 Error
whitespace ParenPad ')' is not preceded with whitespace. 329
 Error
whitespace ParenPad '(' is not followed by whitespace. 334
 Error
whitespace ParenPad ')' is not preceded with whitespace. 334
 Error
whitespace ParenPad '(' is not followed by whitespace. 336
 Error
whitespace ParenPad ')' is not preceded with whitespace. 336
 Error
whitespace ParenPad '(' is not followed by whitespace. 336
 Error
whitespace ParenPad '(' is not followed by whitespace. 336
 Error
whitespace ParenPad ')' is not preceded with whitespace. 336
 Error
whitespace ParenPad '(' is not followed by whitespace. 338
 Error
whitespace ParenPad '(' is not followed by whitespace. 341
 Error
whitespace ParenPad ')' is not preceded with whitespace. 341
 Error
whitespace ParenPad ')' is not preceded with whitespace. 343
 Error
whitespace ParenPad '(' is not followed by whitespace. 343
 Error
whitespace ParenPad ')' is not preceded with whitespace. 343
 Error
whitespace ParenPad ')' is not preceded with whitespace. 343
 Error
whitespace ParenPad '(' is not followed by whitespace. 345
 Error
whitespace ParenPad ')' is not preceded with whitespace. 390
 Error
whitespace ParenPad '(' is not followed by whitespace. 414
 Error
whitespace ParenPad ')' is not preceded with whitespace. 414
 Error
whitespace ParenPad '(' is not followed by whitespace. 416
 Error
whitespace ParenPad ')' is not preceded with whitespace. 416
 Error
whitespace ParenPad '(' is not followed by whitespace. 424
 Error
whitespace ParenPad ')' is not preceded with whitespace. 424
 Error
whitespace ParenPad '(' is not followed by whitespace. 438
 Error
whitespace ParenPad ')' is not preceded with whitespace. 438
 Error
whitespace ParenPad '(' is not followed by whitespace. 460
 Error
whitespace ParenPad ')' is not preceded with whitespace. 460
 Error
whitespace ParenPad '(' is not followed by whitespace. 473
 Error
whitespace ParenPad ')' is not preceded with whitespace. 473
 Error
javadoc JavadocMethod Unused @param tag for 'i18nErrorMessage'. 487
 Error
whitespace ParenPad '(' is not followed by whitespace. 492
 Error
javadoc JavadocMethod Expected @param tag for 'errorMessage'. 492
 Error
whitespace ParenPad ')' is not preceded with whitespace. 492
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 494
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 496
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 496
 Error
whitespace ParenPad '(' is not followed by whitespace. 500
 Error
whitespace ParenPad '(' is not followed by whitespace. 500
 Error
whitespace ParenPad ')' is not preceded with whitespace. 500
 Error
whitespace ParenPad '(' is not followed by whitespace. 500
 Error
whitespace ParenPad ')' is not preceded with whitespace. 500
 Error
whitespace ParenPad ')' is not preceded with whitespace. 500
 Error
whitespace ParenPad '(' is not followed by whitespace. 502
 Error
whitespace ParenPad '(' is not followed by whitespace. 503
 Error
whitespace ParenPad ')' is not preceded with whitespace. 503
 Error
whitespace ParenPad ')' is not preceded with whitespace. 504
 Error
whitespace ParenPad ')' is not preceded with whitespace. 504
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 508
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 508
 Error
whitespace ParenPad '(' is not followed by whitespace. 511
 Error
whitespace ParenPad '(' is not followed by whitespace. 511
 Error
whitespace ParenPad ')' is not preceded with whitespace. 511
 Error
whitespace ParenPad ')' is not preceded with whitespace. 511
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 514
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 515
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 515
 Error
whitespace ParenPad '(' is not followed by whitespace. 519
 Error
whitespace ParenPad ')' is not preceded with whitespace. 519
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 522
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 522
 Error
whitespace ParenPad '(' is not followed by whitespace. 526
 Error
whitespace ParenPad '(' is not followed by whitespace. 526
 Error
whitespace ParenPad ')' is not preceded with whitespace. 526
 Error
whitespace ParenPad ')' is not preceded with whitespace. 526
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 528
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 528
 Error
javadoc JavadocMethod Expected @return tag. 543
 Error
javadoc JavadocMethod Expected @param tag for 'attribute'. 543
 Error
javadoc JavadocMethod Expected @param tag for 'strRegExp'. 543
 Error
javadoc JavadocMethod Expected @param tag for 'errorMessage'. 543
 Error
javadoc JavadocMethod Expected @param tag for 'duplicateSearchRequest'. 607
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardIdentity'. 607

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 followed by whitespace. 515
 Error
whitespace ParenPad '(' is not followed by whitespace. 515
 Error
whitespace ParenPad ')' is not preceded with whitespace. 515
 Error
whitespace ParenPad ')' is not preceded with whitespace. 515
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 515
 Error
whitespace ParenPad ')' is not preceded with whitespace. 525
 Error
whitespace ParenPad '(' is not followed by whitespace. 527
 Error
whitespace ParenPad ')' is not preceded with whitespace. 527
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 531
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 531
 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. 535
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 535
 Error
whitespace ParenPad '(' is not followed by whitespace. 536
 Error
whitespace ParenPad ')' is not preceded with whitespace. 536
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 543
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 543
 Error
whitespace ParenPad '(' is not followed by whitespace. 544
 Error
whitespace ParenPad ')' is not preceded with whitespace. 544
 Error
javadoc JavadocMethod Expected @return tag. 557
 Error
javadoc JavadocMethod Expected @param tag for 'strConnectionId'. 557
 Error
javadoc JavadocMethod Expected @param tag for 'strAppCode'. 557
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 559
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 559
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 561
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 561
 Error
whitespace ParenPad '(' is not followed by whitespace. 561
 Error
whitespace ParenPad ')' is not preceded with whitespace. 561
 Error
whitespace ParenPad '(' is not followed by whitespace. 562
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 564
 Error
javadoc JavadocMethod Unused @param tag for 'identityDto'. 573
 Error
javadoc JavadocMethod Expected @param tag for 'identity'. 577
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 585
 Error
whitespace ParenPad '(' is not followed by whitespace. 586
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 586
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 586
 Error
whitespace ParenPad '(' is not followed by whitespace. 586
 Error
whitespace ParenPad '(' is not followed by whitespace. 586
 Error
whitespace ParenPad ')' is not preceded with whitespace. 586
 Error
whitespace ParenPad '(' is not followed by whitespace. 586
 Error
whitespace ParenPad ')' is not preceded with whitespace. 586
 Error
whitespace ParenPad ')' is not preceded with whitespace. 586
 Error
whitespace ParenPad '(' is not followed by whitespace. 588
 Error
whitespace ParenPad ')' is not preceded with whitespace. 588
 Error
whitespace ParenPad ')' is not preceded with whitespace. 588
 Error
whitespace ParenPad '(' is not followed by whitespace. 590
 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 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
whitespace ParenPad '(' is not followed by whitespace. 596
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 596
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 596
 Error
whitespace ParenPad ')' is not preceded with whitespace. 596
 Error
whitespace ParenPad '(' is not followed by whitespace. 598
 Error
whitespace ParenPad ')' is not preceded with whitespace. 598
 Error
whitespace ParenPad ')' is not preceded with whitespace. 598
 Error
whitespace ParenPad '(' is not followed by whitespace. 600
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 600
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 600
 Error
whitespace ParenPad ')' is not preceded with whitespace. 600
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 604
 Error
whitespace ParenPad ')' is not preceded with whitespace. 617
 Error
javadoc JavadocMethod Expected @return tag. 646
 Error
javadoc JavadocMethod Expected @return tag. 656
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 656
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 666
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardIdentity'. 666
 Error
javadoc JavadocMethod Expected @return tag. 683
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 683
 Error
javadoc JavadocMethod Expected @param tag for 'strPage'. 693
 Error
javadoc JavadocMethod Expected @param tag for 'strView'. 693
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 693
 Error
whitespace ParenPad ')' is not preceded with whitespace. 693
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 708
 Error
javadoc JavadocMethod Expected @param tag for 'strServiceNumericName'. 718
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 718
 Error
javadoc JavadocMethod Expected @param tag for 'bRemoveAttribute'. 735
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 735
 Error
javadoc JavadocMethod Expected @param tag for 'strMessage'. 755
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 755
 Error
javadoc JavadocMethod Expected @return tag. 770
 Error
whitespace ParenPad ')' is not preceded with whitespace. 785
 Error
whitespace ParenPad ')' is not preceded with whitespace. 794
 Error
javadoc JavadocMethod Expected @return tag. 800
 Error
javadoc JavadocMethod Expected @param tag for 'completionIdentity'. 800
 Error
javadoc JavadocMethod Expected @param tag for 'strOriginActionCompletion'. 800
 Error
javadoc JavadocMethod Expected @param tag for 'attribute'. 828
 Error
javadoc JavadocMethod Expected @param tag for 'attribute'. 840
 Error
javadoc JavadocMethod Expected @param tag for 'dasboardIdentitySession'. 855
 Error
javadoc JavadocMethod Expected @return tag. 902
 Error
whitespace ParenPad '(' is not followed by whitespace. 902
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardAttribute'. 902
 Error
whitespace ParenPad ')' is not preceded with whitespace. 902
 Error
whitespace ParenPad '(' is not followed by whitespace. 917
 Error
whitespace ParenPad ')' is not preceded with whitespace. 917
 Error
blocks LeftCurly '{' at column 85 should be on a new line. 917
 Error
whitespace ParenPad '(' is not followed by whitespace. 918
 Error
whitespace ParenPad ')' is not preceded with whitespace. 918
 Error
whitespace ParenPad '(' is not followed by whitespace. 920
 Error
whitespace ParenPad ')' is not preceded with whitespace. 920
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 920
 Error
whitespace ParenPad '(' is not followed by whitespace. 942
 Error
whitespace ParenPad ')' is not preceded with whitespace. 942
 Error
whitespace ParenPad '(' is not followed by whitespace. 944
 Error
whitespace ParenPad ')' is not preceded with whitespace. 944
 Error
blocks LeftCurly '{' at column 18 should be on a new line. 944
 Error
blocks LeftCurly '{' at column 8 should be on a new line. 946
 Error
whitespace ParenPad '(' is not followed by whitespace. 947
 Error
whitespace ParenPad ')' is not preceded with whitespace. 947
 Error
blocks RightCurly '}' at column 4 should be alone on a line. 948
 Error
whitespace ParenPad '(' is not followed by whitespace. 948
 Error
whitespace ParenPad ')' is not preceded with whitespace. 948
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 948
 Error
whitespace ParenPad '(' is not followed by whitespace. 950
 Error
whitespace ParenPad ')' is not preceded with whitespace. 950
 Error
javadoc JavadocMethod Expected @return tag. 963
 Error
javadoc JavadocMethod Expected @param tag for 'dasboardIdentity'. 963
 Error
javadoc JavadocMethod Expected @param tag for 'listAttributesName'. 963

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). 164
 Error
javadoc JavadocMethod Missing a Javadoc comment. 314
 Error
whitespace ParenPad '(' is not followed by whitespace. 398
 Error
whitespace ParenPad ')' is not preceded with whitespace. 398
 Error
whitespace ParenPad ')' is not preceded with whitespace. 398
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 498
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 574
 Error
javadoc JavadocMethod Missing a Javadoc comment. 840
 Error
javadoc JavadocMethod Expected @param tag for 'bCheckMandatory'. 859
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 872
 Error
javadoc JavadocMethod Missing a Javadoc comment. 897
 Error
javadoc JavadocMethod Missing a Javadoc comment. 926
 Error
whitespace ParenPad ')' is not preceded with whitespace. 950

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