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 477

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 20
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@4/target/checkstyle-header.txt"
13
 Error
imports UnusedImports 2
 Error
javadoc JavadocMethod 71
 Error
JavadocType 3
 Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
2
 Error
whitespace ParenPad
  • option: "space"
299
 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. 82
 Error
coding DeclarationOrder Static variable definition in wrong order. 100
 Error
blocks LeftCurly '{' at column 12 should be on a new line. 101
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 103
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 104
 Error
whitespace ParenPad '(' is not followed by whitespace. 106
 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. 116
 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. 124
 Error
whitespace ParenPad ')' is not preceded with whitespace. 124
 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. 127
 Error
coding DeclarationOrder Static variable definition in wrong order. 130
 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
javadoc JavadocMethod Missing a Javadoc comment. 146
 Error
javadoc JavadocMethod Unused @param tag for 'identitySearchResponse'. 184
 Error
javadoc JavadocMethod Expected @param tag for 'identity'. 188
 Error
whitespace ParenPad ')' is not preceded with whitespace. 190
 Error
whitespace ParenPad '(' is not followed by whitespace. 211
 Error
whitespace ParenPad ')' is not preceded with whitespace. 211
 Error
whitespace ParenPad '(' is not followed by whitespace. 213
 Error
whitespace ParenPad ')' is not preceded with whitespace. 213
 Error
whitespace ParenPad ')' is not preceded with whitespace. 223
 Error
javadoc JavadocMethod Missing a Javadoc comment. 243
 Error
whitespace ParenPad ')' is not preceded with whitespace. 243
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 245
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 245
 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'. 579
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 587
 Error
whitespace ParenPad '(' is not followed by whitespace. 588
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 588
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 588
 Error
whitespace ParenPad '(' is not followed by whitespace. 588
 Error
whitespace ParenPad '(' is not followed by whitespace. 588
 Error
whitespace ParenPad ')' is not preceded with whitespace. 588
 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 ParenPad ')' is not preceded with whitespace. 590
 Error
whitespace ParenPad ')' is not preceded with whitespace. 590
 Error
whitespace ParenPad '(' is not followed by whitespace. 592
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 592
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 592
 Error
whitespace ParenPad ')' is not preceded with whitespace. 592
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 597
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 597
 Error
whitespace ParenPad ')' is not preceded with whitespace. 597
 Error
whitespace ParenPad '(' is not followed by whitespace. 598
 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. 600
 Error
whitespace ParenPad ')' is not preceded with whitespace. 600
 Error
whitespace ParenPad ')' is not preceded with whitespace. 600
 Error
whitespace ParenPad '(' is not followed by whitespace. 602
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 602
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 602
 Error
whitespace ParenPad ')' is not preceded with whitespace. 602
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 606
 Error
whitespace ParenPad ')' is not preceded with whitespace. 619
 Error
javadoc JavadocMethod Expected @return tag. 648
 Error
javadoc JavadocMethod Expected @return tag. 658
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 658
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 668
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardIdentity'. 668
 Error
javadoc JavadocMethod Expected @return tag. 685
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 685
 Error
javadoc JavadocMethod Expected @param tag for 'strPage'. 695
 Error
javadoc JavadocMethod Expected @param tag for 'strView'. 695
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 695
 Error
whitespace ParenPad ')' is not preceded with whitespace. 695
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 710
 Error
javadoc JavadocMethod Expected @param tag for 'strServiceNumericName'. 720
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 720
 Error
javadoc JavadocMethod Expected @param tag for 'bRemoveAttribute'. 737
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 737
 Error
javadoc JavadocMethod Expected @param tag for 'strMessage'. 757
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 757
 Error
javadoc JavadocMethod Expected @return tag. 772
 Error
whitespace ParenPad ')' is not preceded with whitespace. 787
 Error
whitespace ParenPad ')' is not preceded with whitespace. 796
 Error
javadoc JavadocMethod Expected @return tag. 802
 Error
javadoc JavadocMethod Expected @param tag for 'completionIdentity'. 802
 Error
javadoc JavadocMethod Expected @param tag for 'strOriginActionCompletion'. 802
 Error
javadoc JavadocMethod Expected @param tag for 'attribute'. 830
 Error
javadoc JavadocMethod Expected @param tag for 'attribute'. 842
 Error
javadoc JavadocMethod Expected @param tag for 'dasboardIdentitySession'. 857
 Error
javadoc JavadocMethod Expected @return tag. 904
 Error
whitespace ParenPad '(' is not followed by whitespace. 904
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardAttribute'. 904
 Error
whitespace ParenPad ')' is not preceded with whitespace. 904
 Error
javadoc JavadocMethod Expected @param tag for 'dashboardIdentity'. 916
 Error
whitespace ParenPad ')' is not preceded with whitespace. 920
 Error
whitespace ParenPad '(' is not followed by whitespace. 946
 Error
whitespace ParenPad ')' is not preceded with whitespace. 946
 Error
blocks LeftCurly '{' at column 85 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
whitespace ParenPad '(' is not followed by whitespace. 949
 Error
whitespace ParenPad ')' is not preceded with whitespace. 949
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 949
 Error
whitespace ParenPad '(' is not followed by whitespace. 971
 Error
whitespace ParenPad ')' is not preceded with whitespace. 971
 Error
whitespace ParenPad '(' is not followed by whitespace. 973
 Error
whitespace ParenPad ')' is not preceded with whitespace. 973
 Error
blocks LeftCurly '{' at column 18 should be on a new line. 973
 Error
blocks LeftCurly '{' at column 8 should be on a new line. 975
 Error
whitespace ParenPad '(' is not followed by whitespace. 976
 Error
whitespace ParenPad ')' is not preceded with whitespace. 976
 Error
blocks RightCurly '}' at column 4 should be alone on a line. 977
 Error
whitespace ParenPad '(' is not followed by whitespace. 977
 Error
whitespace ParenPad ')' is not preceded with whitespace. 977
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 977
 Error
whitespace ParenPad '(' is not followed by whitespace. 979
 Error
whitespace ParenPad ')' is not preceded with whitespace. 979
 Error
javadoc JavadocMethod Expected @return tag. 992
 Error
javadoc JavadocMethod Expected @param tag for 'dasboardIdentity'. 992
 Error
javadoc JavadocMethod Expected @param tag for 'listAttributesName'. 992

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. 149
 Error
whitespace ParenPad ')' is not preceded with whitespace. 151
 Error
whitespace ParenPad ')' is not preceded with whitespace. 152
 Error
whitespace ParenPad ')' is not preceded with whitespace. 154
 Error
whitespace ParenPad ')' is not preceded with whitespace. 155
 Error
coding ExplicitInitialization Variable '_bReInitAppCode' explicitly initialized to 'false' (default value for its type). 169
 Error
javadoc JavadocMethod Missing a Javadoc comment. 319
 Error
whitespace ParenPad '(' is not followed by whitespace. 404
 Error
whitespace ParenPad ')' is not preceded with whitespace. 404
 Error
whitespace ParenPad ')' is not preceded with whitespace. 404
 Error
javadoc JavadocMethod Missing a Javadoc comment. 451
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 512
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 588
 Error
javadoc JavadocMethod Missing a Javadoc comment. 854
 Error
javadoc JavadocMethod Expected @param tag for 'bCheckMandatory'. 873
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 886
 Error
javadoc JavadocMethod Missing a Javadoc comment. 911
 Error
javadoc JavadocMethod Missing a Javadoc comment. 940
 Error
whitespace ParenPad ')' is not preceded with whitespace. 964

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