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 474

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 5
fr/paris/lutece/plugins/mydashboard/modules/identity/util/DashboardIdentityUtils.java 0 0 207
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: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
13
 Error
imports UnusedImports 2
 Error
javadoc JavadocMethod 70
 Error
JavadocType 3
 Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
2
 Error
whitespace ParenPad
  • option: "space"
297
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
49
 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. 92
 Error
whitespace ParenPad ')' is not preceded with whitespace. 94
 Error
whitespace ParenPad ')' is not preceded with whitespace. 179
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182

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
design FinalClass Class DashboardIdentityUtils should be declared as final. 83
 Error
coding DeclarationOrder Static variable definition in wrong order. 101
 Error
blocks LeftCurly '{' at column 12 should be on a new line. 102
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 105
 Error
whitespace ParenPad '(' is not followed by whitespace. 107
 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. 117
 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. 125
 Error
whitespace ParenPad ')' is not preceded with whitespace. 125
 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. 128
 Error
coding DeclarationOrder Static variable definition in wrong order. 131
 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
javadoc JavadocMethod Missing a Javadoc comment. 147
 Error
javadoc JavadocMethod Unused @param tag for 'identitySearchResponse'. 185
 Error
javadoc JavadocMethod Expected @param tag for 'identity'. 189
 Error
whitespace ParenPad ')' is not preceded with whitespace. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 212
 Error
whitespace ParenPad ')' is not preceded with whitespace. 212
 Error
whitespace ParenPad '(' is not followed by whitespace. 214
 Error
whitespace ParenPad ')' is not preceded with whitespace. 214
 Error
whitespace ParenPad ')' is not preceded with whitespace. 224
 Error
javadoc JavadocMethod Missing a Javadoc comment. 244
 Error
whitespace ParenPad ')' is not preceded with whitespace. 244
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 246
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 246
 Error
whitespace ParenPad '(' is not followed by whitespace. 286
 Error
whitespace ParenPad ')' is not preceded with whitespace. 286
 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. 304
 Error
whitespace ParenPad '(' is not followed by whitespace. 312
 Error
whitespace ParenPad ')' is not preceded with whitespace. 312
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardAttribute'. 340
 Error
javadoc JavadocMethod Expected @param tag for 'attributeValue'. 340
 Error
whitespace ParenPad '(' is not followed by whitespace. 347
 Error
whitespace ParenPad ')' is not preceded with whitespace. 347
 Error
javadoc JavadocMethod Unused @param tag for 'identitySearchResponse'. 367
 Error
javadoc JavadocMethod Expected @return tag. 373
 Error
javadoc JavadocMethod Expected @param tag for 'identity'. 373
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 377
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 377
 Error
whitespace ParenPad '(' is not followed by whitespace. 379
 Error
whitespace ParenPad ')' is not preceded with whitespace. 379
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 393
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 405
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 414
 Error
whitespace ParenPad ')' is not preceded with whitespace. 415
 Error
whitespace ParenPad '(' is not followed by whitespace. 418
 Error
whitespace ParenPad ')' is not preceded with whitespace. 418
 Error
whitespace ParenPad '(' is not followed by whitespace. 420
 Error
whitespace ParenPad ')' is not preceded with whitespace. 420
 Error
whitespace ParenPad ')' is not preceded with whitespace. 420
 Error
javadoc JavadocMethod Expected @param tag for 'contractSearchResponse'. 435
 Error
javadoc JavadocMethod Expected @param tag for 'identityAttributeKey'. 435
 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. 502
 Error
whitespace ParenPad ')' is not preceded with whitespace. 502
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 516
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 516
 Error
whitespace ParenPad '(' is not followed by whitespace. 518
 Error
whitespace ParenPad '(' is not followed by whitespace. 518
 Error
whitespace ParenPad ')' is not preceded with whitespace. 518
 Error
whitespace ParenPad ')' is not preceded with whitespace. 518
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 518
 Error
whitespace ParenPad ')' is not preceded with whitespace. 528
 Error
whitespace ParenPad '(' is not followed by whitespace. 530
 Error
whitespace ParenPad ')' is not preceded with whitespace. 530
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 534
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 534
 Error
whitespace ParenPad '(' is not followed by whitespace. 534
 Error
whitespace ParenPad ')' is not preceded with whitespace. 534
 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
whitespace WhitespaceAround '=' is not followed by whitespace. 546
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 546
 Error
whitespace ParenPad '(' is not followed by whitespace. 547
 Error
whitespace ParenPad ')' is not preceded with whitespace. 547
 Error
javadoc JavadocMethod Expected @return tag. 560
 Error
javadoc JavadocMethod Expected @param tag for 'strConnectionId'. 560
 Error
javadoc JavadocMethod Expected @param tag for 'strAppCode'. 560
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 562
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 562
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 564
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 564
 Error
whitespace ParenPad '(' is not followed by whitespace. 564
 Error
whitespace ParenPad ')' is not preceded with whitespace. 564
 Error
whitespace ParenPad '(' is not followed by whitespace. 565
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 567
 Error
javadoc JavadocMethod Unused @param tag for 'identityDto'. 576
 Error
javadoc JavadocMethod Expected @param tag for 'identity'. 580
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 588
 Error
whitespace ParenPad '(' is not followed by whitespace. 589
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 589
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 589
 Error
