Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 

rss feed

Résumé

Fichiers
 Infos
 Avertissements
 Erreurs
9 0 2 328

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/identitymediation/buisness/LocalIdentityDto.java 0 0 8
fr/paris/lutece/plugins/identitymediation/buisness/MediationIdentity.java 0 0 14
fr/paris/lutece/plugins/identitymediation/cache/ReferentialCache.java 0 0 25
fr/paris/lutece/plugins/identitymediation/cache/ServiceContractCache.java 0 0 10
fr/paris/lutece/plugins/identitymediation/rbac/AccessDuplicateResource.java 0 0 5
fr/paris/lutece/plugins/identitymediation/rbac/AccessDuplicateResourceIdService.java 0 0 6
fr/paris/lutece/plugins/identitymediation/service/MediationService.java 0 0 22
fr/paris/lutece/plugins/identitymediation/web/AbstractIdentityDuplicateJspBean.java 0 0 124
fr/paris/lutece/plugins/identitymediation/web/IdentityDuplicateJspBean.java 0 2 114

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
40
 Erreur
NeedBraces 1
 Erreur
RightCurly
  • option: "alone"
3
 Erreur
coding ArrayTrailingComma 1
 Erreur
DeclarationOrder 35
 Erreur
ExplicitInitialization 2
 Erreur
HiddenField 4
 Erreur
ReturnCount
  • max: "5"
2
 Avertissement
design FinalClass 1
 Erreur
VisibilityModifier 26
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
9
 Erreur
javadoc JavadocMethod 71
 Erreur
JavadocType 8
 Erreur
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
10
 Erreur
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Erreur
whitespace ParenPad
  • option: "space"
116
 Erreur

Détails

fr/paris/lutece/plugins/identitymediation/buisness/LocalIdentityDto.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 5
 Erreur
blocks LeftCurly '{' at column 51 should be on a new line. 5
 Erreur
naming MemberName Name 'canNotify' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 6
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 8
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 13
 Erreur
coding HiddenField 'canNotify' hides a field. 13
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 18

fr/paris/lutece/plugins/identitymediation/buisness/MediationIdentity.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Missing a Javadoc comment. 39
 Erreur
naming MemberName Name 'suspiciousIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 41
 Erreur
naming MemberName Name 'bestIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 42
 Erreur
naming MemberName Name 'duplicatesToMergeAttributes' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 43
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 45
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 50
 Erreur
coding HiddenField 'suspiciousIdentity' hides a field. 50
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 55
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 60
 Erreur
coding HiddenField 'bestIdentity' hides a field. 60
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 65
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 70
 Erreur
coding HiddenField 'duplicatesToMergeAttributes' hides a field. 70

fr/paris/lutece/plugins/identitymediation/cache/ReferentialCache.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Missing a Javadoc comment. 49
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 58
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 64
 Erreur
blocks LeftCurly '{' at column 25 should be on a new line. 64
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 77
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 79
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 81
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 87
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 89
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 89
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 104
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 106
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 108
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 111
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 114
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 116
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 116
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 131
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 133
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 135
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 138
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 141
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 143
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 143

fr/paris/lutece/plugins/identitymediation/cache/ServiceContractCache.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Missing a Javadoc comment. 51
 Erreur
design VisibilityModifier Variable '_serviceContractService' must be private and have accessor methods. 56
 Erreur
design VisibilityModifier Variable '_sortedAttributeKeyList' must be private and have accessor methods. 57
 Erreur
design VisibilityModifier Variable '_attributeKeyToShowList' must be private and have accessor methods. 58
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 60
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 66
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 76
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 87
 Erreur
blocks LeftCurly '{' at column 69 should be on a new line. 132

fr/paris/lutece/plugins/identitymediation/rbac/AccessDuplicateResource.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 5
 Erreur
blocks LeftCurly '{' at column 62 should be on a new line. 5
 Erreur
blocks LeftCurly '{' at column 41 should be on a new line. 15
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 20

fr/paris/lutece/plugins/identitymediation/rbac/AccessDuplicateResourceIdService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 11
 Erreur
blocks LeftCurly '{' at column 73 should be on a new line. 11
 Erreur
blocks LeftCurly '{' at column 28 should be on a new line. 19
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 36
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 36

fr/paris/lutece/plugins/identitymediation/service/MediationService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
design FinalClass Class MediationService should be declared as final. 19
 Erreur
javadoc JavadocType Missing a Javadoc comment. 19
 Erreur
blocks LeftCurly '{' at column 31 should be on a new line. 19
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 22
 Erreur
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 22
 Erreur
coding ExplicitInitialization Variable 'instance' explicitly initialized to 'null' (default value for its type). 22
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 24
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 29
 Erreur
blocks LeftCurly '{' at column 48 should be on a new line. 29
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 56
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 76
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 107
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 114
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 116
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 116
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 120
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 120
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 120
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 120
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 120
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 120

