The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
16 | 0 | 0 | 93 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | DeclarationOrder | 29 | ![]() |
NestedIfDepth
|
4 | ![]() | |
header | Header
|
14 | ![]() |
imports | AvoidStarImport | 2 | ![]() |
UnusedImports | 3 | ![]() | |
javadoc | JavadocMethod | 23 | ![]() |
JavadocType | 4 | ![]() | |
naming | StaticVariableName
|
2 | ![]() |
whitespace | ParenPad
|
12 | ![]() |
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. | 191 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 191 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 209 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 209 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 215 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 215 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 221 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 221 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 227 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 227 |
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 'token'. | 86 |
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.adminauthenticationoauth2.business.authentication.AdminOauth2Authentication. | 36 |
![]() |
imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.spring.SpringContextService. | 45 |
![]() |
naming | StaticVariableName | Name 'ATTRIBUTE_USER_MAPPING' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 66 |
![]() |
naming | StaticVariableName | Name 'ATTRIBUTE_USER_KEY_NAME' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 69 |
![]() |
coding | NestedIfDepth | Nested if-else depth is 4 (max allowed is 3). | 119 |
![]() |
coding | NestedIfDepth | Nested if-else depth is 4 (max allowed is 3). | 129 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 156 |
![]() |
javadoc | JavadocMethod | Expected @throws tag for 'UserNotSignedException'. | 156 |
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. | 54 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 55 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 56 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 57 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 58 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 59 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 60 |
![]() |
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. | 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. | 74 |
![]() |
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 |
![]() |
coding | DeclarationOrder | Variable access definition in wrong order. | 88 |
![]() |
whitespace | ParenPad | '(' is not followed by whitespace. | 89 |
![]() |
whitespace | ParenPad | ')' is not preceded with whitespace. | 89 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
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 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | 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. | 36 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
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.adminauthenticationoauth2.service.Oauth2Utils. | 36 |
![]() |
javadoc | JavadocType | Missing a Javadoc comment. | 44 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
![]() |
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 |
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.servlet.*. | 54 |
![]() |
coding | NestedIfDepth | Nested if-else depth is 4 (max allowed is 3). | 151 |
![]() |
coding | NestedIfDepth | Nested if-else depth is 4 (max allowed is 3). | 155 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
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 - javax.servlet.*. | 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. | 51 |