whitespace ParenPad '(' is not followed by whitespace. 589
 Error
whitespace ParenPad '(' is not followed by whitespace. 589
 Error
whitespace ParenPad ')' is not preceded with whitespace. 589
 Error
whitespace ParenPad '(' is not followed by whitespace. 589
 Error
whitespace ParenPad ')' is not preceded with whitespace. 589
 Error
whitespace ParenPad ')' is not preceded with whitespace. 589
 Error
whitespace ParenPad '(' is not followed by whitespace. 591
 Error
whitespace ParenPad ')' 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 WhitespaceAround '==' is not followed by whitespace. 593
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 593
 Error
whitespace ParenPad ')' is not preceded with whitespace. 593
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 598
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 598
 Error
whitespace ParenPad ')' is not preceded with whitespace. 598
 Error
whitespace ParenPad '(' is not followed by whitespace. 599
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 599
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 599
 Error
whitespace ParenPad ')' is not preceded with whitespace. 599
 Error
whitespace ParenPad '(' is not followed by whitespace. 601
 Error
whitespace ParenPad ')' is not preceded with whitespace. 601
 Error
whitespace ParenPad ')' is not preceded with whitespace. 601
 Error
whitespace ParenPad '(' is not followed by whitespace. 603
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 603
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 603
 Error
whitespace ParenPad ')' is not preceded with whitespace. 603
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 607
 Error
whitespace ParenPad ')' is not preceded with whitespace. 620
 Error
javadoc JavadocMethod Expected @return tag. 649
 Error
javadoc JavadocMethod Expected @return tag. 659
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 659
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 669
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardIdentity'. 669
 Error
javadoc JavadocMethod Expected @return tag. 686
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 686
 Error
javadoc JavadocMethod Expected @param tag for 'strPage'. 696
 Error
javadoc JavadocMethod Expected @param tag for 'strView'. 696
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 696
 Error
whitespace ParenPad ')' is not preceded with whitespace. 696
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 711
 Error
javadoc JavadocMethod Expected @param tag for 'strServiceNumericName'. 721
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 721
 Error
javadoc JavadocMethod Expected @param tag for 'bRemoveAttribute'. 738
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 738
 Error
javadoc JavadocMethod Expected @param tag for 'strMessage'. 758
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 758
 Error
javadoc JavadocMethod Expected @return tag. 773
 Error
whitespace ParenPad ')' is not preceded with whitespace. 788
 Error
whitespace ParenPad ')' is not preceded with whitespace. 797
 Error
javadoc JavadocMethod Expected @return tag. 803
 Error
javadoc JavadocMethod Expected @param tag for 'completionIdentity'. 803
 Error
javadoc JavadocMethod Expected @param tag for 'strOriginActionCompletion'. 803
 Error
javadoc JavadocMethod Expected @param tag for 'attribute'. 831
 Error
javadoc JavadocMethod Expected @param tag for 'attribute'. 843
 Error
javadoc JavadocMethod Expected @param tag for 'dasboardIdentitySession'. 858
 Error
javadoc JavadocMethod Expected @return tag. 905
 Error
whitespace ParenPad '(' is not followed by whitespace. 905
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardAttribute'. 905
 Error
whitespace ParenPad ')' is not preceded with whitespace. 905
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardIdentity'. 917
 Error
whitespace ParenPad ')' is not preceded with whitespace. 921
 Error
whitespace ParenPad '(' is not followed by whitespace. 947
 Error
whitespace ParenPad ')' is not preceded with whitespace. 947
 Error
blocks LeftCurly '{' at column 85 should be on a new line. 947
 Error
whitespace ParenPad '(' is not followed by whitespace. 948
 Error
whitespace ParenPad ')' is not preceded with whitespace. 948
 Error
whitespace ParenPad '(' is not followed by whitespace. 950
 Error
whitespace ParenPad ')' is not preceded with whitespace. 950
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 950
 Error
whitespace ParenPad '(' is not followed by whitespace. 972
 Error
whitespace ParenPad ')' is not preceded with whitespace. 972
 Error
whitespace ParenPad '(' is not followed by whitespace. 974
 Error
whitespace ParenPad ')' is not preceded with whitespace. 974
 Error
blocks LeftCurly '{' at column 18 should be on a new line. 974
 Error
blocks LeftCurly '{' at column 8 should be on a new line. 976
 Error
whitespace ParenPad '(' is not followed by whitespace. 977
 Error
whitespace ParenPad ')' is not preceded with whitespace. 977
 Error
blocks RightCurly '}' at column 4 should be alone on a line. 978
 Error
whitespace ParenPad '(' is not followed by whitespace. 978
 Error
whitespace ParenPad ')' is not preceded with whitespace. 978
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 978
 Error
whitespace ParenPad '(' is not followed by whitespace. 980
 Error
whitespace ParenPad ')' is not preceded with whitespace. 980
 Error
javadoc JavadocMethod Expected @return tag. 993
 Error
javadoc JavadocMethod Expected @param tag for 'dasboardIdentity'. 993
 Error
javadoc JavadocMethod Expected @param tag for 'listAttributesName'. 993

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. 107
 Error
whitespace ParenPad ')' is not preceded with whitespace. 168
 Error
javadoc JavadocMethod Missing a Javadoc comment. 178
 Error
whitespace ParenPad ')' is not preceded with whitespace. 224

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