The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 14 | 0 | 2 | 276 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
29 | |
| NeedBraces | 3 | ||
RightCurly
|
1 | ||
| coding | DeclarationOrder | 4 | |
| ExplicitInitialization | 3 | ||
| HiddenField | 13 | ||
ReturnCount
|
1 | ||
| design | FinalClass | 3 | |
| VisibilityModifier | 2 | ||
| header | Header
|
12 | |
| imports | UnusedImports | 5 | |
| javadoc | JavadocMethod | 85 | |
| JavadocType | 9 | ||
| naming | MemberName
|
14 | |
| sizes | ParameterNumber | 1 | |
| whitespace | ParenPad
|
93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | FinalClass | Class LocalAttributeDto should be declared as final. | 44 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 44 | |
| naming | MemberName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 | |
| naming | MemberName | Name 'description' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 | |
| naming | MemberName | Name 'value' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 | |
| naming | MemberName | Name 'certifier' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 | |
| naming | MemberName | Name 'certificationLevel' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 | |
| naming | MemberName | Name 'certificationDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 | |
| naming | MemberName | Name 'mandatory' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 | |
| naming | MemberName | Name 'allowedCertificationList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | HiddenField | 'name' hides a field. | 56 | |
| coding | HiddenField | 'description' hides a field. | 56 | |
| coding | HiddenField | 'mandatory' hides a field. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 69 | |
| coding | HiddenField | 'name' hides a field. | 69 | |
| coding | HiddenField | 'description' hides a field. | 69 | |
| coding | HiddenField | 'value' hides a field. | 69 | |
| coding | HiddenField | 'certifier' hides a field. | 69 | |
| coding | HiddenField | 'certificationLevel' hides a field. | 70 | |
| coding | HiddenField | 'certificationDate' hides a field. | 70 | |
| coding | HiddenField | 'mandatory' hides a field. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Expected @return tag. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'certifiedAttribute'. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'attributeDefinition'. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'attributeDefinition'. | 194 | |
| javadoc | JavadocMethod | Expected @param tag for 'localAttributeDto'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'attributeDefinition'. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.common.AttributeDto. | 36 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.common.IdentityDto. | 37 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.contract.ServiceContractDto. | 38 | |
| imports | UnusedImports | Unused import - org.apache.commons.collections.CollectionUtils. | 40 | |
| naming | MemberName | Name 'customerId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 | |
| naming | MemberName | Name 'lastUpdateDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 | |
| naming | MemberName | Name 'attributeList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 | |
| naming | MemberName | Name 'tasks' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | HiddenField | 'customerId' hides a field. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| coding | HiddenField | 'tasks' hides a field. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 84 |
| 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. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'contract'. | 109 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'contract'. | 128 |
| 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. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
| 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. | 42 | |
| naming | MemberName | Name 'tasks' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| coding | HiddenField | 'tasks' hides a field. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 68 |
| 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. | 38 |
| 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. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.history.IdentityHistorySearchRequest. | 8 | |
| design | FinalClass | Class HistoryService should be declared as final. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 15 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 15 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 18 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 18 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 19 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 19 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 26 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 27 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 27 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 27 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| design | FinalClass | Class IdentityDeskService should be declared as final. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 23 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 24 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 24 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| blocks | LeftCurly | '{' at column 114 should be on a new line. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| blocks | LeftCurly | '{' at column 151 should be on a new line. | 47 | |
| blocks | LeftCurly | '{' at column 134 should be on a new line. | 55 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| blocks | LeftCurly | '{' at column 107 should be on a new line. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | ExplicitInitialization | Variable '_returnUrl' explicitly initialized to 'null' (default value for its type). | 206 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 208 | |
| coding | ExplicitInitialization | Variable '_canCreateIdentity' explicitly initialized to 'false' (default value for its type). | 208 | |
| design | VisibilityModifier | Variable '_canCreateIdentity' must be private and have accessor methods. | 208 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 209 | |
| coding | ExplicitInitialization | Variable '_canWriteIdentity' explicitly initialized to 'false' (default value for its type). | 209 | |
| design | VisibilityModifier | Variable '_canWriteIdentity' must be private and have accessor methods. | 209 | |
| blocks | LeftCurly | '{' at column 135 should be on a new line. | 215 | |
| naming | MemberName | Name '_AttributeInfoKeyList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 260 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 260 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 262 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 262 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 264 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 264 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 265 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 265 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 291 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 301 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 301 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 301 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 301 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 301 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 301 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 301 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 304 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 304 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 304 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 304 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 304 | |
| blocks | LeftCurly | '{' at column 110 should be on a new line. | 304 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 305 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 305 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 305 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 305 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 344 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 396 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 459 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 559 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 620 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 674 | |
| coding | ReturnCount | Return count is 7 (max allowed for non-void methods/lambdas is 5). | 726 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 727 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 805 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 811 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 811 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 813 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 813 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 814 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 814 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 815 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 815 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 815 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 815 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 815 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 815 | |
| blocks | LeftCurly | '{' at column 116 should be on a new line. | 815 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 826 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 826 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 826 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 826 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 826 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 826 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 828 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 828 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 830 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 830 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 830 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 830 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 830 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 830 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 832 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 832 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 835 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 835 | |
| javadoc | JavadocMethod | Expected @param tag for 'originalIdentity'. | 853 | |
| javadoc | JavadocMethod | Expected @param tag for 'updatedAttr'. | 853 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 875 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 879 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 944 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 951 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 1018 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 1033 | |
| javadoc | JavadocMethod | Expected @param tag for 'model'. | 1033 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 1048 | |
| javadoc | JavadocMethod | Expected @param tag for 'strPrefix'. | 1048 | |
| javadoc | JavadocMethod | Expected @param tag for 'bCreate'. | 1048 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 1059 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 1082 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 1111 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1111 | |
| javadoc | JavadocMethod | Expected @param tag for 'certificationCode'. | 1111 | |
| javadoc | JavadocMethod | Expected @param tag for 'clientCode'. | 1142 | |
| javadoc | JavadocMethod | Expected @param tag for 'clientCode'. | 1166 | |
| javadoc | JavadocMethod | Expected @return tag. | 1233 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 1236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1242 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1244 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1244 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1247 |