fr/paris/lutece/plugins/identitymediation/web/AbstractIdentityDuplicateJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 58
 Erreur
blocks LeftCurly '{' at column 71 should be on a new line. 58
 Erreur
design VisibilityModifier Variable '_currentClientCode' must be private and have accessor methods. 73
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 74
 Erreur
naming MemberName Name 'PARAMETERS_DUPLICATE_SEARCH' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 77
 Erreur
design VisibilityModifier Variable 'PARAMETERS_DUPLICATE_SEARCH' must be private and have accessor methods. 77
 Erreur
coding ArrayTrailingComma Array should contain trailing comma. 79
 Erreur
naming MemberName Name 'PARAMETER_PAGE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 80
 Erreur
design VisibilityModifier Variable 'PARAMETER_PAGE' must be private and have accessor methods. 80
 Erreur
naming MemberName Name 'PARAMETER_CLIENT_CODE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 81
 Erreur
design VisibilityModifier Variable 'PARAMETER_CLIENT_CODE' must be private and have accessor methods. 81
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 84
 Erreur
design VisibilityModifier Variable '_serviceContract' must be private and have accessor methods. 84
 Erreur
design VisibilityModifier Variable '_rulePriorityMin' must be private and have accessor methods. 85
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 86
 Erreur
design VisibilityModifier Variable '_previousRuleCode' must be private and have accessor methods. 86
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 87
 Erreur
design VisibilityModifier Variable '_currentRuleCode' must be private and have accessor methods. 87
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 88
 Erreur
design VisibilityModifier Variable '_identityToKeep' must be private and have accessor methods. 88
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 89
 Erreur
design VisibilityModifier Variable '_identityToMerge' must be private and have accessor methods. 89
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 90
 Erreur
design VisibilityModifier Variable '_suspiciousIdentity' must be private and have accessor methods. 90
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 91
 Erreur
design VisibilityModifier Variable '_duplicateRules' must be private and have accessor methods. 91
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 92
 Erreur
design VisibilityModifier Variable '_mediationIdentities' must be private and have accessor methods. 92
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 93
 Erreur
design VisibilityModifier Variable '_totalPages' must be private and have accessor methods. 93
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 94
 Erreur
design VisibilityModifier Variable '_currentPage' must be private and have accessor methods. 94
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 95
 Erreur
design VisibilityModifier Variable '_totalRecordByRule' must be private and have accessor methods. 95
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 96
 Erreur
coding ExplicitInitialization Variable '_totalRecords' explicitly initialized to '0' (default value for its type). 96
 Erreur
design VisibilityModifier Variable '_totalRecords' must be private and have accessor methods. 96
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 97
 Erreur
design VisibilityModifier Variable '_ruleBySuspiciousIdentity' must be private and have accessor methods. 97
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 98
 Erreur
design VisibilityModifier Variable '_agentAuthor' must be private and have accessor methods. 98
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 99
 Erreur
design VisibilityModifier Variable '_applicationAuthor' must be private and have accessor methods. 99
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 129
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 131
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 133
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 133
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 148
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 155
 Erreur
blocks LeftCurly '{' at column 62 should be on a new line. 160
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 171
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 181
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 183
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 234
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 273
 Erreur
javadoc JavadocMethod Expected @param tag for 'currentRuleCode'. 273
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 273
 Erreur
javadoc JavadocMethod Expected @param tag for 'search'. 328
 Erreur
javadoc JavadocMethod Expected @param tag for 'currentRuleCode'. 328
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 328
 Erreur
blocks LeftCurly '{' at column 23 should be on a new line. 336
 Erreur
javadoc JavadocMethod Expected @param tag for 'suspiciousIdentity'. 354
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 354
 Erreur
javadoc JavadocMethod Expected @param tag for 'suspiciousIdentity'. 371
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 371
 Erreur
javadoc JavadocMethod Expected @param tag for 'identityList'. 385
 Erreur
javadoc JavadocMethod Expected @param tag for 'identity1'. 398
 Erreur
javadoc JavadocMethod Expected @param tag for 'identity2'. 398
 Erreur
blocks LeftCurly '{' at column 150 should be on a new line. 401
 Erreur
javadoc JavadocMethod Expected @param tag for 'customerId'. 423
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 423
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 432
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 432
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 432
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 432
 Erreur
javadoc JavadocMethod Expected @param tag for 'identity'. 451
 Erreur
javadoc JavadocMethod Expected @param tag for 'currentRuleCode'. 451
 Erreur
javadoc JavadocMethod Expected @param tag for 'showError'. 451
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 451
 Erreur
blocks LeftCurly '{' at column 26 should be on a new line. 461
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 468
 Erreur
blocks LeftCurly '{' at column 158 should be on a new line. 468
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 469
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 469
 Erreur
blocks LeftCurly '{' at column 31 should be on a new line. 469
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 473
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 473
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 477
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 478
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 478
 Erreur
blocks LeftCurly '{' at column 63 should be on a new line. 478
 Erreur
blocks LeftCurly '{' at column 25 should be on a new line. 479
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 480
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 480
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 481
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 481
 Erreur
blocks LeftCurly '{' at column 61 should be on a new line. 481
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 482
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 482
 Erreur
blocks RightCurly '}' at column 21 should be alone on a line. 484
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 484
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 484
 Erreur
blocks LeftCurly '{' at column 56 should be on a new line. 484
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 485
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 485
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 487
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 487
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 487
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 487
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 487
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 494
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 494
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 507
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 507
 Erreur
blocks LeftCurly '{' at column 74 should be on a new line. 526
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 543
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 554
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 574
 Erreur
javadoc JavadocMethod Expected @param tag for 'currentRuleCode'. 574
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 583
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 593
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 625
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 685

fr/paris/lutece/plugins/identitymediation/web/IdentityDuplicateJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
naming MemberName Name 'PARAMETER_CUID_PINNED' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 123
 Erreur
design VisibilityModifier Variable 'PARAMETER_CUID_PINNED' must be private and have accessor methods. 123
 Erreur
naming MemberName Name 'PARAMETER_CUID_TO_EXCLUDE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 124
 Erreur
design VisibilityModifier Variable 'PARAMETER_CUID_TO_EXCLUDE' must be private and have accessor methods. 124
 Erreur
naming MemberName Name 'PARAMETER_CUID' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 125
 Erreur
design VisibilityModifier Variable 'PARAMETER_CUID' must be private and have accessor methods. 125
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 128
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 129
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 130
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 131
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 132
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 133
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 134
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 135
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 136
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 137
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 138
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 139
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 140
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 141
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 142
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 143
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 144
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 145
 Erreur
javadoc JavadocMethod Expected @return tag. 153
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 154
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 154
 Erreur
blocks LeftCurly '{' at column 102 should be on a new line. 154
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 177
 Erreur
blocks LeftCurly '{' at column 104 should be on a new line. 177
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 212
 Erreur
blocks LeftCurly '{' at column 101 should be on a new line. 212
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 215
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 215
 Erreur
blocks LeftCurly '{' at column 13 should be on a new line. 224
 Erreur
blocks RightCurly '}' at column 9 should be alone on a line. 226
 Erreur
blocks LeftCurly '{' at column 52 should be on a new line. 226
 Erreur
blocks LeftCurly '{' at column 13 should be on a new line. 240
 Erreur
blocks RightCurly '}' at column 9 should be alone on a line. 243
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 243
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 243
 Erreur
blocks LeftCurly '{' at column 44 should be on a new line. 243
 Avertissement
coding ReturnCount Return count is 7 (max allowed for non-void methods/lambdas is 5). 258
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 259
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 259
 Erreur
blocks LeftCurly '{' at column 104 should be on a new line. 259
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 262
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 262
 Avertissement
coding ReturnCount Return count is 8 (max allowed for non-void methods/lambdas is 5). 348
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 349
 Erreur
blocks LeftCurly '{' at column 105 should be on a new line. 349
 Erreur
blocks LeftCurly '{' at column 138 should be on a new line. 350
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 351
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 351
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 354
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 354
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 356
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 356
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 433
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 433
 Erreur
blocks LeftCurly '{' at column 101 should be on a new line. 433
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 434
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 434
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 434
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 434
 Erreur
blocks LeftCurly '{' at column 130 should be on a new line. 434
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 435
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 435
 Erreur
javadoc JavadocMethod Expected @return tag. 454
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 455
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 455
 Erreur
blocks LeftCurly '{' at column 101 should be on a new line. 455
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 456
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 456
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 456
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 456
 Erreur
blocks LeftCurly '{' at column 130 should be on a new line. 456
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 457
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 457
 Erreur
blocks LeftCurly '{' at column 78 should be on a new line. 473
 Erreur
javadoc JavadocMethod Expected @return tag. 521
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 522
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 522
 Erreur
blocks LeftCurly '{' at column 103 should be on a new line. 522
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 523
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 523
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 523
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 523
 Erreur
blocks LeftCurly '{' at column 130 should be on a new line. 523
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 524
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 524
 Erreur
javadoc JavadocMethod Expected @return tag. 575
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 576
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 576
 Erreur
blocks LeftCurly '{' at column 93 should be on a new line. 576
 Erreur
javadoc JavadocMethod Expected @return tag. 598
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 598
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 598
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 599
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 599
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 599
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 599
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 612
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 612
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 613
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 613
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 614
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 614
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 647
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 647
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 649
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 649
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 659
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 660
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 661