The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 11 | 0 | 0 | 93 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
13 | |
| coding | DeclarationOrder | 10 | |
| design | FinalClass | 2 | |
| VisibilityModifier | 4 | ||
| header | Header
|
11 | |
| javadoc | JavadocMethod | 24 | |
| JavadocType | 4 | ||
| modifier | RedundantModifier | 8 | |
| naming | StaticVariableName
|
1 | |
| whitespace | ParenPad
|
16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 18 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 19 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 20 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 21 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 22 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 139 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 148 | |
| 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. | 158 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 166 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 175 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 184 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 193 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 202 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 211 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 10 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 18 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 19 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 20 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| design | VisibilityModifier | Variable '_httpTransport' must be private and have accessor methods. | 48 | |
| coding | DeclarationOrder | Static variable definition in wrong order. | 51 | |
| design | VisibilityModifier | Variable '_mapper' must be private and have accessor methods. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'transportProvider'. | 65 |
| 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 | |
| design | VisibilityModifier | Variable '_httpClient' must be private and have accessor methods. | 61 | |
| design | VisibilityModifier | Variable '_strEndPoint' must be private and have accessor methods. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'IdentityNotFoundException'. | 136 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'IdentityStoreException'. | 138 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 141 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'strApiEndPointUrl'. | 175 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 203 | |
| javadoc | JavadocMethod | Expected @throws tag for 'JsonProcessingException'. | 204 | |
| javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 204 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 233 | |
| javadoc | JavadocMethod | Expected @throws tag for 'JsonProcessingException'. | 234 | |
| javadoc | JavadocMethod | Expected @throws tag for 'InstantiationException'. | 234 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalAccessException'. | 234 |
| 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 'Exception'. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of '/*'. | 1 | |
| design | FinalClass | Class Constants should be declared as final. | 3 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 3 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 3 |
| 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 CustomResponseStatusValidator should be declared as final. | 38 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| naming | StaticVariableName | Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | DeclarationOrder | Constructor definition in wrong order. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 91 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 106 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 121 |
| 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. | 58 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 82 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 82 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 |
| 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 'public' modifier. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'strApiEndPointUrl'. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 |