Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 
| Fichiers | |||
|---|---|---|---|
| 24 | 0 | 3 | 376 | 
| Catégorie | Règle | Violations | Sévérité | 
|---|---|---|---|
| blocks | LeftCurly
  | 
9 | |
RightCurly
  | 
3 | ||
| coding | DeclarationOrder | 6 | |
| ExplicitInitialization | 1 | ||
| HiddenField | 1 | ||
ReturnCount
  | 
3 | ||
| design | FinalClass | 3 | |
| HideUtilityClassConstructor | 1 | ||
| header | Header
  | 
24 | |
| imports | AvoidStarImport | 2 | |
| UnusedImports | 4 | ||
| javadoc | JavadocMethod | 129 | |
| JavadocType | 15 | ||
| naming | MemberName
  | 
24 | |
ParameterName
  | 
2 | ||
StaticVariableName
  | 
4 | ||
| whitespace | ParenPad
  | 
148 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Missing a header - not enough lines in file. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 5 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 5 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Missing a header - not enough lines in file. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 5 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @param tag for 'searchRequest'. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'strHeaderClientCode'. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 108 | |
| javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 109 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Expected @param tag for 'strHeaderClientCode'. | 192 | |
| javadoc | JavadocMethod | Expected @param tag for 'strQueryClientCode'. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'priority'. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 194 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 196 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'customer_id'. | 214 | |
| naming | ParameterName | Name 'customer_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 | |
| javadoc | JavadocMethod | Expected @param tag for 'ruleCode'. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'strHeaderClientCode'. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 217 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 218 | |
| javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 219 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 220 | |
| javadoc | JavadocMethod | Expected @param tag for 'duplicateSearchRequest'. | 237 | |
| javadoc | JavadocMethod | Expected @param tag for 'strHeaderClientCode'. | 238 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 241 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| 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 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| 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. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| naming | MemberName | Name 'delayedNetworkService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 87 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 89 | |
| coding | ReturnCount | Return count is 2 (max allowed for void methods/constructors/lambdas is 1). | 100 | |
| javadoc | JavadocMethod | Expected @return tag. | 161 | |
| javadoc | JavadocMethod | Expected @param tag for 'higherPrioRulesDetectedCuids'. | 161 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| blocks | LeftCurly | '{' at column 153 should be on a new line. | 195 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 214 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 215 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 215 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 215 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 215 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 216 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 216 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 226 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 226 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 227 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 227 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 230 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 230 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 233 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 233 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 246 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 246 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 274 | |
| javadoc | JavadocMethod | Expected @throws tag for 'InterruptedException'. | 274 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 274 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 283 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 283 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 284 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 284 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 286 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 286 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 286 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 286 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 286 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 286 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 288 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 288 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 71 | |
| naming | MemberName | Name 'clientCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 80 | |
| naming | MemberName | Name 'authorName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 81 | |
| naming | MemberName | Name 'ruleCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 82 | |
| naming | MemberName | Name 'MERGE_STRICT_CONNECTED' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 83 | |
| naming | MemberName | Name 'MERGE_STRICT_CONNECTED_AND_UNCONNECTED' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| naming | MemberName | Name 'identityDtoDelayedNetworkService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 85 | |
| naming | MemberName | Name 'duplicateSearchResponseDelayedNetworkService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 86 | |
| naming | MemberName | Name 'nbIdentitiesMerged' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 88 | |
| coding | ExplicitInitialization | Variable 'nbIdentitiesMerged' explicitly initialized to '0' (default value for its type). | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 119 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 230 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 230 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 234 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 234 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 234 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 234 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 234 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 246 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 246 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 246 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 246 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 246 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 246 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 248 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 258 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 259 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 269 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 269 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 270 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 270 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 270 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 277 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 277 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 278 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 278 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 278 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 283 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 283 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 292 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 292 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 293 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 293 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 294 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 294 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 296 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 296 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 296 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 296 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 308 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 321 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 321 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 321 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 336 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 336 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 339 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 339 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 341 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 341 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 341 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 341 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 343 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 343 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 343 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 343 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 343 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 343 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 344 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 348 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 348 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 348 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 353 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 353 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 50 | |
| naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 | |
| javadoc | JavadocMethod | Expected @return tag. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'identity'. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'rules'. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'attributesFilter'. | 80 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 80 | |
| javadoc | JavadocMethod | Expected @return tag. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'identity'. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'rules'. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'attributesFilter'. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'allowEmptyResponse'. | 96 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 101 | |
| javadoc | JavadocMethod | Expected @return tag. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'attributeValues'. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'rules'. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'attributesFilter'. | 115 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 115 | |
| javadoc | JavadocMethod | Expected @return tag. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'attributeValues'. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'strCustomerID'. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'rules'. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'attributesFilter'. | 132 | |
| javadoc | JavadocMethod | Expected @param tag for 'allowEmptyResponse'. | 132 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 132 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 69 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 291 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 291 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| 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 'parameters'. | 82 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 74 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 164 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 165 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 165 | |
| naming | MemberName | Name 'connectedComparator' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 175 | |
| naming | MemberName | Name 'qualityComparator' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 176 | |
| naming | MemberName | Name 'orderingComparator' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 177 | |
| javadoc | JavadocMethod | Expected @return tag. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 189 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 195 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 195 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 195 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 195 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 197 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 197 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 197 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 197 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 197 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 197 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 272 | |
| javadoc | JavadocMethod | Expected @return tag. | 285 | |
| coding | ReturnCount | Return count is 6 (max allowed for non-void methods/lambdas is 5). | 285 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 286 | |
| javadoc | JavadocMethod | Expected @return tag. | 378 | |
| coding | ReturnCount | Return count is 6 (max allowed for non-void methods/lambdas is 5). | 378 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 379 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 390 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 564 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 634 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 636 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 636 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 684 | |
| javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 714 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 717 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 717 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 717 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 717 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 718 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 718 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 721 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 727 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 727 | |
| javadoc | JavadocMethod | Expected @return tag. | 742 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 743 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 785 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 53 | |
| coding | HiddenField | '_nPriority' hides a field. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for '_nPriority'. | 63 | |
| naming | ParameterName | Name '_nPriority' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 64 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 64 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 70 | |
| naming | MemberName | Name 'qualifiedIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 76 | |
| naming | MemberName | Name 'rule' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 141 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 165 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 168 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 168 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 168 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 168 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 170 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 170 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 173 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 177 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 177 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 178 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 178 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| 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. | 48 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 70 | |
| naming | MemberName | Name 'rules' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 74 | |
| naming | MemberName | Name 'formatStatuses' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 75 | |
| naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 91 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 141 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| 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.AbstractIdentityStoreRequest. | 41 | |
| naming | MemberName | Name 'firstIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 62 | |
| naming | MemberName | Name 'secondIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'strClientCode'. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 72 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 72 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| naming | MemberName | Name 'duplicateRule' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 66 | |
| naming | MemberName | Name 'identity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'strClientCode'. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 76 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 76 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| 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.AbstractIdentityStoreRequest. | 41 | |
| naming | MemberName | Name 'firstIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 62 | |
| naming | MemberName | Name 'secondIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'strClientCode'. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 69 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 69 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| 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.AbstractIdentityStoreRequest. | 43 | |
| naming | MemberName | Name 'suspiciousIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'strClientCode'. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 73 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 73 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | FinalClass | Class CreateSuspiciousIdentityValidator should be declared as final. | 41 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | DeclarationOrder | Constructor definition in wrong order. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | FinalClass | Class ExcludeSuspiciousIdentityValidator should be declared as final. | 41 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | DeclarationOrder | Constructor definition in wrong order. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | 
| Sévérité | Catégorie | Règle | Message | Ligne | 
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | FinalClass | Class LockSuspiciousIdentityValidator should be declared as final. | 45 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 45 | |
| naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | DeclarationOrder | Constructor definition in wrong order. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |