The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 11 | 0 | 2 | 328 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
40 | |
| NeedBraces | 1 | ||
RightCurly
|
3 | ||
| coding | ArrayTrailingComma | 1 | |
| DeclarationOrder | 35 | ||
| ExplicitInitialization | 2 | ||
| HiddenField | 4 | ||
ReturnCount
|
2 | ||
| design | FinalClass | 1 | |
| VisibilityModifier | 26 | ||
| header | Header
|
9 | |
| javadoc | JavadocMethod | 71 | |
| JavadocType | 8 | ||
| naming | MemberName
|
10 | |
StaticVariableName
|
1 | ||
| whitespace | ParenPad
|
116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 5 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 5 | |
| naming | MemberName | Name 'canNotify' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 6 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 13 | |
| coding | HiddenField | 'canNotify' hides a field. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| naming | MemberName | Name 'suspiciousIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 | |
| naming | MemberName | Name 'bestIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 | |
| naming | MemberName | Name 'duplicatesToMergeAttributes' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | HiddenField | 'suspiciousIdentity' hides a field. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | HiddenField | 'bestIdentity' hides a field. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | HiddenField | 'duplicatesToMergeAttributes' hides a field. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 133 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 143 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable '_serviceContractService' must be private and have accessor methods. | 56 | |
| design | VisibilityModifier | Variable '_sortedAttributeKeyList' must be private and have accessor methods. | 57 | |
| design | VisibilityModifier | Variable '_attributeKeyToShowList' must be private and have accessor methods. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Missing a header - not enough lines in file. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 5 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 5 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 15 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 11 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 11 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 19 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| design | FinalClass | Class MediationService should be declared as final. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 19 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 22 | |
| naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 22 | |
| coding | ExplicitInitialization | Variable 'instance' explicitly initialized to 'null' (default value for its type). | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 58 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 58 | |
| design | VisibilityModifier | Variable '_currentClientCode' must be private and have accessor methods. | 73 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 74 | |
| naming | MemberName | Name 'PARAMETERS_DUPLICATE_SEARCH' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 77 | |
| design | VisibilityModifier | Variable 'PARAMETERS_DUPLICATE_SEARCH' must be private and have accessor methods. | 77 | |
| coding | ArrayTrailingComma | Array should contain trailing comma. | 79 | |
| naming | MemberName | Name 'PARAMETER_PAGE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 80 | |
| design | VisibilityModifier | Variable 'PARAMETER_PAGE' must be private and have accessor methods. | 80 | |
| naming | MemberName | Name 'PARAMETER_CLIENT_CODE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 81 | |
| design | VisibilityModifier | Variable 'PARAMETER_CLIENT_CODE' must be private and have accessor methods. | 81 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 84 | |
| design | VisibilityModifier | Variable '_serviceContract' must be private and have accessor methods. | 84 | |
| design | VisibilityModifier | Variable '_rulePriorityMin' must be private and have accessor methods. | 85 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 86 | |
| design | VisibilityModifier | Variable '_previousRuleCode' must be private and have accessor methods. | 86 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 87 | |
| design | VisibilityModifier | Variable '_currentRuleCode' must be private and have accessor methods. | 87 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 88 | |
| design | VisibilityModifier | Variable '_identityToKeep' must be private and have accessor methods. | 88 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 89 | |
| design | VisibilityModifier | Variable '_identityToMerge' must be private and have accessor methods. | 89 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 90 | |
| design | VisibilityModifier | Variable '_suspiciousIdentity' must be private and have accessor methods. | 90 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 91 | |
| design | VisibilityModifier | Variable '_duplicateRules' must be private and have accessor methods. | 91 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 92 | |
| design | VisibilityModifier | Variable '_mediationIdentities' must be private and have accessor methods. | 92 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 93 | |
| design | VisibilityModifier | Variable '_totalPages' must be private and have accessor methods. | 93 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 94 | |
| design | VisibilityModifier | Variable '_currentPage' must be private and have accessor methods. | 94 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 95 | |
| design | VisibilityModifier | Variable '_totalRecordByRule' must be private and have accessor methods. | 95 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 96 | |
| coding | ExplicitInitialization | Variable '_totalRecords' explicitly initialized to '0' (default value for its type). | 96 | |
| design | VisibilityModifier | Variable '_totalRecords' must be private and have accessor methods. | 96 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 97 | |
| design | VisibilityModifier | Variable '_ruleBySuspiciousIdentity' must be private and have accessor methods. | 97 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 98 | |
| design | VisibilityModifier | Variable '_agentAuthor' must be private and have accessor methods. | 98 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 99 | |
| design | VisibilityModifier | Variable '_applicationAuthor' must be private and have accessor methods. | 99 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 133 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 148 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 155 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 160 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 234 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 273 | |
| javadoc | JavadocMethod | Expected @param tag for 'currentRuleCode'. | 273 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 273 | |
| javadoc | JavadocMethod | Expected @param tag for 'search'. | 328 | |
| javadoc | JavadocMethod | Expected @param tag for 'currentRuleCode'. | 328 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 328 | |
| blocks | LeftCurly | '{' at column 23 should be on a new line. | 336 | |
| javadoc | JavadocMethod | Expected @param tag for 'suspiciousIdentity'. | 354 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 354 | |
| javadoc | JavadocMethod | Expected @param tag for 'suspiciousIdentity'. | 371 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 371 | |
| javadoc | JavadocMethod | Expected @param tag for 'identityList'. | 385 | |
| javadoc | JavadocMethod | Expected @param tag for 'identity1'. | 398 | |
| javadoc | JavadocMethod | Expected @param tag for 'identity2'. | 398 | |
| blocks | LeftCurly | '{' at column 150 should be on a new line. | 401 | |
| javadoc | JavadocMethod | Expected @param tag for 'customerId'. | 423 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 423 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 432 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 432 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 432 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 432 | |
| javadoc | JavadocMethod | Expected @param tag for 'identity'. | 451 | |
| javadoc | JavadocMethod | Expected @param tag for 'currentRuleCode'. | 451 | |
| javadoc | JavadocMethod | Expected @param tag for 'showError'. | 451 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 451 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 461 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 468 | |
| blocks | LeftCurly | '{' at column 158 should be on a new line. | 468 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 469 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 469 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 469 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 473 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 473 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 477 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 478 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 478 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 478 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 479 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 480 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 480 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 481 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 481 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 481 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 482 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 482 | |
| blocks | RightCurly | '}' at column 21 should be alone on a line. | 484 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 484 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 484 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 484 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 485 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 485 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 487 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 487 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 487 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 487 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 487 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 494 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 494 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 507 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 507 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 526 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 543 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 554 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 574 | |
| javadoc | JavadocMethod | Expected @param tag for 'currentRuleCode'. | 574 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 583 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 593 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 625 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 685 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | MemberName | Name 'PARAMETER_CUID_PINNED' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 123 | |
| design | VisibilityModifier | Variable 'PARAMETER_CUID_PINNED' must be private and have accessor methods. | 123 | |
| naming | MemberName | Name 'PARAMETER_CUID_TO_EXCLUDE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 124 | |
| design | VisibilityModifier | Variable 'PARAMETER_CUID_TO_EXCLUDE' must be private and have accessor methods. | 124 | |
| naming | MemberName | Name 'PARAMETER_CUID' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 125 | |
| design | VisibilityModifier | Variable 'PARAMETER_CUID' must be private and have accessor methods. | 125 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 128 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 129 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 130 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 131 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 132 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 133 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 134 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 135 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 136 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 137 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 138 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 139 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 140 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 141 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 142 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 143 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 144 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 145 | |
| javadoc | JavadocMethod | Expected @return tag. | 153 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 154 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 154 | |
| blocks | LeftCurly | '{' at column 102 should be on a new line. | 154 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 177 | |
| blocks | LeftCurly | '{' at column 104 should be on a new line. | 177 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 212 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 212 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 215 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 215 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 224 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 226 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 226 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 240 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 243 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 243 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 243 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 243 | |
| coding | ReturnCount | Return count is 7 (max allowed for non-void methods/lambdas is 5). | 258 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 259 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 259 | |
| blocks | LeftCurly | '{' at column 104 should be on a new line. | 259 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 262 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 262 | |
| coding | ReturnCount | Return count is 8 (max allowed for non-void methods/lambdas is 5). | 348 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 349 | |
| blocks | LeftCurly | '{' at column 105 should be on a new line. | 349 | |
| blocks | LeftCurly | '{' at column 138 should be on a new line. | 350 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 351 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 351 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 354 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 354 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 356 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 433 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 433 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 433 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 434 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 434 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 434 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 434 | |
| blocks | LeftCurly | '{' at column 130 should be on a new line. | 434 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 435 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 435 | |
| javadoc | JavadocMethod | Expected @return tag. | 454 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 455 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 455 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 455 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 456 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 456 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 456 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 456 | |
| blocks | LeftCurly | '{' at column 130 should be on a new line. | 456 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 457 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 457 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 473 | |
| javadoc | JavadocMethod | Expected @return tag. | 521 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 522 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 522 | |
| blocks | LeftCurly | '{' at column 103 should be on a new line. | 522 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 523 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 523 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 523 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 523 | |
| blocks | LeftCurly | '{' at column 130 should be on a new line. | 523 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 524 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 524 | |
| javadoc | JavadocMethod | Expected @return tag. | 575 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 576 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 576 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 576 | |
| javadoc | JavadocMethod | Expected @return tag. | 598 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 598 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 598 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 599 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 599 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 599 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 599 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 612 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 612 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 613 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 613 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 614 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 614 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 647 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 647 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 649 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 649 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 659 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 660 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 661 |