The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
259 | 0 | 7 | 4418 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly
|
182 | ![]() |
NeedBraces | 2 | ![]() | |
RightCurly
|
19 | ![]() | |
coding | ArrayTrailingComma | 1 | ![]() |
DeclarationOrder | 78 | ![]() | |
EmptyStatement | 1 | ![]() | |
EqualsHashCode | 1 | ![]() | |
ExplicitInitialization | 2 | ![]() | |
HiddenField | 251 | ![]() | |
NestedIfDepth
|
3 | ![]() | |
ParameterAssignment | 10 | ![]() | |
ReturnCount
|
3 | ![]() | |
design | FinalClass | 16 | ![]() |
HideUtilityClassConstructor | 3 | ![]() | |
VisibilityModifier | 83 | ![]() | |
header | Header
|
257 | ![]() |
imports | AvoidStarImport | 6 | ![]() |
UnusedImports | 70 | ![]() | |
javadoc | JavadocMethod | 1367 | ![]() |
JavadocType | 134 | ![]() | |
modifier | ModifierOrder | 3 | ![]() |
RedundantModifier | 329 | ![]() | |
naming | MemberName
|
200 | ![]() |
MethodName
|
7 | ![]() | |
ParameterName
|
78 | ![]() | |
StaticVariableName
|
10 | ![]() | |
sizes | ParameterNumber | 4 | ![]() |
whitespace | ParenPad
|
1305 | ![]() |
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 'serviceContracts' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 67 |
![]() |
naming | MemberName | Name 'creationDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 70 |
![]() |
naming | MemberName | Name 'lastUpdateDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
coding | HiddenField | '_strApplicationCode' hides a field. | 143 |
![]() |
naming | ParameterName | Name '_strApplicationCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
coding | HiddenField | 'serviceContracts' hides a field. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 163 |
![]() |
coding | HiddenField | '_strAuthorName' hides a field. | 163 |
![]() |
naming | ParameterName | Name '_strAuthorName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 172 |
![]() |
coding | HiddenField | 'lastUpdateDate' hides a field. | 172 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 172 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 180 |
![]() |
coding | HiddenField | 'creationDate' hides a field. | 180 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 180 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 180 |
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. | 71 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 89 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 112 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 145 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 178 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 191 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 214 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 246 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 267 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 287 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 320 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 349 |
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 'clientApplicationId'. | 123 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientCode'. | 134 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceContract'. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
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. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
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 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 64 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 88 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 117 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 130 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 151 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 179 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 199 |
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 |
![]() |
naming | MemberName | Name 'creationDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 76 |
![]() |
naming | MemberName | Name 'lastUpdateDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
coding | HiddenField | '_strCommonSearchKeyName' hides a field. | 150 |
![]() |
naming | ParameterName | Name '_strCommonSearchKeyName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 |
![]() |
coding | HiddenField | '_nKeyWeight' hides a field. | 254 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '_nKeyWeight'. | 254 |
![]() |
naming | ParameterName | Name '_nKeyWeight' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 254 |
![]() |
coding | HiddenField | '_bMandatoryForCreation' hides a field. | 275 |
![]() |
naming | ParameterName | Name '_bMandatoryForCreation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 275 |
![]() |
coding | HiddenField | '_strValidationRegex' hides a field. | 296 |
![]() |
naming | ParameterName | Name '_strValidationRegex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 296 |
![]() |
coding | HiddenField | '_strValidationErrorMessage' hides a field. | 317 |
![]() |
naming | ParameterName | Name '_strValidationErrorMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 317 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 335 |
![]() |
coding | HiddenField | '_strValidationErrorMessageKey' hides a field. | 337 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '_strValidationErrorMessageKey'. | 337 |
![]() |
naming | ParameterName | Name '_strValidationErrorMessageKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 337 |
![]() |
coding | HiddenField | '_listAttributeValues' hides a field. | 355 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '_listAttributeValues'. | 355 |
![]() |
naming | ParameterName | Name '_listAttributeValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 355 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 360 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 365 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 365 |
![]() |
coding | HiddenField | '_strAuthorName' hides a field. | 365 |
![]() |
naming | ParameterName | Name '_strAuthorName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 365 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 365 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 370 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 370 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 374 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 374 |
![]() |
coding | HiddenField | 'lastUpdateDate' hides a field. | 374 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 374 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 374 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 378 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 378 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 382 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 382 |
![]() |
coding | HiddenField | 'creationDate' hides a field. | 382 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 382 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 382 |
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. | 74 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 95 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 127 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 168 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 181 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 213 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 253 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 259 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 272 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 291 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 332 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 355 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 375 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 411 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 434 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 447 |
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.util.ReferenceList. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loadValues'. | 108 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loadValues'. | 125 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'loadValues'. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
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.Timestamp. | 37 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
coding | HiddenField | '_nAttributeId' hides a field. | 56 |
![]() |
naming | ParameterName | Name '_nAttributeId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
coding | HiddenField | '_strValue' hides a field. | 66 |
![]() |
naming | ParameterName | Name '_strValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
coding | HiddenField | '_strLabel' hides a field. | 76 |
![]() |
naming | ParameterName | Name '_strLabel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
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 | JavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
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.util.Optional. | 44 |
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 'refAttributeCertificationProcessus' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
coding | HiddenField | 'refAttributeCertificationProcessus' hides a field. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
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. | 78 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 98 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 122 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 135 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 148 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 166 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 191 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 211 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 244 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 273 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 305 |
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 'serviceContract'. | 67 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 70 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'author'. | 94 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 97 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 97 |
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. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
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. | 73 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 90 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 114 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 127 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 140 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 158 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 183 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 203 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 236 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 265 |
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 'serviceContract'. | 67 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 70 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'author'. | 94 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 97 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 97 |
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. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
coding | HiddenField | '_bMandatory' hides a field. | 127 |
![]() |
naming | ParameterName | Name '_bMandatory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 |
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. | 71 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 92 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 115 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 145 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 145 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 148 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 148 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 148 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 148 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 148 |
![]() |
blocks | LeftCurly | '{' at column 112 should be on a new line. | 148 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 150 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 150 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 155 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 155 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 155 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 172 |
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 'serviceContractId'. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
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 'serviceContractId'. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
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 'serviceContractId'. | 55 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceContractId'. | 65 |
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 'clientApplicationId'. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientApplicationId'. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 147 |
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 'creationDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 116 |
![]() |
naming | MemberName | Name 'lastUpdateDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 124 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 124 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 124 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 124 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 125 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
![]() |
coding | HiddenField | '_strClientCode' hides a field. | 154 |
![]() |
naming | ParameterName | Name '_strClientCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 206 |
![]() |
coding | HiddenField | '_strMoeEntityName' hides a field. | 206 |
![]() |
naming | ParameterName | Name '_strMoeEntityName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 274 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
![]() |
coding | HiddenField | '_dateStartingDate' hides a field. | 279 |
![]() |
naming | ParameterName | Name '_dateStartingDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 279 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 284 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 289 |
![]() |
coding | HiddenField | '_dateEndingDate' hides a field. | 289 |
![]() |
naming | ParameterName | Name '_dateEndingDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 299 |
![]() |
coding | HiddenField | '_bAuthorizedCreation' hides a field. | 299 |
![]() |
naming | ParameterName | Name '_bAuthorizedCreation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 299 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 304 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
![]() |
coding | HiddenField | '_bAuthorizedUpdate' hides a field. | 309 |
![]() |
naming | ParameterName | Name '_bAuthorizedUpdate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 309 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 314 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 319 |
![]() |
coding | HiddenField | '_bAuthorizedSearch' hides a field. | 319 |
![]() |
naming | ParameterName | Name '_bAuthorizedSearch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 319 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 429 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 434 |
![]() |
coding | HiddenField | '_bAuthorizedDecertification' hides a field. | 434 |
![]() |
naming | ParameterName | Name '_bAuthorizedDecertification' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 434 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 439 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 444 |
![]() |
coding | HiddenField | '_bAuthorizedAgentHistoryRead' hides a field. | 444 |
![]() |
naming | ParameterName | Name '_bAuthorizedAgentHistoryRead' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 444 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 449 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 454 |
![]() |
coding | HiddenField | '_nDataRetentionPeriodInMonths' hides a field. | 454 |
![]() |
naming | ParameterName | Name '_nDataRetentionPeriodInMonths' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 454 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 459 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 464 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 464 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 464 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 469 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 474 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 479 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 484 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 489 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 494 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 499 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 504 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 504 |
![]() |
coding | HiddenField | '_strAuthorName' hides a field. | 504 |
![]() |
naming | ParameterName | Name '_strAuthorName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 504 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 504 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 509 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 509 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 513 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 513 |
![]() |
coding | HiddenField | 'lastUpdateDate' hides a field. | 513 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 513 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 513 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 517 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 517 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 521 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 521 |
![]() |
coding | HiddenField | 'creationDate' hides a field. | 521 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 521 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 521 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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.*. | 45 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 75 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 76 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 77 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 78 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 79 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 87 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 130 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 152 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 170 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 187 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 201 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 203 |
![]() |
blocks | LeftCurly | '{' at column 55 should be on a new line. | 226 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 237 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 304 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 317 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 330 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 370 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 403 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 427 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 444 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 447 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 459 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 - fr.paris.lutece.plugins.identitystore.business.referentiel.*. | 37 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientApplicationId'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientApplicationId'. | 97 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'params'. | 160 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceContract'. | 219 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 225 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 228 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 234 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 234 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 243 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 243 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
blocks | LeftCurly | '{' at column 68 should be on a new line. | 257 |
![]() |
blocks | LeftCurly | '{' at column 66 should be on a new line. | 262 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 267 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 287 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 297 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 302 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 305 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 305 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 311 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 311 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 314 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 317 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 317 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 320 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 320 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 320 |
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. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
coding | HiddenField | '_strFirstCustomerId' hides a field. | 51 |
![]() |
naming | ParameterName | Name '_strFirstCustomerId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
coding | HiddenField | '_strSecondCustomerId' hides a field. | 61 |
![]() |
naming | ParameterName | Name '_strSecondCustomerId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
coding | HiddenField | '_dateExclusionDate' hides a field. | 71 |
![]() |
naming | ParameterName | Name '_dateExclusionDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
coding | HiddenField | '_strAuthorType' hides a field. | 81 |
![]() |
naming | ParameterName | Name '_strAuthorType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
coding | HiddenField | '_strAuthorName' hides a field. | 91 |
![]() |
naming | ParameterName | Name '_strAuthorName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
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. | 92 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 103 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 114 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 114 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 123 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 123 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 145 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ruleCode'. | 145 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 145 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 145 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'priority'. | 145 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 146 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 159 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ruleCode'. | 159 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 159 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 159 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 160 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'priority'. | 160 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 160 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 217 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 217 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 224 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 231 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 231 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 240 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 240 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 240 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 242 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 244 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 252 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 258 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 258 |
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 'lock' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 61 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 62 |
![]() |
naming | MemberName | Name 'metadata' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 62 |
![]() |
design | VisibilityModifier | Variable 'metadata' must be private and have accessor methods. | 62 |
![]() |
coding | HiddenField | '_nIdDuplicateRule' hides a field. | 122 |
![]() |
naming | ParameterName | Name '_nIdDuplicateRule' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
![]() |
coding | HiddenField | '_strDuplicateRuleCode' hides a field. | 143 |
![]() |
naming | ParameterName | Name '_strDuplicateRuleCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 189 |
![]() |
coding | HiddenField | 'lock' hides a field. | 189 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 199 |
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 'objectMapper' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 95 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 103 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 121 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 137 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 176 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 218 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 218 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 220 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 220 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 220 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 227 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 227 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 262 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 267 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 280 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 285 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 298 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 359 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 414 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 440 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 470 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 490 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 570 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 579 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 581 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 581 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 592 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 609 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 624 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 653 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 671 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 689 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 702 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 714 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 724 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 724 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 727 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 731 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 731 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 733 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 733 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 734 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 734 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 735 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 735 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 736 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 736 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 737 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 737 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 739 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 739 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 748 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 758 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 776 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 787 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.web.exception.ResourceNotFoundException. | 40 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 102 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 104 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 104 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ruleCode'. | 193 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'priority'. | 193 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 194 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ruleCode'. | 208 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'priority'. | 209 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 209 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'customerId'. | 229 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 239 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 293 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 315 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 320 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 325 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 369 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 374 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 379 |
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. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
coding | HiddenField | '_bIsLocked' hides a field. | 50 |
![]() |
naming | ParameterName | Name '_bIsLocked' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
coding | HiddenField | '_dateLockEndDate' hides a field. | 60 |
![]() |
naming | ParameterName | Name '_dateLockEndDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
coding | HiddenField | '_strAuthorType' hides a field. | 70 |
![]() |
naming | ParameterName | Name '_strAuthorType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
coding | HiddenField | '_strAuthorName' hides a field. | 80 |
![]() |
naming | ParameterName | Name '_strAuthorName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
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 'IdentityStoreException'. | 125 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 136 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 147 |
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 'dataRetentionPeriodInMonth'. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'identity'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'identity'. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 178 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 178 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 198 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 198 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 198 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 199 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 199 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 199 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'identityChange'. | 207 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 207 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 207 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 218 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 218 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 218 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 231 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 231 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 232 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 232 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'max'. | 232 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 232 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 232 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 245 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 245 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 246 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 246 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'max'. | 246 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 246 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 246 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 257 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 257 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 277 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 12). | 277 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'changeStatus'. | 278 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 278 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 278 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 278 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'modificationDate'. | 278 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'modificationDateInterval'. | 278 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 278 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nMaxNbIdentityReturned'. | 278 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 279 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 301 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'certProcess'. | 301 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 301 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 301 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 333 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 333 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 338 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 338 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 338 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 346 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 346 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 346 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 346 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 346 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 354 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 354 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 354 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 354 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 354 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 362 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 362 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 362 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 362 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 362 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 367 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 367 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 367 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 367 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 372 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 372 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 372 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 372 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 374 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 374 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 374 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 374 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 376 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 376 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 376 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 376 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 381 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 381 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'interval'. | 381 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 381 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 381 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 383 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 383 |
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. | 216 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 251 |
![]() |
coding | HiddenField | '_nMasterIdentityId' hides a field. | 251 |
![]() |
naming | ParameterName | Name '_nMasterIdentityId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 256 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
![]() |
coding | HiddenField | '_bIsMonParisActive' hides a field. | 271 |
![]() |
naming | ParameterName | Name '_bIsMonParisActive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 271 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 276 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 281 |
![]() |
coding | HiddenField | '_dateExpirationDate' hides a field. | 281 |
![]() |
naming | ParameterName | Name '_dateExpirationDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 281 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 286 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 291 |
![]() |
coding | HiddenField | '_dateDeleteDate' hides a field. | 291 |
![]() |
naming | ParameterName | Name '_dateDeleteDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 291 |
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 |
![]() |
naming | MemberName | Name 'objectMapper' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 86 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 94 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 117 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 131 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 155 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 186 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attribute'. | 205 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 214 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 220 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 230 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 260 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 282 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 300 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 337 |
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 'IdentityStoreException'. | 144 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 156 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 168 |
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 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.util.AppPropertiesService. | 49 |
![]() |
naming | MemberName | Name 'objectMapper' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 162 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 180 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 211 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 252 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 265 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 279 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 285 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 295 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 308 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 328 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 357 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 376 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 395 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 414 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 433 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'JsonProcessingException'. | 485 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 544 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 544 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 544 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 548 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 548 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 548 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 551 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 551 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 551 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 553 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 553 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 555 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 555 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 556 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 556 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 560 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 560 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 561 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 561 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 570 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 570 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 570 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 571 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 571 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 572 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 586 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 606 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 608 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 622 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 645 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 673 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 705 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 732 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'days'. | 746 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'identityChangeTypes'. | 746 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'updatedAttributes'. | 747 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'max'. | 747 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'sqlBuilder'. | 747 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 812 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 12). | 832 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 840 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 840 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 841 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 841 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 842 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 842 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 845 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 845 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 849 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 852 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 852 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 888 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 915 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 934 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 955 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 973 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 986 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1002 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1002 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1004 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1019 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1019 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1021 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1037 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1037 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1039 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1055 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1055 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1057 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1073 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1073 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1075 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1075 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1081 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1091 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1091 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1093 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1108 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1108 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1110 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1125 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1125 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1127 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1142 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1142 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1147 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1153 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1153 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1153 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1153 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 1165 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1165 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1165 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1165 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1171 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1177 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1177 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1177 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1182 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1183 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1183 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1183 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1183 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1184 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1184 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1184 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1184 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1185 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1185 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1185 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1185 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1186 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 1186 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1186 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 1186 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1191 |
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. | 60 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 60 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'dataRetentionPeriodInMonth'. | 80 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 107 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'identity'. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 192 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 11). | 204 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientCode'. | 204 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 204 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'changeType'. | 205 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'changeStatus'. | 205 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 205 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'modificationDate'. | 205 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadata'. | 205 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'nbDaysFrom'. | 205 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'modificationDateInterval'. | 206 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'max'. | 206 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 206 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'mapAttributes'. | 311 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 315 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'searchAttributes'. | 315 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'max'. | 315 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'rulePriority'. | 336 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 347 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'max'. | 371 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'max'. | 389 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'certProcess'. | 428 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 459 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 470 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 472 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 481 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 492 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 500 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 508 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 513 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 518 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 523 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 523 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 523 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 525 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 525 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 528 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of '/*'. | 1 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
naming | MemberName | Name 'changeType' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 5 |
![]() |
naming | MemberName | Name 'changeStatus' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 6 |
![]() |
naming | MemberName | Name 'authorType' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 7 |
![]() |
naming | MemberName | Name 'clientCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 8 |
![]() |
naming | MemberName | Name 'countActions' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 11 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 16 |
![]() |
coding | HiddenField | 'changeType' hides a field. | 16 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 26 |
![]() |
coding | HiddenField | 'changeStatus' hides a field. | 26 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 26 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 36 |
![]() |
coding | HiddenField | 'authorType' hides a field. | 36 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 46 |
![]() |
coding | HiddenField | 'clientCode' hides a field. | 46 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 56 |
![]() |
coding | HiddenField | 'countActions' hides a field. | 56 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 56 |
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. | 58 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'plugin'. | 124 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '_plugin'. | 130 |
![]() |
naming | ParameterName | Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 139 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 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 | Unused @param tag for 'plugin'. | 120 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '_plugin'. | 126 |
![]() |
naming | ParameterName | Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
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 | Unused @param tag for 'plugin'. | 120 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '_plugin'. | 126 |
![]() |
naming | ParameterName | Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 71 |
![]() |
naming | MemberName | Name 'refCertificationLevel' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 71 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 72 |
![]() |
naming | MemberName | Name 'attributeKey' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 72 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 73 |
![]() |
naming | MemberName | Name 'refAttributeCertificationProcessus' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
coding | HiddenField | 'refCertificationLevel' hides a field. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
coding | HiddenField | 'attributeKey' hides a field. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
coding | HiddenField | 'refAttributeCertificationProcessus' hides a field. | 100 |
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. | 90 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 107 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 131 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 144 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 157 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 175 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 203 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 223 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 256 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 286 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 326 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 364 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 409 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 418 |
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. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 158 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 158 |
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 'level' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
coding | HiddenField | '_strCode' hides a field. | 98 |
![]() |
naming | ParameterName | Name '_strCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
coding | HiddenField | 'level' hides a field. | 108 |
![]() |
coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 113 |
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. | 65 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 85 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 111 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 124 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 143 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 170 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 190 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 223 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 256 |
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. | 167 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
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 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 64 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 86 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 113 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 126 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 147 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 175 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 195 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 228 |
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 |
![]() |
naming | MemberName | Name 'creationDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 109 |
![]() |
naming | MemberName | Name 'lastUpdateDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
coding | HiddenField | '_nId' hides a field. | 145 |
![]() |
naming | ParameterName | Name '_nId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 155 |
![]() |
coding | HiddenField | '_strName' hides a field. | 155 |
![]() |
naming | ParameterName | Name '_strName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 160 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
![]() |
coding | HiddenField | '_strCode' hides a field. | 165 |
![]() |
naming | ParameterName | Name '_strCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
![]() |
coding | HiddenField | '_strDescription' hides a field. | 175 |
![]() |
naming | ParameterName | Name '_strDescription' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
coding | HiddenField | '_listCheckedAttributes' hides a field. | 185 |
![]() |
naming | ParameterName | Name '_listCheckedAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 195 |
![]() |
coding | HiddenField | '_nNbFilledAttributes' hides a field. | 195 |
![]() |
naming | ParameterName | Name '_nNbFilledAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 195 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
coding | HiddenField | '_nNbEqualAttributes' hides a field. | 205 |
![]() |
naming | ParameterName | Name '_nNbEqualAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 215 |
![]() |
coding | HiddenField | '_nNbMissingAttributes' hides a field. | 215 |
![]() |
naming | ParameterName | Name '_nNbMissingAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
coding | HiddenField | '_listAttributeTreatments' hides a field. | 225 |
![]() |
naming | ParameterName | Name '_listAttributeTreatments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
naming | ParameterName | Name '_priority' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 235 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 240 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 245 |
![]() |
coding | HiddenField | '_bActive' hides a field. | 245 |
![]() |
naming | ParameterName | Name '_bActive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 245 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 255 |
![]() |
coding | HiddenField | '_bDaemon' hides a field. | 255 |
![]() |
naming | ParameterName | Name '_bDaemon' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 255 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
![]() |
coding | HiddenField | '_dateDaemonLastExecDate' hides a field. | 265 |
![]() |
naming | ParameterName | Name '_dateDaemonLastExecDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 265 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 273 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 278 |
![]() |
coding | HiddenField | '_nDetectionLimit' hides a field. | 278 |
![]() |
naming | ParameterName | Name '_nDetectionLimit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 278 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 283 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 288 |
![]() |
coding | HiddenField | '_strAuthorName' hides a field. | 288 |
![]() |
naming | ParameterName | Name '_strAuthorName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 288 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 293 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 293 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 297 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 297 |
![]() |
coding | HiddenField | 'lastUpdateDate' hides a field. | 297 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 297 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 297 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 301 |
![]() |
blocks | LeftCurly | '{' at column 35 should be on a new line. | 301 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 305 |
![]() |
coding | HiddenField | 'creationDate' hides a field. | 305 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 305 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 305 |
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 |
![]() |
naming | MemberName | Name 'type' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
coding | HiddenField | '_nId' hides a field. | 55 |
![]() |
naming | ParameterName | Name '_nId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
coding | HiddenField | '_listAttributes' hides a field. | 65 |
![]() |
naming | ParameterName | Name '_listAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
coding | HiddenField | 'type' hides a field. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
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. | 87 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 126 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 144 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 159 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 174 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 192 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 210 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 228 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 266 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 274 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 276 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 283 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 285 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 298 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 305 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 329 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 331 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 348 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 350 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 385 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 401 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 403 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 412 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 414 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 431 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 433 |
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 'ruleId'. | 141 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ruleName'. | 151 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ruleCode'. | 161 |
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. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
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. | 40 |
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. | 54 |
![]() |
coding | HiddenField | '_nId' hides a field. | 54 |
![]() |
naming | ParameterName | Name '_nId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
coding | HiddenField | '_type' hides a field. | 64 |
![]() |
naming | ParameterName | Name '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
coding | HiddenField | '_listAttributes' hides a field. | 74 |
![]() |
naming | ParameterName | Name '_listAttributes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 46 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 68 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 171 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 186 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 202 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 216 |
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 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'ruleId'. | 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 | JavadocType | Missing a Javadoc comment. | 36 |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 46 |
![]() |
naming | MemberName | Name 'lastName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 |
![]() |
naming | MemberName | Name 'firstName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
![]() |
naming | MemberName | Name 'email' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 |
![]() |
naming | MemberName | Name 'code' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 |
![]() |
naming | MemberName | Name 'type' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
coding | HiddenField | 'lastName' hides a field. | 55 |
![]() |
coding | HiddenField | 'firstName' hides a field. | 55 |
![]() |
coding | HiddenField | 'email' hides a field. | 55 |
![]() |
coding | HiddenField | 'code' hides a field. | 55 |
![]() |
coding | HiddenField | 'type' hides a field. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.web.exception.ResourceNotFoundException. | 42 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 93 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
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. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 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 | JavadocType | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 86 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
![]() |
blocks | LeftCurly | '{' at column 100 should be on a new line. | 115 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 119 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 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 | JavadocType | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
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. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of '/*'. | 1 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 24 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 34 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 34 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 44 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 44 |
![]() |
coding | EmptyStatement | Empty statement. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 55 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 55 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 57 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 57 |
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. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
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 'IdentityStoreException'. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'changeType'. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'identity'. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attributeStatus'. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'author'. | 82 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientCode'. | 83 |
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 'IdentityStoreException'. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 - fr.paris.lutece.portal.service.rbac.*. | 38 |
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. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'daemonAuthor'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'daemonClientCode'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'excludedAppCodes'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'batchLimit'. | 85 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 103 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 103 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 113 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 113 |
![]() |
blocks | LeftCurly | '{' at column 103 should be on a new line. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.application.ClientChangeResponse. | 40 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.util.ResponseStatusFactory. | 42 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.search.SearchAttribute. | 42 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 79 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 94 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 113 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 120 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 120 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 132 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 138 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 138 |
![]() |
blocks | LeftCurly | '{' at column 144 should be on a new line. | 154 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 308 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 309 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 309 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 311 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 311 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 311 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 311 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 311 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 311 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 311 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 311 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 320 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'oldValue'. | 332 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'newValue'. | 332 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.business.identity.IdentityAttribute. | 39 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.business.identity.IdentityAttributeHome. | 40 |
![]() |
imports | UnusedImports | Unused import - java.util.Optional. | 56 |
![]() |
design | FinalClass | Class IdentityAttributeGeocodesAdjustmentService should be declared as final. | 58 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 58 |
![]() |
naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
coding | NestedIfDepth | Nested if-else depth is 4 (max allowed is 3). | 131 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 211 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 211 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 211 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 211 |
![]() |
blocks | RightCurly | '}' at column 17 should be alone on a line. | 212 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 214 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 214 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 214 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 214 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 216 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 216 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 216 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 216 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 219 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 219 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 222 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 222 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 223 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 223 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 224 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 224 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 225 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 225 |
![]() |
blocks | RightCurly | '}' at column 17 should be alone on a line. | 226 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 226 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 226 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 229 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 229 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 232 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 232 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 233 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 233 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 234 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 234 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 235 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 235 |
![]() |
blocks | RightCurly | '}' at column 17 should be alone on a line. | 236 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 240 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 240 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 243 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 243 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 244 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 244 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 245 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 245 |
![]() |
whitespace | ParenPad | '(' is not followed by 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. | 256 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 280 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 280 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 288 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 288 |
![]() |
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 followed by whitespace. | 293 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 293 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 293 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 296 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 296 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 299 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 299 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 300 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 300 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 301 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 301 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 302 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 302 |
![]() |
blocks | RightCurly | '}' at column 21 should be alone on a line. | 303 |
![]() |
coding | NestedIfDepth | Nested if-else depth is 4 (max allowed is 3). | 309 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 309 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 309 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 309 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 309 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 311 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 311 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 312 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 312 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 313 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 313 |
![]() |
coding | NestedIfDepth | Nested if-else depth is 4 (max allowed is 3). | 316 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 316 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 316 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 319 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 319 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 320 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 320 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 321 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 321 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 322 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 322 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 323 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 323 |
![]() |
blocks | RightCurly | '}' at column 17 should be alone on a line. | 326 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 329 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 329 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 332 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 332 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 333 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 333 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 334 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 334 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 335 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 335 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 342 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 342 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 345 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 345 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 346 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 346 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 347 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 347 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 348 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 348 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 401 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 405 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 405 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 405 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 405 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 405 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 405 |
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. | 67 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 90 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 92 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 92 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 101 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 101 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 105 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 123 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 123 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 132 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 150 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 150 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 154 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 154 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 155 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 155 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 155 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 160 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 170 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 170 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 183 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 192 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 192 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 194 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 194 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 198 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 198 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 198 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 198 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 199 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 199 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 199 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 199 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 200 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 200 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 204 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 204 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 204 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 204 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 205 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 205 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 205 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 205 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 206 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 206 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 216 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 216 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 218 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 218 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 235 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 235 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 237 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 237 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 248 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 254 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 254 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 256 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 256 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attributeToCreate'. | 276 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'identity'. | 276 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientCode'. | 276 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 277 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attributeToUpdate'. | 324 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'identity'. | 324 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientCode'. | 324 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 325 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 425 |
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 AttributeCertificationDefinitionService should be declared as final. | 44 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 44 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'processus'. | 95 |
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 | 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.exporting.IdentityExportRequest. | 54 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.exporting.IdentityExportResponse. | 55 |
![]() |
design | FinalClass | Class ServiceContractService should be declared as final. | 81 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 81 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ClientAuthorizationException'. | 109 |
![]() |
blocks | LeftCurly | '{' at column 116 should be on a new line. | 109 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 144 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 144 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 186 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceContract'. | 186 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientApplication'. | 186 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 186 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 221 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceContract'. | 221 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 221 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 243 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientApplication'. | 254 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 254 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceContract'. | 278 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientApplicationId'. | 278 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RequestFormatException'. | 278 |
![]() |
coding | ArrayTrailingComma | Array should contain trailing comma. | 337 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 351 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ClientAuthorizationException'. | 382 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ClientAuthorizationException'. | 416 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ClientAuthorizationException'. | 486 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'existingIdentityToUpdate'. | 524 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ClientAuthorizationException'. | 525 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ClientAuthorizationException'. | 561 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ClientAuthorizationException'. | 636 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ClientAuthorizationException'. | 651 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attributes'. | 666 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceContract'. | 666 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attributes'. | 679 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceContract'. | 679 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'checkCertififiers'. | 679 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 724 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 737 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 751 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 761 |
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. | 40 |
![]() |
naming | MemberName | Name 'logs' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
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 'authorName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 76 |
![]() |
naming | MemberName | Name 'clientCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 77 |
![]() |
naming | MemberName | Name 'excludedAppCodes' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 78 |
![]() |
naming | MemberName | Name 'batchLimit' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
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 DuplicateRuleService should be declared as final. | 49 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 49 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 74 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ResourceNotFoundException'. | 74 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ResourceNotFoundException'. | 94 |
![]() |
blocks | LeftCurly | '{' at column 125 should be on a new line. | 96 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 150 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'duplicateRule'. | 150 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 163 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'duplicateRule'. | 163 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'id'. | 175 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.business.attribute.AttributeKeyHome. | 37 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.utils.Maps. | 44 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.common.IdentityDto. | 46 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.search.DuplicateSearchResponse. | 49 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.util.Constants. | 52 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.util.ResponseStatusFactory. | 53 |
![]() |
imports | UnusedImports | Unused import - org.apache.commons.lang3.tuple.Pair. | 56 |
![]() |
imports | UnusedImports | Unused import - java.util.Collections. | 59 |
![]() |
imports | UnusedImports | Unused import - java.util.HashSet. | 62 |
![]() |
imports | UnusedImports | Unused import - java.util.Set. | 67 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 70 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 70 |
![]() |
design | VisibilityModifier | Variable '_searchIdentityService' must be private and have accessor methods. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 76 |
![]() |
coding | HiddenField | '_searchIdentityService' hides a field. | 76 |
![]() |
naming | ParameterName | Name '_searchIdentityService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 76 |
![]() |
blocks | LeftCurly | '{' at column 82 should be on a new line. | 76 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 90 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 92 |
![]() |
blocks | LeftCurly | '{' at column 137 should be on a new line. | 92 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 93 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 93 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 95 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 95 |
![]() |
blocks | LeftCurly | '{' at column 66 should be on a new line. | 95 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 96 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 101 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 102 |
![]() |
blocks | LeftCurly | '{' at column 125 should be on a new line. | 102 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 103 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 103 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 103 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 103 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 103 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 103 |
![]() |
blocks | LeftCurly | '{' at column 132 should be on a new line. | 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 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 109 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 110 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 110 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 110 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 110 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 111 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 111 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 111 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 112 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 112 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 112 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 113 |
![]() |
blocks | LeftCurly | '{' at column 74 should be on a new line. | 113 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 114 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 114 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 115 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 115 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 117 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 117 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 118 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 118 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 119 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 119 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 121 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 134 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 134 |
![]() |
blocks | LeftCurly | '{' at column 112 should be on a new line. | 134 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 135 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 135 |
![]() |
blocks | LeftCurly | '{' at column 78 should be on a new line. | 135 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 136 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 136 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 137 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 137 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 138 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 138 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 139 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 139 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 139 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 139 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 145 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 145 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 145 |
![]() |
blocks | LeftCurly | '{' at column 131 should be on a new line. | 145 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 148 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 148 |
![]() |
blocks | LeftCurly | '{' at column 77 should be on a new line. | 148 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 149 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 149 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 149 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 149 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 150 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 150 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 150 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 152 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 152 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 153 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 153 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 153 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 153 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 154 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 154 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 155 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 161 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 161 |
![]() |
blocks | LeftCurly | '{' at column 149 should be on a new line. | 161 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 164 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 164 |
![]() |
blocks | LeftCurly | '{' at column 113 should be on a new line. | 164 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 166 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 166 |
![]() |
blocks | LeftCurly | '{' at column 79 should be on a new line. | 166 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 167 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 167 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 167 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 167 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 168 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 168 |
![]() |
blocks | LeftCurly | '{' at column 47 should be on a new line. | 168 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 170 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 170 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 171 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 171 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 171 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 171 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 172 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 172 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 173 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 173 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 176 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.common.IdentityDto. | 37 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.search.DuplicateSearchResponse. | 38 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 47 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 47 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 47 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 47 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 48 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 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. | 60 |
![]() |
naming | MemberName | Name 'HISTORY_STATUS_LIST' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
![]() |
blocks | LeftCurly | '{' at column 125 should be on a new line. | 134 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 145 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.business.identity.Identity. | 37 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.business.identity.IdentityHome. | 38 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.service.contract.ServiceContractService. | 40 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.exporting.IdentityExportResponse. | 44 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.util.ResponseStatusFactory. | 46 |
![]() |
design | FinalClass | Class IdentityExportService should be declared as final. | 56 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 56 |
![]() |
naming | MemberName | Name 'includeDeletedIdentitiesDefault' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 63 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 67 |
![]() |
naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 92 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 92 |
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 IdentityQualityService should be declared as final. | 71 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
![]() |
blocks | LeftCurly | '{' at column 146 should be on a new line. | 133 |
![]() |
blocks | LeftCurly | '{' at column 108 should be on a new line. | 200 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
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. | 99 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 105 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 106 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 107 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 108 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 109 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 110 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 111 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 112 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 113 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 114 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 115 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 253 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 254 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 260 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 275 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 276 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 349 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 352 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 424 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 424 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 538 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'customerId'. | 538 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'connectionId'. | 538 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'serviceContract'. | 538 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 539 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attributes'. | 585 |
![]() |
blocks | LeftCurly | '{' at column 74 should be on a new line. | 592 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'identity'. | 669 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requestIdentity'. | 669 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientCode'. | 669 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadata'. | 669 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'identityUpdateRequested'. | 669 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 669 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 670 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 672 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'identity'. | 686 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requestIdentity'. | 686 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientCode'. | 686 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'metadata'. | 687 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'identityUpdateRequested'. | 687 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'keepOriginalCertification'. | 687 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 687 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 688 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 719 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 720 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 746 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 767 |
![]() |
blocks | LeftCurly | '{' at column 141 should be on a new line. | 767 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 768 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 768 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 770 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 770 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on a new line. | 771 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 773 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 773 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 774 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 774 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 777 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 778 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 781 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 781 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 781 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 781 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 782 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 782 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 783 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 783 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 783 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 786 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 786 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'requestedAttributesKeys'. | 798 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strClientCode'. | 798 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'author'. | 798 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 799 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 803 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 803 |
![]() |
blocks | LeftCurly | '{' at column 49 should be on a new line. | 803 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 804 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 804 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 804 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 804 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 807 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 807 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 809 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 809 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 809 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 809 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 810 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 810 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 810 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 810 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 810 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 810 |
![]() |
blocks | LeftCurly | '{' at column 305 should be on a new line. | 810 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 811 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 811 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 811 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 811 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 811 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 811 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 812 |
![]() |
blocks | LeftCurly | '{' at column 20 should be on a new line. | 812 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 813 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 813 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 813 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 813 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 813 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 813 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 815 |
![]() |
blocks | LeftCurly | '{' at column 16 should be on a new line. | 815 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 819 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 819 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 819 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 820 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 827 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 903 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 904 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 904 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 906 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 907 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 907 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 907 |
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 |
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. | 52 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 96 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 131 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticClientException'. | 134 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 174 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 198 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 224 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticClientException'. | 260 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticClientException'. | 364 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strIndex'. | 399 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strJsonMappings'. | 399 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticClientException'. | 399 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strIndex'. | 419 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strJsonSettings'. | 419 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticClientException'. | 419 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'aliasActions'. | 439 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticClientException'. | 439 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 459 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'alias'. | 459 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticClientException'. | 459 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strIndex'. | 502 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'alias'. | 502 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticClientException'. | 502 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 516 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 516 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 516 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 548 |
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. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
naming | MethodName | Name 'GET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticConnexionException'. | 113 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 115 |
![]() |
naming | MethodName | Name 'HEAD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticConnexionException'. | 132 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 134 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 151 |
![]() |
naming | MethodName | Name 'PUT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticConnexionException'. | 153 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 155 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 178 |
![]() |
naming | MethodName | Name 'POST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticConnexionException'. | 180 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 182 |
![]() |
naming | MethodName | Name 'SEARCH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticConnexionException'. | 207 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 209 |
![]() |
naming | MethodName | Name 'MSEARCH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 235 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticConnexionException'. | 235 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 237 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 243 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 268 |
![]() |
naming | MethodName | Name 'DELETE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 270 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ElasticConnexionException'. | 270 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 272 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 287 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 309 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 323 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 337 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 344 |
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. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
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. | 77 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 77 |
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. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 44 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 46 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
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. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'nIndex' is not allowed. | 119 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'nIndex' is not allowed. | 120 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'nIndex' is not allowed. | 121 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'nIndex' is not allowed. | 122 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'nIndex' is not allowed. | 123 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'nIndex' is not allowed. | 124 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'nIndex' is not allowed. | 125 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'nIndex' is not allowed. | 126 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'nIndex' is not allowed. | 127 |
![]() |
coding | ParameterAssignment | Assignment of parameter 'nIndex' is not allowed. | 128 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 139 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 162 |
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. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
coding | HiddenField | '_enumActionType' hides a field. | 51 |
![]() |
naming | ParameterName | Name '_enumActionType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
coding | HiddenField | '_strCustomerId' hides a field. | 51 |
![]() |
naming | ParameterName | Name '_strCustomerId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
coding | HiddenField | '_enumActionType' hides a field. | 72 |
![]() |
naming | ParameterName | Name '_enumActionType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
coding | HiddenField | '_strCustomerId' hides a field. | 82 |
![]() |
naming | ParameterName | Name '_strCustomerId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
coding | HiddenField | '_dateIndex' hides a field. | 92 |
![]() |
naming | ParameterName | Name '_dateIndex' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 46 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 57 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 70 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 70 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 70 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 70 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 70 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 70 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 70 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 70 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 71 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 71 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 71 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 81 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 106 |
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 IndexActionHome should be declared as final. | 43 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.search.DuplicateSearchResponse. | 50 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
coding | HiddenField | '_identityIndexer' hides a field. | 68 |
![]() |
naming | ParameterName | Name '_identityIndexer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
coding | HiddenField | '_duplicateServiceElasticSearch' hides a field. | 68 |
![]() |
naming | ParameterName | Name '_duplicateServiceElasticSearch' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 146 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 146 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 147 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 147 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 147 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 147 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 148 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 148 |
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 |
![]() |
naming | MemberName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 40 |
![]() |
naming | MemberName | Name 'key' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 |
![]() |
naming | MemberName | Name 'type' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 |
![]() |
naming | MemberName | Name 'value' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 |
![]() |
naming | MemberName | Name 'description' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
![]() |
naming | MemberName | Name 'pivot' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 |
![]() |
naming | MemberName | Name 'certifierCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 |
![]() |
naming | MemberName | Name 'certifierName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 |
![]() |
naming | MemberName | Name 'certificateDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 |
![]() |
naming | MemberName | Name 'certificateExpirationDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 |
![]() |
naming | MemberName | Name 'lastUpdateClientCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 11). | 52 |
![]() |
coding | HiddenField | 'name' hides a field. | 52 |
![]() |
coding | HiddenField | 'key' hides a field. | 52 |
![]() |
coding | HiddenField | 'type' hides a field. | 52 |
![]() |
coding | HiddenField | 'value' hides a field. | 52 |
![]() |
coding | HiddenField | 'description' hides a field. | 52 |
![]() |
coding | HiddenField | 'pivot' hides a field. | 52 |
![]() |
coding | HiddenField | 'certifierCode' hides a field. | 52 |
![]() |
coding | HiddenField | 'certifierName' hides a field. | 52 |
![]() |
coding | HiddenField | 'certificateDate' hides a field. | 53 |
![]() |
coding | HiddenField | 'certificateExpirationDate' hides a field. | 53 |
![]() |
coding | HiddenField | 'lastUpdateClientCode' hides a field. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
coding | HiddenField | 'name' hides a field. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
coding | HiddenField | 'key' hides a field. | 88 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
![]() |
coding | HiddenField | 'type' hides a field. | 98 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
![]() |
coding | HiddenField | 'value' hides a field. | 108 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
coding | HiddenField | 'description' hides a field. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
coding | HiddenField | 'pivot' hides a field. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
coding | HiddenField | 'certifierCode' hides a field. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 148 |
![]() |
coding | HiddenField | 'certifierName' hides a field. | 148 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
coding | HiddenField | 'certificateDate' hides a field. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
coding | HiddenField | 'certificateExpirationDate' hides a field. | 168 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
coding | HiddenField | 'lastUpdateClientCode' hides a field. | 178 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 42 |
![]() |
naming | MemberName | Name 'connectionId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 |
![]() |
naming | MemberName | Name 'customerId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 |
![]() |
naming | MemberName | Name 'creationDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 |
![]() |
naming | MemberName | Name 'lastUpdateDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 |
![]() |
naming | MemberName | Name 'expirationDate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 |
![]() |
naming | MemberName | Name 'monParisActive' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
![]() |
naming | MemberName | Name 'attributes' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 53 |
![]() |
coding | HiddenField | 'connectionId' hides a field. | 53 |
![]() |
coding | HiddenField | 'customerId' hides a field. | 53 |
![]() |
coding | HiddenField | 'creationDate' hides a field. | 53 |
![]() |
coding | HiddenField | 'lastUpdateDate' hides a field. | 53 |
![]() |
coding | HiddenField | 'expirationDate' hides a field. | 53 |
![]() |
coding | HiddenField | 'monParisActive' hides a field. | 53 |
![]() |
coding | HiddenField | 'attributes' hides a field. | 54 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
coding | HiddenField | 'connectionId' hides a field. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
coding | HiddenField | 'customerId' hides a field. | 85 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
coding | HiddenField | 'creationDate' hides a field. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
coding | HiddenField | 'lastUpdateDate' hides a field. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 114 |
![]() |
coding | HiddenField | 'expirationDate' hides a field. | 114 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 114 |
![]() |
blocks | LeftCurly | '{' at column 61 should be on a new line. | 114 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
![]() |
coding | HiddenField | 'monParisActive' hides a field. | 123 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 133 |
![]() |
coding | HiddenField | 'attributes' hides a field. | 133 |
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 |
![]() |
naming | MemberName | Name 'key' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 40 |
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 40 |
![]() |
naming | MemberName | Name 'document' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 |
![]() |
design | VisibilityModifier | Variable 'document' must be private and have accessor methods. | 41 |
![]() |
naming | MemberName | Name 'type' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 |
![]() |
design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 42 |
![]() |
naming | MemberName | Name 'internalId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
![]() |
design | VisibilityModifier | Variable 'internalId' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
coding | HiddenField | 'internalId' hides a field. | 46 |
![]() |
coding | HiddenField | 'key' hides a field. | 46 |
![]() |
coding | HiddenField | 'document' hides a field. | 46 |
![]() |
coding | HiddenField | 'type' hides a field. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
coding | HiddenField | 'key' hides a field. | 54 |
![]() |
coding | HiddenField | 'document' hides a field. | 54 |
![]() |
coding | HiddenField | 'type' hides a field. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
coding | HiddenField | 'key' hides a field. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
coding | HiddenField | 'document' hides a field. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
![]() |
coding | HiddenField | 'type' hides a field. | 86 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 91 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 95 |
![]() |
coding | HiddenField | 'internalId' hides a field. | 95 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 95 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 95 |
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 |
![]() |
naming | MemberName | Name 'code' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 |
![]() |
naming | MemberName | Name 'hasDocument' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
coding | HiddenField | 'code' hides a field. | 46 |
![]() |
coding | HiddenField | 'hasDocument' hides a field. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 39 |
![]() |
naming | MemberName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 43 |
![]() |
naming | MemberName | Name 'index' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
![]() |
design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 44 |
![]() |
naming | MemberName | Name 'alias' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 |
![]() |
design | VisibilityModifier | Variable 'alias' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
coding | HiddenField | 'name' hides a field. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
coding | HiddenField | 'index' hides a field. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
coding | HiddenField | 'alias' hides a field. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 42 |
![]() |
naming | MemberName | Name 'actions' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 |
![]() |
design | VisibilityModifier | Variable 'actions' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
coding | HiddenField | 'actions' hides a field. | 57 |
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 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 47 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 49 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 51 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 53 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 71 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 77 |
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. | 65 |
![]() |
naming | MemberName | Name 'CURRENT_INDEX_ALIAS' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 67 |
![]() |
naming | MemberName | Name 'PROPERTY_COUNT' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 68 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 70 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 191 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 191 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 192 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 192 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 194 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 194 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 196 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 287 |
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 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'limit'. | 76 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'offset'. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'idList'. | 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. | 39 |
![]() |
naming | MemberName | Name 'status' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 |
![]() |
design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
![]() |
coding | HiddenField | 'status' hides a field. | 88 |
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. | 57 |
![]() |
naming | MemberName | Name 'CURRENT_INDEX_ALIAS' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 59 |
![]() |
naming | MemberName | Name 'BATCH_SIZE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 60 |
![]() |
naming | MemberName | Name 'ACTIVE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
![]() |
blocks | LeftCurly | '{' at column 76 should be on a new line. | 116 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 119 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 119 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 167 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 171 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 180 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 184 |
![]() |
blocks | LeftCurly | '{' at column 17 should be on a new line. | 195 |
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.portal.service.util.AppLogService. | 36 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 41 |
![]() |
coding | ExplicitInitialization | Variable '_nCurrentNbIndexedIdentities' explicitly initialized to '0' (default value for its type). | 43 |
![]() |
design | VisibilityModifier | Variable '_nCurrentNbIndexedIdentities' must be private and have accessor methods. | 43 |
![]() |
coding | ExplicitInitialization | Variable '_nNbTotalIdentities' explicitly initialized to '0' (default value for its type). | 44 |
![]() |
design | VisibilityModifier | Variable '_nNbTotalIdentities' must be private and have accessor methods. | 44 |
![]() |
design | VisibilityModifier | Variable '_sbLogs' must be private and have accessor methods. | 45 |
![]() |
design | VisibilityModifier | Variable '_bIsRunning' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
coding | HiddenField | '_nCurrentNbIndexedIdentities' hides a field. | 53 |
![]() |
naming | ParameterName | Name '_nCurrentNbIndexedIdentities' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
coding | HiddenField | '_nNbTotalIdentities' hides a field. | 68 |
![]() |
naming | ParameterName | Name '_nNbTotalIdentities' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
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. | 57 |
![]() |
naming | MemberName | Name 'CURRENT_INDEX_ALIAS' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 59 |
![]() |
naming | MemberName | Name 'booleanDelayedNetworkService' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 61 |
![]() |
blocks | LeftCurly | '{' at column 21 should be on a new line. | 100 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 101 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 101 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 101 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 101 |
![]() |
blocks | RightCurly | '}' at column 17 should be alone on a line. | 102 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 102 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 102 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 102 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 103 |
![]() |
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 followed by whitespace. | 108 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 108 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Missing a header - not enough lines in file. | 1 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 9 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 9 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
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 'searchAttributes' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 |
![]() |
design | VisibilityModifier | Variable 'searchAttributes' must be private and have accessor methods. | 46 |
![]() |
naming | MemberName | Name 'attributesFilter' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 |
![]() |
design | VisibilityModifier | Variable 'attributesFilter' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
coding | HiddenField | 'attributesFilter' hides a field. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
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 |
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 'connected' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
coding | HiddenField | 'connected' hides a field. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 103 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 103 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 176 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 42 |
![]() |
naming | MemberName | Name 'connectionId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 46 |
![]() |
coding | HiddenField | 'connectionId' hides a field. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 42 |
![]() |
naming | MemberName | Name 'customerId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
coding | HiddenField | 'customerId' hides a field. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
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 |
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 |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 39 |
![]() |
naming | MemberName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 44 |
![]() |
naming | MemberName | Name 'query' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 |
![]() |
design | VisibilityModifier | Variable 'query' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
coding | HiddenField | 'name' hides a field. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
coding | HiddenField | 'query' hides a field. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 39 |
![]() |
naming | MemberName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 44 |
![]() |
naming | MemberName | Name 'query' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 |
![]() |
design | VisibilityModifier | Variable 'query' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
coding | HiddenField | 'name' hides a field. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
coding | HiddenField | 'query' hides a field. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 42 |
![]() |
naming | MemberName | Name 'must' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 |
![]() |
design | VisibilityModifier | Variable 'must' must be private and have accessor methods. | 46 |
![]() |
naming | MemberName | Name 'mustNot' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 |
![]() |
design | VisibilityModifier | Variable 'mustNot' must be private and have accessor methods. | 49 |
![]() |
naming | MemberName | Name 'should' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 |
![]() |
design | VisibilityModifier | Variable 'should' must be private and have accessor methods. | 52 |
![]() |
naming | MemberName | Name 'minimumShouldMatch' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 |
![]() |
design | VisibilityModifier | Variable 'minimumShouldMatch' must be private and have accessor methods. | 55 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
coding | HiddenField | 'must' hides a field. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
coding | HiddenField | 'mustNot' hides a field. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
coding | HiddenField | 'should' hides a field. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
coding | HiddenField | 'minimumShouldMatch' hides a field. | 92 |
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 |
![]() |
naming | MemberName | Name 'bool' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 |
![]() |
design | VisibilityModifier | Variable 'bool' must be private and have accessor methods. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 43 |
![]() |
coding | HiddenField | 'bool' hides a field. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 52 |
![]() |
coding | HiddenField | 'bool' hides a field. | 52 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 52 |
![]() |
blocks | LeftCurly | '{' at column 36 should be on a new line. | 52 |
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 |
![]() |
naming | MemberName | Name 'field' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 38 |
![]() |
design | VisibilityModifier | Variable 'field' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
coding | HiddenField | 'field' hides a field. | 45 |
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 |
![]() |
naming | MemberName | Name 'exists' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 |
![]() |
design | VisibilityModifier | Variable 'exists' must be private and have accessor methods. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
coding | HiddenField | 'exists' hides a field. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
coding | HiddenField | 'exists' hides a field. | 53 |
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. | 53 |
![]() |
naming | MemberName | Name 'from' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 56 |
![]() |
design | VisibilityModifier | Variable 'from' must be private and have accessor methods. | 56 |
![]() |
naming | MemberName | Name 'size' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 58 |
![]() |
design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 58 |
![]() |
naming | MemberName | Name 'query' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 61 |
![]() |
design | VisibilityModifier | Variable 'query' must be private and have accessor methods. | 61 |
![]() |
naming | MemberName | Name 'sourceFilters' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 64 |
![]() |
design | VisibilityModifier | Variable 'sourceFilters' must be private and have accessor methods. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
![]() |
coding | HiddenField | 'query' hides a field. | 68 |
![]() |
coding | DeclarationOrder | Instance variable definition in wrong order. | 74 |
![]() |
naming | MemberName | Name 'metadata' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 75 |
![]() |
design | VisibilityModifier | Variable 'metadata' must be private and have accessor methods. | 75 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
coding | HiddenField | 'from' hides a field. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
coding | HiddenField | 'size' hides a field. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
coding | HiddenField | 'query' hides a field. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
![]() |
coding | HiddenField | 'sourceFilters' hides a field. | 122 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 172 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 175 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 175 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 193 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 198 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 213 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attributeKey'. | 213 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'splitSearchValue'. | 213 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 237 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 244 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 244 |
![]() |
blocks | LeftCurly | '{' at column 95 should be on a new line. | 245 |
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 |
![]() |
naming | MemberName | Name 'fuzziness' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 38 |
![]() |
design | VisibilityModifier | Variable 'fuzziness' must be private and have accessor methods. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
coding | HiddenField | 'fuzziness' hides a field. | 45 |
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. | 40 |
![]() |
naming | MemberName | Name 'match' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
![]() |
design | VisibilityModifier | Variable 'match' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
coding | HiddenField | 'match' hides a field. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
coding | HiddenField | 'match' hides a field. | 56 |
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 |
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. | 40 |
![]() |
naming | MemberName | Name 'matchPhrase' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
![]() |
design | VisibilityModifier | Variable 'matchPhrase' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
coding | HiddenField | 'matchPhrase' hides a field. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
coding | HiddenField | 'matchPhrase' hides a field. | 56 |
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 |
![]() |
naming | MemberName | Name 'fuzziness' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 40 |
![]() |
design | VisibilityModifier | Variable 'fuzziness' must be private and have accessor methods. | 40 |
![]() |
naming | MemberName | Name 'fields' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 |
![]() |
design | VisibilityModifier | Variable 'fields' must be private and have accessor methods. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
coding | HiddenField | 'fuzziness' hides a field. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
coding | HiddenField | 'fields' hides a field. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 38 |
![]() |
naming | MemberName | Name 'multiMatch' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 |
![]() |
design | VisibilityModifier | Variable 'multiMatch' must be private and have accessor methods. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
coding | HiddenField | 'multiMatch' hides a field. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
coding | HiddenField | 'multiMatch' hides a field. | 53 |
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 |
![]() |
naming | MemberName | Name 'query' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 38 |
![]() |
design | VisibilityModifier | Variable 'query' must be private and have accessor methods. | 38 |
![]() |
naming | MemberName | Name 'index' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 39 |
![]() |
design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 39 |
![]() |
naming | MemberName | Name 'type' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 40 |
![]() |
design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
coding | HiddenField | 'query' hides a field. | 42 |
![]() |
coding | HiddenField | 'type' hides a field. | 42 |
![]() |
coding | HiddenField | 'index' hides a field. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
coding | HiddenField | 'query' hides a field. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
coding | HiddenField | 'type' hides a field. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
coding | HiddenField | 'index' hides a field. | 74 |
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 |
![]() |
naming | MemberName | Name 'code' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
coding | HiddenField | 'code' hides a field. | 43 |
![]() |
javadoc | JavadocMethod | 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. | 38 |
![]() |
naming | MemberName | Name 'bool' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 |
![]() |
design | VisibilityModifier | Variable 'bool' must be private and have accessor methods. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
coding | HiddenField | 'bool' hides a field. | 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. | 39 |
![]() |
naming | MemberName | Name 'match' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 |
![]() |
design | VisibilityModifier | Variable 'match' must be private and have accessor methods. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
coding | HiddenField | 'match' hides a field. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
![]() |
coding | HiddenField | 'match' hides a field. | 55 |
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 |
![]() |
naming | MemberName | Name 'spanMulti' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 |
![]() |
design | VisibilityModifier | Variable 'spanMulti' must be private and have accessor methods. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
coding | HiddenField | 'spanMulti' hides a field. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
coding | HiddenField | 'spanMulti' hides a field. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 39 |
![]() |
naming | MemberName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 43 |
![]() |
naming | MemberName | Name 'value' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 44 |
![]() |
naming | MemberName | Name 'fuzziness' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 |
![]() |
design | VisibilityModifier | Variable 'fuzziness' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
coding | HiddenField | 'name' hides a field. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
coding | HiddenField | 'value' hides a field. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
coding | HiddenField | 'fuzziness' hides a field. | 72 |
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. | 41 |
![]() |
naming | MemberName | Name 'fuzzy' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 |
![]() |
design | VisibilityModifier | Variable 'fuzzy' must be private and have accessor methods. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
coding | HiddenField | 'fuzzy' hides a field. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
coding | HiddenField | 'fuzzy' hides a field. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 42 |
![]() |
naming | MemberName | Name 'clauses' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 |
![]() |
design | VisibilityModifier | Variable 'clauses' must be private and have accessor methods. | 46 |
![]() |
naming | MemberName | Name 'boost' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 |
![]() |
design | VisibilityModifier | Variable 'boost' must be private and have accessor methods. | 47 |
![]() |
naming | MemberName | Name 'slop' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 |
![]() |
design | VisibilityModifier | Variable 'slop' must be private and have accessor methods. | 48 |
![]() |
naming | MemberName | Name 'inOrder' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
![]() |
design | VisibilityModifier | Variable 'inOrder' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
coding | HiddenField | 'clauses' hides a field. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
coding | HiddenField | 'boost' hides a field. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
coding | HiddenField | 'slop' hides a field. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
coding | HiddenField | 'inOrder' hides a field. | 89 |
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 |
![]() |
naming | MemberName | Name 'spanNear' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 |
![]() |
design | VisibilityModifier | Variable 'spanNear' must be private and have accessor methods. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
![]() |
coding | HiddenField | 'spanNear' hides a field. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
coding | HiddenField | 'spanNear' hides a field. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 39 |
![]() |
naming | MemberName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 43 |
![]() |
naming | MemberName | Name 'value' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
coding | HiddenField | 'name' hides a field. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
coding | HiddenField | 'value' hides a field. | 62 |
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. | 40 |
![]() |
naming | MemberName | Name 'spanTerm' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
![]() |
design | VisibilityModifier | Variable 'spanTerm' must be private and have accessor methods. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
coding | HiddenField | 'spanTerm' hides a field. | 46 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
coding | HiddenField | 'spanTerm' hides a field. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 42 |
![]() |
naming | MemberName | Name 'index' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 |
![]() |
design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 46 |
![]() |
naming | MemberName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 |
![]() |
design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 48 |
![]() |
naming | MemberName | Name 'score' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
![]() |
design | VisibilityModifier | Variable 'score' must be private and have accessor methods. | 50 |
![]() |
naming | MemberName | Name 'source' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 |
![]() |
design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
coding | HiddenField | 'index' hides a field. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
coding | HiddenField | 'id' hides a field. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
coding | HiddenField | 'score' hides a field. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
coding | HiddenField | 'source' hides a field. | 89 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 97 |
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 'took' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 |
![]() |
design | VisibilityModifier | Variable 'took' must be private and have accessor methods. | 47 |
![]() |
naming | MemberName | Name 'timedOut' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 |
![]() |
design | VisibilityModifier | Variable 'timedOut' must be private and have accessor methods. | 49 |
![]() |
naming | MemberName | Name 'shards' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 |
![]() |
design | VisibilityModifier | Variable 'shards' must be private and have accessor methods. | 51 |
![]() |
naming | MemberName | Name 'result' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 |
![]() |
design | VisibilityModifier | Variable 'result' must be private and have accessor methods. | 54 |
![]() |
naming | MemberName | Name 'status' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 57 |
![]() |
design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 57 |
![]() |
naming | MemberName | Name 'metadata' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 60 |
![]() |
design | VisibilityModifier | Variable 'metadata' must be private and have accessor methods. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
coding | HiddenField | 'took' hides a field. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
coding | HiddenField | 'timedOut' hides a field. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
coding | HiddenField | 'shards' hides a field. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
![]() |
coding | HiddenField | 'result' hides a field. | 97 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
![]() |
coding | HiddenField | 'status' hides a field. | 107 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
coding | HiddenField | 'metadata' hides a field. | 117 |
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. | 41 |
![]() |
naming | MemberName | Name 'took' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 |
![]() |
design | VisibilityModifier | Variable 'took' must be private and have accessor methods. | 45 |
![]() |
naming | MemberName | Name 'responses' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 |
![]() |
design | VisibilityModifier | Variable 'responses' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
coding | HiddenField | 'took' hides a field. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
coding | HiddenField | 'responses' hides a field. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 42 |
![]() |
naming | MemberName | Name 'total' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 46 |
![]() |
design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 46 |
![]() |
naming | MemberName | Name 'maxScore' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 |
![]() |
design | VisibilityModifier | Variable 'maxScore' must be private and have accessor methods. | 48 |
![]() |
naming | MemberName | Name 'hits' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
![]() |
design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
![]() |
coding | HiddenField | 'total' hides a field. | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
coding | HiddenField | 'maxScore' hides a field. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
coding | HiddenField | 'hits' hides a field. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 39 |
![]() |
naming | MemberName | Name 'total' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 |
![]() |
design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 42 |
![]() |
naming | MemberName | Name 'successful' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 |
![]() |
design | VisibilityModifier | Variable 'successful' must be private and have accessor methods. | 43 |
![]() |
naming | MemberName | Name 'skipped' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 44 |
![]() |
design | VisibilityModifier | Variable 'skipped' must be private and have accessor methods. | 44 |
![]() |
naming | MemberName | Name 'failed' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 45 |
![]() |
design | VisibilityModifier | Variable 'failed' must be private and have accessor methods. | 45 |
![]() |
naming | MemberName | Name 'failures' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 |
![]() |
design | VisibilityModifier | Variable 'failures' must be private and have accessor methods. | 47 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
coding | HiddenField | 'total' hides a field. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
coding | HiddenField | 'successful' hides a field. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
coding | HiddenField | 'skipped' hides a field. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
coding | HiddenField | 'failed' hides a field. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
coding | HiddenField | 'failures' hides a field. | 94 |
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 |
![]() |
naming | MemberName | Name 'value' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 41 |
![]() |
naming | MemberName | Name 'relation' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
coding | HiddenField | 'value' hides a field. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
coding | HiddenField | 'relation' hides a field. | 59 |
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 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 71 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 71 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 71 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 72 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 72 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 88 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 88 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 88 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 88 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 89 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 101 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 101 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 101 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 113 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 113 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 113 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 125 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 125 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 125 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
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. | 68 |
![]() |
modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 73 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 74 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
![]() |
javadoc | JavadocMethod | Unused @param tag for 'filterAttributes'. | 135 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 139 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'attributesFilter'. | 140 |
![]() |
blocks | LeftCurly | '{' at column 87 should be on a new line. | 192 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 235 |
![]() |
blocks | LeftCurly | '{' at column 105 should be on a new line. | 242 |
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 ElasticSearchIdentityService should be declared as final. | 59 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 59 |
![]() |
coding | HiddenField | '_identitySearcher' hides a field. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '_identitySearcher'. | 66 |
![]() |
naming | ParameterName | Name '_identitySearcher' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
![]() |
blocks | LeftCurly | '{' at column 60 should be on a new line. | 130 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 137 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 146 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 147 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 147 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 148 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 148 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 149 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 149 |
![]() |
blocks | LeftCurly | '{' at column 70 should be on a new line. | 152 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 156 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 158 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 158 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 161 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 161 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 163 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 163 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 165 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 165 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 167 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 167 |
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. | 46 |
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 'poolSize' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 64 |
![]() |
naming | MemberName | Name 'attributeExecutor' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 66 |
![]() |
naming | MemberName | Name 'identityExecutor' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 67 |
![]() |
blocks | LeftCurly | '{' at column 84 should be on a new line. | 133 |
![]() |
blocks | LeftCurly | '{' at column 83 should be on a new line. | 166 |
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 |
![]() |
naming | MemberName | Name 'NETWORK_MAX_RETRY' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 |
![]() |
design | VisibilityModifier | Variable 'NETWORK_MAX_RETRY' must be private and have accessor methods. | 53 |
![]() |
naming | MemberName | Name 'NETWORK_DELAY' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 |
![]() |
design | VisibilityModifier | Variable 'NETWORK_DELAY' must be private and have accessor methods. | 54 |
![]() |
naming | MemberName | Name 'NETWORK_DELAY_ACTIVATED' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 |
![]() |
design | VisibilityModifier | Variable 'NETWORK_DELAY_ACTIVATED' must be private and have accessor methods. | 55 |
![]() |
naming | MemberName | Name 'nbRetry' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 56 |
![]() |
design | VisibilityModifier | Variable 'nbRetry' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 63 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 76 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 83 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Missing a header - not enough lines in file. | 1 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 4 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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.*. | 48 |
![]() |
design | FinalClass | Class DatabaseSearchIdentityService should be declared as final. | 50 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 50 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 101 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 161 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 49 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 70 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 70 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 71 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 71 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 71 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 71 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 71 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 72 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 87 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 87 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 87 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 88 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 88 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 99 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 99 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 99 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 110 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 110 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 110 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 121 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 121 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 121 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 39 |
![]() |
naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
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. | 40 |
![]() |
naming | MemberName | Name 'innerList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 42 |
![]() |
naming | MemberName | Name 'partitionSize' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 43 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
![]() |
coding | HiddenField | 'innerList' hides a field. | 45 |
![]() |
coding | HiddenField | 'partitionSize' hides a field. | 45 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
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. | 40 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Missing a header - not enough lines in file. | 1 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 3 |
![]() |
blocks | LeftCurly | '{' at column 30 should be on a new line. | 3 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 4 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 4 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 5 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 5 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 6 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 6 |
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 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 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. | 48 |
![]() |
design | VisibilityModifier | Variable '_strAppCode' must be private and have accessor methods. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
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 'strClientCode'. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strTargetClientCode'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 69 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 69 |
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 'strClientCode'. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 67 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 68 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 77 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 77 |
![]() |
blocks | LeftCurly | '{' at column 93 should be on a new line. | 77 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 78 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 78 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 79 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 79 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 79 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 81 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 83 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 83 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.IdentityRequestValidator. | 40 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strTargetApplicationCode'. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 72 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 73 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.AbstractIdentityStoreRequest. | 42 |
![]() |
coding | HiddenField | '_strTargetClientCode' hides a field. | 71 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '_strTargetClientCode'. | 71 |
![]() |
naming | ParameterName | Name '_strTargetClientCode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 71 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 71 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 72 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 72 |
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 'clientApplication' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 65 |
![]() |
naming | MemberName | Name 'serviceContractToCreate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 76 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 77 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 77 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 86 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 86 |
![]() |
blocks | LeftCurly | '{' at column 89 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 44 should be on a new line. | 88 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 89 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 90 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 92 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 92 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 93 |
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 'strAppCode'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 69 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 69 |
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 'strAppCode'. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 66 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 66 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 67 |
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 'strTargetClientCode'. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 71 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 71 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 80 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 80 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 80 |
![]() |
blocks | LeftCurly | '{' at column 125 should be on a new line. | 80 |
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 'existingContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 62 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 75 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 75 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 75 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 75 |
![]() |
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 43 should be on a new line. | 88 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 89 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 90 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 111 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 111 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 111 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 111 |
![]() |
blocks | LeftCurly | '{' at column 91 should be on a new line. | 111 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 112 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 112 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 133 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 133 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 134 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 134 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 135 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 135 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 137 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 137 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 137 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 137 |
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 'clientApplication' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 69 |
![]() |
naming | MemberName | Name 'sentServiceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 70 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 83 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 93 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 93 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 93 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 94 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 94 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 95 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 95 |
![]() |
blocks | LeftCurly | '{' at column 55 should be on a new line. | 95 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 97 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 100 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 100 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 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 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 102 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 103 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 104 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 106 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 106 |
![]() |
blocks | LeftCurly | '{' at column 45 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 preceded with whitespace. | 108 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 109 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.AbstractIdentityStoreRequest. | 41 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.common.IdentityDto. | 43 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 57 |
![]() |
naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
blocks | LeftCurly | '{' at column 101 should be on a new line. | 73 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 74 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 74 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 74 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 75 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 75 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 76 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 76 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 76 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 76 |
![]() |
blocks | LeftCurly | '{' at column 93 should be on a new line. | 76 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 77 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 77 |
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. | 56 |
![]() |
naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
blocks | LeftCurly | '{' at column 101 should be on a new line. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.business.identity.IdentityHome. | 44 |
![]() |
naming | MemberName | Name 'formatStatuses' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 79 |
![]() |
naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 81 |
![]() |
naming | MemberName | Name 'primaryIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 82 |
![]() |
naming | MemberName | Name 'secondaryIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strClientCode'. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 92 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 92 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 92 |
![]() |
blocks | LeftCurly | '{' at column 101 should be on a new line. | 104 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 125 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.common.AttributeDto. | 48 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.portal.business.datastore.DataEntity. | 62 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.portal.business.datastore.DataEntityHome. | 63 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.util.AppPropertiesService. | 64 |
![]() |
imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 65 |
![]() |
imports | UnusedImports | Unused import - java.util.Arrays. | 69 |
![]() |
naming | MemberName | Name 'controlsOnly' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 77 |
![]() |
naming | MemberName | Name 'formatStatuses' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 80 |
![]() |
naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strClientCode'. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 89 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 90 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 90 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 90 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 92 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
coding | HiddenField | 'controlsOnly' hides a field. | 96 |
![]() |
blocks | LeftCurly | '{' at column 101 should be on a new line. | 105 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 149 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 149 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 149 |
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 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 67 |
![]() |
naming | MemberName | Name 'existingIdentityToDelete' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 79 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 79 |
![]() |
blocks | LeftCurly | '{' at column 101 should be on a new line. | 86 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 88 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 88 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 88 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 89 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 89 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 90 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 90 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 90 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 91 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.service.identity.IdentityService. | 39 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.AbstractIdentityStoreRequest. | 43 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 60 |
![]() |
naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
blocks | LeftCurly | '{' at column 101 should be on a new line. | 75 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 84 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 84 |
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.util.Objects. | 56 |
![]() |
naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAuthorName'. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAuthorType'. | 78 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 78 |
![]() |
blocks | LeftCurly | '{' at column 101 should be on a new line. | 85 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 131 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 131 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 132 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 132 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 134 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 134 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 135 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 135 |
![]() |
blocks | LeftCurly | '{' at column 28 should be on a new line. | 135 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 136 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 136 |
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 'strAppCode'. | 75 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAuthorName'. | 75 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAuthorType'. | 75 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 75 |
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. | 63 |
![]() |
naming | MemberName | Name 'formatStatuses' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 66 |
![]() |
naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 68 |
![]() |
naming | MemberName | Name 'strictDuplicateCustomerId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 69 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strClientCode'. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 77 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 78 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 78 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 78 |
![]() |
blocks | LeftCurly | '{' at column 101 should be on a new line. | 85 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 126 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 127 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 137 |
![]() |
blocks | LeftCurly | '{' at column 75 should be on a new line. | 137 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 139 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 142 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 142 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 144 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 144 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 146 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 146 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 150 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 150 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 152 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 152 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 156 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 156 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 160 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 160 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 162 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 162 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 167 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 169 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 169 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 171 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 171 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 173 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 174 |
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 'formatStatuses' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 80 |
![]() |
naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 82 |
![]() |
naming | MemberName | Name 'primaryIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 83 |
![]() |
naming | MemberName | Name 'secondaryIdentity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strClientCode'. | 92 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 92 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 93 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 93 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 93 |
![]() |
blocks | LeftCurly | '{' at column 101 should be on a new line. | 105 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 180 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 180 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 180 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 181 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 181 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 184 |
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.util.Objects. | 63 |
![]() |
naming | MemberName | Name 'formatStatuses' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 72 |
![]() |
naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
blocks | LeftCurly | '{' at column 101 should be on a new line. | 84 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 141 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 141 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 142 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 142 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 145 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 145 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 146 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 146 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 146 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 147 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 147 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.AbstractIdentityStoreRequest. | 45 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.common.AttributeChangeStatus. | 47 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.common.IdentityDto. | 49 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 67 |
![]() |
naming | MemberName | Name 'request' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 71 |
![]() |
naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
![]() |
coding | HiddenField | 'request' hides a field. | 75 |
![]() |
blocks | LeftCurly | '{' at column 101 should be on a new line. | 84 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 85 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 85 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 85 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 98 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 98 |
![]() |
blocks | LeftCurly | '{' at column 71 should be on a new line. | 98 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 99 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 99 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 132 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 132 |
![]() |
blocks | LeftCurly | '{' at column 74 should be on a new line. | 132 |
![]() |
blocks | LeftCurly | '{' at column 70 should be on a new line. | 133 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 134 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 134 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 134 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 134 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.common.AttributeDto. | 48 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.portal.business.datastore.DataEntity. | 61 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.portal.business.datastore.DataEntityHome. | 62 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.util.AppPropertiesService. | 68 |
![]() |
imports | UnusedImports | Unused import - org.apache.commons.lang3.StringUtils. | 69 |
![]() |
imports | UnusedImports | Unused import - java.util.Arrays. | 73 |
![]() |
naming | MemberName | Name 'controlsOnly' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 85 |
![]() |
naming | MemberName | Name 'formatStatuses' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 88 |
![]() |
naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 90 |
![]() |
naming | MemberName | Name 'existingIdentityToUpdate' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 91 |
![]() |
coding | HiddenField | '_strCustomerId' hides a field. | 99 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '_strCustomerId'. | 99 |
![]() |
naming | ParameterName | Name '_strCustomerId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strClientCode'. | 99 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strAppCode'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RequestFormatException'. | 100 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
coding | HiddenField | '_strCustomerId' hides a field. | 105 |
![]() |
naming | ParameterName | Name '_strCustomerId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 |
![]() |
coding | HiddenField | 'controlsOnly' hides a field. | 106 |
![]() |
blocks | LeftCurly | '{' at column 101 should be on a new line. | 116 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 117 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 117 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 117 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 182 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 182 |
![]() |
blocks | LeftCurly | '{' at column 27 should be on a new line. | 182 |
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 'strAppCode'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 69 |
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 'strAppCode'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 68 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 69 |
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 'strAppCode'. | 71 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 71 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 71 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 72 |
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 ClientValidator 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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Missing a header - not enough lines in file. | 1 |
![]() |
design | FinalClass | Class DuplicateRuleValidator should be declared as final. | 7 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 7 |
![]() |
blocks | LeftCurly | '{' at column 37 should be on a new line. | 7 |
![]() |
naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 10 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 10 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 11 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 11 |
![]() |
blocks | LeftCurly | '{' at column 31 should be on a new line. | 11 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 20 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 20 |
![]() |
blocks | LeftCurly | '{' at column 103 should be on a new line. | 20 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 21 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 21 |
![]() |
blocks | LeftCurly | '{' at column 40 should be on a new line. | 21 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 22 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.crud.IdentityChangeRequest. | 49 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 84 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 84 |
![]() |
naming | MemberName | Name 'pivotCertificationLevelThreshold' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 87 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 108 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'key'. | 108 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 108 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 108 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ResourceNotFoundException'. | 108 |
![]() |
blocks | LeftCurly | '{' at column 110 should be on a new line. | 108 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RequestFormatException'. | 119 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 121 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 121 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 121 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 121 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 121 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 121 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RequestFormatException'. | 131 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RequestContentFormattingException'. | 153 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 179 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 179 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 179 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 189 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 189 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ResourceNotFoundException'. | 211 |
![]() |
coding | ReturnCount | Return count is 2 (max allowed for void methods/constructors/lambdas is 1). | 238 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RequestFormatException'. | 239 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ClientAuthorizationException'. | 432 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 449 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 449 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 449 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 449 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 449 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 449 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 450 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 450 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 450 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 450 |
![]() |
blocks | LeftCurly | '{' at column 160 should be on a new line. | 469 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 493 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 493 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 493 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 493 |
![]() |
blocks | LeftCurly | '{' at column 90 should be on a new line. | 511 |
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 IdentityChangeRequestValidator should be declared as final. | 52 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 52 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 56 |
![]() |
naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RequestFormatException'. | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.util.ResponseStatusFactory. | 50 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.util.sql.TransactionManager. | 55 |
![]() |
imports | UnusedImports | Unused import - org.apache.commons.collections4.CollectionUtils. | 56 |
![]() |
design | FinalClass | Class IdentityDuplicateValidator should be declared as final. | 68 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 68 |
![]() |
naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 92 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DuplicatesConsistencyException'. | 103 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'existingIdentityToUpdate'. | 119 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DuplicatesConsistencyException'. | 120 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DuplicatesConsistencyException'. | 144 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'DuplicatesConsistencyException'. | 161 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 195 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 195 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 198 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 198 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 198 |
![]() |
blocks | LeftCurly | '{' at column 121 should be on a new line. | 198 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 203 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 213 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 213 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 213 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 213 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 214 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 214 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 215 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 234 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'customerId'. | 238 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 244 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 244 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 245 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 245 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 245 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 245 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 246 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 246 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 247 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 247 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 248 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 248 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 249 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 249 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 252 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 255 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 260 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 260 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 260 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 267 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 268 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 270 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 270 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 271 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 271 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 274 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 274 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 274 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 274 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 275 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 275 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 276 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 276 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 276 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 276 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 276 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 276 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 279 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 279 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 279 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 279 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 280 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 280 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 281 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 281 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 282 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 282 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 283 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 283 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 285 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 286 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 287 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 287 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 287 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 287 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 292 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 292 |
![]() |
blocks | LeftCurly | '{' at column 51 should be on a new line. | 293 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 297 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 297 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 298 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 298 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 298 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 298 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 299 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 299 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 300 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 300 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 301 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 301 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 302 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 302 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 305 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 305 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 306 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 306 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 306 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 306 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 309 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 309 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 315 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 315 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 315 |
![]() |
javadoc | JavadocMethod | Expected @return tag. | 332 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'duplicateRulesProperty'. | 333 |
![]() |
blocks | LeftCurly | '{' at column 159 should be on a new line. | 338 |
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 IdentityExportValidator should be declared as final. | 46 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 46 |
![]() |
naming | MemberName | Name 'exportLimit' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 50 |
![]() |
naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
![]() |
blocks | LeftCurly | '{' at column 147 should be on a new line. | 65 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 72 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 72 |
![]() |
blocks | LeftCurly | '{' at column 96 should be on a new line. | 72 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 74 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 74 |
![]() |
blocks | LeftCurly | '{' at column 83 should be on a new line. | 74 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 76 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 76 |
![]() |
whitespace | ParenPad | ')' is not preceded with 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 49 should be on a new line. | 77 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 80 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 80 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 81 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 81 |
![]() |
blocks | RightCurly | '}' at column 17 should be alone on a line. | 83 |
![]() |
blocks | LeftCurly | '{' at column 24 should be on a new line. | 83 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 84 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 84 |
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 IdentitySearchRequestValidator should be declared as final. | 55 |
![]() |
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 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'RequestFormatException'. | 79 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 81 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 81 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 81 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 81 |
![]() |
blocks | LeftCurly | '{' at column 62 should be on a new line. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'providedAttributes'. | 149 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 155 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.util.ResponseStatusFactory. | 42 |
![]() |
design | FinalClass | Class IdentityValidator should be declared as final. | 49 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 49 |
![]() |
naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
coding | DeclarationOrder | Constructor definition in wrong order. | 63 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 82 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 208 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 208 |
![]() |
blocks | LeftCurly | '{' at column 139 should be on a new line. | 208 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 209 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 209 |
![]() |
blocks | LeftCurly | '{' at column 29 should be on a new line. | 209 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 210 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 210 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 210 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 210 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 210 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 210 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 210 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 210 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 210 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 210 |
![]() |
blocks | LeftCurly | '{' at column 151 should be on a new line. | 210 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 212 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 212 |
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 'clientCode'. | 90 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 92 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 93 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 94 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 96 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientCode'. | 117 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 118 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 119 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 120 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 121 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'headerClientCode'. | 144 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 145 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 146 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 147 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 148 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clientCode'. | 173 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 174 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 175 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 176 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 177 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 205 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 206 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 207 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 208 |
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 ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.web.exception.IdentityStoreException. | 72 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 178 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
![]() |
blocks | LeftCurly | '{' at column 34 should be on a new line. | 285 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 320 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'ResourceNotFoundException'. | 345 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 419 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 429 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 439 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 453 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 476 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 481 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 499 |
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. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 90 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 91 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 92 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 93 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 121 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 122 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 123 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 124 |
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. | 41 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
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 'strHeaderAuthorName'. | 120 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAuthorType'. | 121 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 122 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 123 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'identitySearchRequest'. | 146 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 148 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 149 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 150 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 151 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 184 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 185 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 186 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 187 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 215 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 216 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 217 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 218 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 244 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 246 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 247 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 248 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 249 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 276 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 278 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 279 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 280 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 281 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 307 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 308 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 309 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 310 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 335 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 336 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 337 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 338 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 362 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strClientCode'. | 363 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 364 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 365 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 366 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 367 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 401 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 402 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 403 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 404 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 431 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 432 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 433 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 434 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strCustomerId'. | 458 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'uncertifyIdentityRequest'. | 459 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 461 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 462 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 463 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 464 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 470 |
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 'fullIndexTask' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 61 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 69 |
![]() |
blocks | LeftCurly | '{' at column 45 should be on a new line. | 83 |
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 'PROPERTY_CURRENT_INDEX_ALIAS' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 70 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 72 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 72 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 78 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 78 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 81 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 81 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'duration'. | 81 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 88 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 88 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 96 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 97 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 97 |
![]() |
whitespace | ParenPad | ')' is not preceded with 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. | 123 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 123 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'JsonProcessingException'. | 126 |
![]() |
blocks | LeftCurly | '{' at column 81 should be on a new line. | 126 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 128 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 136 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 136 |
![]() |
blocks | LeftCurly | '{' at column 68 should be on a new line. | 139 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 147 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 147 |
![]() |
blocks | LeftCurly | '{' at column 56 should be on a new line. | 150 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 158 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 158 |
![]() |
blocks | LeftCurly | '{' at column 59 should be on a new line. | 161 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 169 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 169 |
![]() |
blocks | LeftCurly | '{' at column 53 should be on a new line. | 172 |
![]() |
blocks | LeftCurly | '{' at column 13 should be on a new line. | 173 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 175 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 175 |
![]() |
blocks | RightCurly | '}' at column 9 should be alone on a line. | 187 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 187 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 187 |
![]() |
blocks | LeftCurly | '{' at column 44 should be on a new line. | 187 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 193 |
![]() |
naming | MemberName | Name 'changeType' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 195 |
![]() |
naming | MemberName | Name 'changeStatus' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 196 |
![]() |
naming | MemberName | Name 'authorType' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 197 |
![]() |
naming | MemberName | Name 'clientCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 198 |
![]() |
naming | MemberName | Name 'countActions' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 201 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 201 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 205 |
![]() |
coding | HiddenField | 'changeType' hides a field. | 205 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 205 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 205 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 209 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 213 |
![]() |
coding | HiddenField | 'changeStatus' hides a field. | 213 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 213 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 213 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 217 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 221 |
![]() |
coding | HiddenField | 'authorType' hides a field. | 221 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 221 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 221 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 225 |
![]() |
blocks | LeftCurly | '{' at column 39 should be on a new line. | 225 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 229 |
![]() |
coding | HiddenField | 'clientCode' hides a field. | 229 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 229 |
![]() |
blocks | LeftCurly | '{' at column 54 should be on a new line. | 229 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
![]() |
blocks | LeftCurly | '{' at column 41 should be on a new line. | 233 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 237 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 237 |
![]() |
coding | HiddenField | 'countActions' hides a field. | 237 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 237 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 237 |
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 'clientCode'. | 83 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 84 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 85 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 86 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 87 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strClientCode'. | 107 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 108 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 109 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 110 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 111 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strClientCode'. | 131 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 132 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 133 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 134 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 135 |
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 'authorName'. | 98 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 99 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 100 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 101 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strTargetClientCode'. | 125 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 127 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 128 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 129 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 130 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strTargetClientCode'. | 154 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 156 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 157 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 158 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 159 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 186 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 187 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 189 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 190 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 216 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 217 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 218 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 219 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 249 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 250 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 251 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 252 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorName'. | 283 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'authorType'. | 284 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'strHeaderAppCode'. | 285 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'IdentityStoreException'. | 286 |
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 | 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 | 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 | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of '/*'. | 1 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 14 |
![]() |
blocks | LeftCurly | '{' at column 139 should be on a new line. | 15 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 20 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 20 |
![]() |
blocks | LeftCurly | '{' at column 79 should be on a new line. | 20 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 29 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 29 |
![]() |
blocks | LeftCurly | '{' at column 73 should be on a new line. | 29 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 35 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 35 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 35 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 36 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 36 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 36 |
![]() |
blocks | LeftCurly | '{' at column 32 should be on a new line. | 41 |
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. | 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 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing @param <S> tag. | 49 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing @param <T> tag. | 49 |
![]() |
javadoc | JavadocMethod | Unused @param tag for '<S>'. | 107 |
![]() |
javadoc | JavadocMethod | Unused @param tag for '<T>'. | 109 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listIds'. | 115 |
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 | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 168 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 168 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 295 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 295 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 354 |
![]() |
blocks | LeftCurly | '{' at column 42 should be on a new line. | 358 |
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'. | 227 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 230 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 230 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 343 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 346 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 346 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 380 |
![]() |
blocks | LeftCurly | '{' at column 12 should be on a new line. | 383 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 384 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 384 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 409 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 409 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 409 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 411 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 411 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 412 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 412 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 414 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 414 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 414 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 414 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 414 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 414 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 414 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 414 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 419 |
![]() |
blocks | LeftCurly | '{' at column 148 should be on a new line. | 423 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 437 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 452 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 452 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 457 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 457 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 459 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 459 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 459 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 459 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 459 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 459 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 461 |
![]() |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of '/*'. | 1 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 31 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 56 |
![]() |
design | VisibilityModifier | Variable '_historyList' must be private and have accessor methods. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 68 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 68 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 80 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 80 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 80 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 84 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 84 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 84 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 84 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 84 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 84 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 85 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 85 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 85 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 85 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 85 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 85 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 86 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 86 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 86 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 86 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 87 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 87 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 87 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 89 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 89 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 90 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 90 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 100 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 100 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 100 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 102 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 102 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 104 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 104 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 105 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 105 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 105 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 105 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 109 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 109 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 110 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 110 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 121 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 123 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 123 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 126 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 126 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 128 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 128 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 129 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 129 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 130 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 130 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 131 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 131 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 132 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 132 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 133 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 133 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 134 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 134 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 135 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 135 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 136 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 136 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 146 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 179 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 183 |
![]() |
blocks | LeftCurly | '{' at column 46 should be on a new line. | 183 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 189 |
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. | 75 |
![]() |
imports | UnusedImports | Unused import - java.time.LocalDate. | 78 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 146 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 146 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 147 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 147 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 171 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 171 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 330 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 330 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 331 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 331 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 397 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 432 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 438 |
![]() |
javadoc | JavadocMethod | Unused Javadoc tag. | 449 |
![]() |
blocks | LeftCurly | '{' at column 49 should be on a new line. | 458 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 510 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 514 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 515 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 515 |
![]() |
blocks | LeftCurly | '{' at column 43 should be on a new line. | 516 |
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'. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 209 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 299 |
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. | 72 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of '/*'. | 1 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.business.identity.IndicatorsActionsType. | 4 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.plugins.identitystore.v3.web.rs.dto.history.IdentityChangeType. | 8 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.portal.util.mvc.commons.annotations.Action. | 12 |
![]() |
imports | UnusedImports | Unused import - java.util.List. | 17 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 20 |
![]() |
naming | MemberName | Name 'PROPERTY_CURRENT_INDEX_ALIAS' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 30 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 33 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 34 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 35 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 36 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 37 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 39 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
![]() |
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 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 52 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 52 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 55 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 55 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 57 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 57 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 61 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 62 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 63 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 64 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 65 |
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. | 140 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 140 |
![]() |
blocks | LeftCurly | '{' at column 38 should be on a new line. | 148 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 225 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 225 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 324 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 324 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 342 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 342 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 350 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 350 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 350 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 350 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 352 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 352 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 354 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 354 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 354 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 354 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 356 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 356 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 358 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 358 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 358 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 358 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 360 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 360 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
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. | 69 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 70 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 71 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 72 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 73 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 74 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 75 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 76 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 77 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 78 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 79 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 80 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 81 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 82 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 83 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 84 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 85 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 86 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 87 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 152 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 152 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 230 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 252 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 252 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 255 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 255 |
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. | 51 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing @param <T> tag. | 51 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 61 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 62 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 63 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 64 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 65 |
![]() |
javadoc | JavadocMethod | Expected @param tag for '<T>'. | 88 |
![]() |
javadoc | JavadocMethod | Unused @param tag for '<S>'. | 116 |
![]() |
javadoc | JavadocMethod | Unused @param tag for '<T>'. | 118 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 124 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'listIds'. | 124 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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.*. | 50 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 183 |
![]() |
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 | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 187 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 296 |
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.util.ArrayList. | 49 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 171 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 275 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 46 |
![]() |
naming | MemberName | Name 'serviceContract' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 |
![]() |
naming | MemberName | Name 'attributeKey' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 |
![]() |
naming | MemberName | Name 'attributeRight' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
![]() |
naming | MemberName | Name 'refCertificationLevel' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 |
![]() |
naming | MemberName | Name 'refAttributeCertificationProcessus' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 |
![]() |
naming | MemberName | Name 'compatibleProcessus' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
![]() |
coding | HiddenField | 'serviceContract' hides a field. | 67 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
![]() |
coding | HiddenField | 'attributeKey' hides a field. | 78 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
![]() |
coding | HiddenField | 'refCertificationLevel' hides a field. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
![]() |
coding | HiddenField | 'refAttributeCertificationProcessus' hides a field. | 100 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
coding | HiddenField | 'attributeRight' hides a field. | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
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. | 179 |
![]() |
coding | ReturnCount | Return count is 6 (max allowed for non-void methods/lambdas is 5). | 310 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 311 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 314 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 314 |
![]() |
blocks | LeftCurly | '{' at column 106 should be on a new line. | 349 |
![]() |
coding | ReturnCount | Return count is 6 (max allowed for non-void methods/lambdas is 5). | 480 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 481 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 484 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 484 |
![]() |
blocks | LeftCurly | '{' at column 116 should be on a new line. | 523 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 555 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 561 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 561 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 561 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 563 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 563 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 563 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 563 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 668 |
![]() |
blocks | LeftCurly | '{' at column 64 should be on a new line. | 676 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 688 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 709 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 735 |
![]() |
blocks | LeftCurly | '{' at column 58 should be on a new line. | 739 |
![]() |
blocks | LeftCurly | '{' at column 52 should be on a new line. | 748 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 757 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 757 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 763 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 763 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 765 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 765 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 774 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 774 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 774 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 774 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 776 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 776 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 777 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 777 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 777 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 779 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 779 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 781 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 783 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 783 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 786 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 786 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 786 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 786 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 788 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 788 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 789 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 791 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 791 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 794 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 794 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 794 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 794 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 796 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 796 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 797 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 799 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 799 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 802 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 802 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 802 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 802 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 804 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 804 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 805 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 807 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 807 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 810 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 810 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 810 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 810 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 812 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 812 |
![]() |
blocks | RightCurly | '}' at column 13 should be alone on a line. | 813 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 815 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 815 |