The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 58 | 0 | 0 | 888 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
87 | |
RightCurly
|
7 | ||
| coding | DeclarationOrder | 28 | |
| HiddenField | 16 | ||
| design | FinalClass | 2 | |
| HideUtilityClassConstructor | 1 | ||
| VisibilityModifier | 1 | ||
| header | Header
|
56 | |
| imports | UnusedImports | 4 | |
| javadoc | JavadocMethod | 217 | |
| JavadocType | 26 | ||
| modifier | ModifierOrder | 13 | |
| RedundantModifier | 84 | ||
| naming | MemberName
|
13 | |
ParameterName
|
20 | ||
StaticVariableName
|
4 | ||
| whitespace | ParenPad
|
309 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 175 | |
| coding | HiddenField | '_strClientCode' hides a field. | 175 | |
| naming | ParameterName | Name '_strClientCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 175 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 97 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 122 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 142 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 155 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 178 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 202 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 202 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 203 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 203 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 207 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 229 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 250 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 339 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 400 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 420 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 453 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 479 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 504 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 531 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'resourceState'. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'filterAppCode'. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'filterClientCode'. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'filterReference'. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'batchLimit'. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 225 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 235 |
| 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 'strStatus' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | HiddenField | '_nWorkflowResourceId' hides a field. | 99 | |
| naming | ParameterName | Name '_nWorkflowResourceId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 193 | |
| naming | ParameterName | Name '_strClientAppCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 203 | |
| javadoc | JavadocMethod | Expected @return tag. | 213 | |
| coding | HiddenField | 'strStatus' hides a field. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'strStatus'. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| coding | HiddenField | '_nIdIdentity' hides a field. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for '_nIdIdentity'. | 183 | |
| naming | ParameterName | Name '_nIdIdentity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'idIdentity'. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'idIdentity'. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 82 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 105 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 126 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 142 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 155 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 177 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 198 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 280 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 298 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 320 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 342 |
| 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. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | HiddenField | '_nId' hides a field. | 49 | |
| naming | ParameterName | Name '_nId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | HiddenField | '_nCandidateIdentityId' hides a field. | 59 | |
| naming | ParameterName | Name '_nCandidateIdentityId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | HiddenField | '_nWfResourceHistoryId' hides a field. | 69 | |
| naming | ParameterName | Name '_nWfResourceHistoryId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | HiddenField | '_strStatus' hides a field. | 79 | |
| naming | ParameterName | Name '_strStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | HiddenField | '_strComment' hides a field. | 89 | |
| naming | ParameterName | Name '_strComment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 54 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 55 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 57 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 59 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 64 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 75 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 97 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 118 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 138 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 154 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 167 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
| 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. | 43 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| javadoc | JavadocMethod | Expected @return tag. | 77 | |
| javadoc | JavadocMethod | Expected @return tag. | 88 | |
| javadoc | JavadocMethod | Expected @return tag. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'nBatchId'. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'stateId'. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'batchReference'. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| coding | HiddenField | '_strClientCode' hides a field. | 129 | |
| naming | ParameterName | Name '_strClientCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 68 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 91 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 112 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 125 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 147 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 167 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 187 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 256 | |
| blocks | LeftCurly | '{' at column 97 should be on a new line. | 272 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 172 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 173 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 110 | |
| javadoc | JavadocMethod | Expected @param tag for 'batchLimit'. | 110 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 121 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 121 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 145 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 145 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'filterClientCode'. | 145 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'filterReference'. | 145 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 145 | |
| naming | ParameterName | Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 169 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 171 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 175 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 175 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 184 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 184 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 193 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 54 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 54 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 64 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 64 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 74 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 74 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 88 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 88 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'idIdentity'. | 97 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 97 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'idIdentity'. | 106 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 106 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 117 | |
| naming | ParameterName | Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 119 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'nBatchId'. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'stateId'. | 109 | |
| naming | ParameterName | Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 135 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 137 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @return tag. | 74 | |
| javadoc | JavadocMethod | Expected @return tag. | 84 | |
| javadoc | JavadocMethod | Expected @return tag. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
| 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 ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | HiddenField | '_nResourceCount' hides a field. | 47 | |
| naming | ParameterName | Name '_nResourceCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 |
| 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. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
| 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. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
| 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 64 should be on a new line. | 5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 16 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 16 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 26 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 64 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 64 |
| 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 - java.sql.Date. | 68 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 76 | |
| naming | MemberName | Name 'progressManagerService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 89 | |
| naming | MemberName | Name 'validationService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 90 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 92 | |
| naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| blocks | LeftCurly | '{' at column 127 should be on a new line. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| blocks | LeftCurly | '{' at column 12 should be on a new line. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 154 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 169 | |
| javadoc | JavadocMethod | Expected @return tag. | 254 | |
| javadoc | JavadocMethod | Expected @param tag for 'batchLimit'. | 254 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 254 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 411 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 416 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 416 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 421 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 421 | |
| blocks | LeftCurly | '{' at column 110 should be on a new line. | 437 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 465 |
| 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 BatchValidationService should be declared as final. | 50 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 50 | |
| naming | MemberName | Name 'importBatchLimit' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 53 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 54 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 55 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 56 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 57 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 58 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 59 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 60 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 61 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 62 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 63 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 97 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 97 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 100 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 125 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 125 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| blocks | LeftCurly | '{' at column 108 should be on a new line. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 148 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 148 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
| 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. | 55 | |
| naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| design | FinalClass | Class ImportClientService should be declared as final. | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 12 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 16 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 16 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 17 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 17 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 17 | |
| coding | DeclarationOrder | Constructor definition in wrong order. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 23 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 38 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| 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 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 43 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 49 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 51 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 53 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 56 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 59 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 63 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 64 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 65 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 67 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 67 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 82 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 82 |
| 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. | 43 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 48 | |
| naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 65 |
| 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.identityimport.business.Client. | 36 | |
| imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identityimport.business.ClientHome. | 37 | |
| imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 49 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 54 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 58 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 59 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 60 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 61 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 63 | |
| naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ResourceNotFoundException'. | 120 | |
| blocks | LeftCurly | '{' at column 114 should be on a new line. | 120 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 123 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 125 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 125 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 125 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 125 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 130 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| blocks | LeftCurly | '{' at column 133 should be on a new line. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| blocks | LeftCurly | '{' at column 123 should be on a new line. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 142 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 |
| 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 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 |
| 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 | Type Javadoc comment is missing @param <S> tag. | 50 | |
| javadoc | JavadocType | Type Javadoc comment is missing @param <T> tag. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'listIds'. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 122 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 123 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 124 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 125 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 196 | |
| naming | MemberName | Name 'progressManagerService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 197 | |
| naming | MemberName | Name 'identityQualityService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 221 | |
| naming | MemberName | Name 'identityService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 222 | |
| naming | MemberName | Name 'DUPLICATE_RULE_CODES' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 223 | |
| naming | MemberName | Name 'NB_ITEMS_PER_PAGES' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 224 | |
| naming | MemberName | Name 'IMPORT_CLIENT_CODE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 225 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 259 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 261 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 261 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 302 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 305 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 314 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 314 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 314 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 314 | |
| blocks | LeftCurly | '{' at column 190 should be on a new line. | 314 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 315 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 315 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 347 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 374 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 376 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 376 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 376 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 376 | |
| blocks | LeftCurly | '{' at column 181 should be on a new line. | 376 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 377 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 377 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 381 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 438 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 440 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 440 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 440 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 440 | |
| blocks | LeftCurly | '{' at column 171 should be on a new line. | 440 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 441 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 441 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 466 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 468 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 468 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 468 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 468 | |
| blocks | LeftCurly | '{' at column 171 should be on a new line. | 468 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 469 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 469 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 510 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 510 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 515 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 515 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 611 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 637 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 640 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 650 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 661 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 665 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 687 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 723 | |
| blocks | LeftCurly | '{' at column 23 should be on a new line. | 723 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 727 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 731 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 743 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 749 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 754 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 184 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 278 |
| 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. | 55 | |
| naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 94 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 99 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 |
| 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. | 54 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 57 | |
| design | VisibilityModifier | Variable '_strHeaderAppCode' must be private and have accessor methods. | 57 | |
| naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 70 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 86 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 91 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 96 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @return tag. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'importRequest'. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'strHeaderClientCode'. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 73 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'strHeaderClientCode'. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 92 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 92 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 |
| 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. | 43 | |
| naming | MemberName | Name 'mapper' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 24 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 24 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 24 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 24 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 |
| 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 ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Missing a header - not enough lines in file. | 1 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 21 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 21 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 21 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 21 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 21 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 22 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 22 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 24 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 24 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 24 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 24 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 13 | |
| blocks | LeftCurly | '{' at column 139 should be on a new line. | 13 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 18 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 18 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 18 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 27 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 27 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 27 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 33 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 24 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 24 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 |
| 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 36 should be on a new line. | 11 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 30 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 30 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| blocks | LeftCurly | '{' at column 100 should be on a new line. | 37 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| blocks | LeftCurly | '{' at column 102 should be on a new line. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 | |
| blocks | LeftCurly | '{' at column 105 should be on a new line. | 46 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| naming | ParameterName | Name '_strClientCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| blocks | LeftCurly | '{' at column 129 should be on a new line. | 52 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 |
| 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. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| 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. | 48 |
| 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. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'resource'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'nResourceId'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'strResourceType'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'nWorkflowKey'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'resource'. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'nResourceId'. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'strResourceType'. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'nWorkflowKey'. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'nExternalParentId'. | 83 | |
| coding | HiddenField | '_state' hides a field. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for '_state'. | 158 | |
| naming | ParameterName | Name '_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| coding | HiddenField | '_listActions' hides a field. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for '_listActions'. | 168 | |
| naming | ParameterName | Name '_listActions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
| coding | HiddenField | '_strHistory' hides a field. | 178 | |
| javadoc | JavadocMethod | Expected @param tag for '_strHistory'. | 178 | |
| naming | ParameterName | Name '_strHistory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| coding | HiddenField | '_nNbSubResource' hides a field. | 218 | |
| naming | ParameterName | Name '_nNbSubResource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| coding | HiddenField | '_listSubResourceStates' hides a field. | 228 | |
| naming | ParameterName | Name '_listSubResourceStates' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 |
| 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 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 64 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 65 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 66 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 67 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 68 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'strResourceType'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'nWorkflowKey'. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'resource'. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'nResourceId'. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'resource'. | 110 | |
| javadoc | JavadocMethod | Expected @param tag for 'nResourceId'. | 110 | |
| javadoc | JavadocMethod | Expected @param tag for 'nExternalParentId'. | 110 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 110 | |
| javadoc | JavadocMethod | Expected @param tag for 'wfBean'. | 144 | |
| javadoc | JavadocMethod | Expected @param tag for 'wfBean'. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'nAction'. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'wfBean'. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'nAction'. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'wfBean'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'nAction'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'strTargetJsp'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'strWorkflowAction'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'wfBean'. | 234 | |
| javadoc | JavadocMethod | Expected @param tag for 'nAction'. | 234 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 234 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 234 | |
| javadoc | JavadocMethod | Expected @param tag for 'nAction'. | 258 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 258 | |
| javadoc | JavadocMethod | Expected @param tag for 'wfBean'. | 272 | |
| javadoc | JavadocMethod | Expected @param tag for 'nAction'. | 272 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 272 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 272 | |
| javadoc | JavadocMethod | Expected @param tag for 'wfBean'. | 286 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 286 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 286 | |
| javadoc | JavadocMethod | Expected @param tag for 'wfBean'. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |