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