The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
16 | 0 | 0 | 93 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | DeclarationOrder | 29 | Error |
NestedIfDepth
|
4 | Error | |
header | Header
|
14 | Error |
imports | AvoidStarImport | 2 | Error |
UnusedImports | 3 | Error | |
javadoc | JavadocMethod | 23 | Error |
JavadocType | 4 | Error | |
naming | StaticVariableName
|
2 | Error |
whitespace | ParenPad
|
12 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 191 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 191 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 209 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 209 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 215 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 215 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 221 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 221 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 227 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 227 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | javadoc | JavadocMethod | Expected @param tag for 'token'. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.adminauthenticationoauth2.business.authentication.AdminOauth2Authentication. | 36 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.portal.service.spring.SpringContextService. | 45 |
Error | naming | StaticVariableName | Name 'ATTRIBUTE_USER_MAPPING' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 66 |
Error | naming | StaticVariableName | Name 'ATTRIBUTE_USER_KEY_NAME' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 69 |
Error | coding | NestedIfDepth | Nested if-else depth is 4 (max allowed is 3). | 119 |
Error | coding | NestedIfDepth | Nested if-else depth is 4 (max allowed is 3). | 129 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'AccessDeniedException'. | 156 |
Error | javadoc | JavadocMethod | Expected @throws tag for 'UserNotSignedException'. | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 54 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 55 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 56 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 57 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 58 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 59 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 60 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 61 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 62 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 63 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 64 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 67 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 68 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 69 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 70 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 71 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 74 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 77 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 78 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 79 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 80 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 81 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 82 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 83 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 84 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 85 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 86 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 87 |
Error | coding | DeclarationOrder | Variable access definition in wrong order. | 88 |
Error | whitespace | ParenPad | '(' is not followed by whitespace. | 89 |
Error | whitespace | ParenPad | ')' is not preceded with whitespace. | 89 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 36 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | imports | UnusedImports | Unused import - fr.paris.lutece.plugins.adminauthenticationoauth2.service.Oauth2Utils. | 36 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 44 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.servlet.*. | 54 |
Error | coding | NestedIfDepth | Nested if-else depth is 4 (max allowed is 3). | 151 |
Error | coding | NestedIfDepth | Nested if-else depth is 4 (max allowed is 3). | 155 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 203 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.servlet.*. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | Header | Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. | 2 |
Error | javadoc | JavadocType | Missing a Javadoc comment. | 51 |