Checkstyle Results
The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
23 |
0 |
1 |
73 |
Details
fr/paris/lutece/util/signrequest/AbstractAuthenticator.java
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. |
52 |
Error |
design |
VisibilityModifier |
Variable '_lValidityTimePeriod' must be private and have accessor methods. |
52 |
fr/paris/lutece/util/signrequest/AbstractJWTAuthenticator.java
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 |
design |
VisibilityModifier |
Variable '_mapClaimsToCheck' must be private and have accessor methods. |
53 |
Error |
design |
VisibilityModifier |
Variable '_strJWTHttpHeader' must be private and have accessor methods. |
54 |
fr/paris/lutece/util/signrequest/AbstractJWTRSAAuthenticator.java
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. |
44 |
Error |
naming |
MemberName |
Name 'DEFAULT_ENC_ALGO_NAME' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. |
47 |
Error |
whitespace |
ParenPad |
'(' is not followed by whitespace. |
93 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
93 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
93 |
fr/paris/lutece/util/signrequest/AbstractPrivateKeyAuthenticator.java
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 '/*'. |
1 |
Error |
blocks |
LeftCurly |
'{' at column 46 should be on a new line. |
10 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
13 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
13 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
16 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
16 |
Error |
whitespace |
ParenPad |
'(' is not followed by whitespace. |
47 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
47 |
Error |
whitespace |
ParenPad |
'(' is not followed by whitespace. |
49 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
49 |
Error |
whitespace |
ParenPad |
'(' is not followed by whitespace. |
60 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
60 |
Error |
whitespace |
ParenPad |
'(' is not followed by whitespace. |
62 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
62 |
fr/paris/lutece/util/signrequest/BasicAuthorizationAuthenticator.java
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. |
95 |
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. |
132 |
Error |
whitespace |
ParenPad |
'(' is not followed by whitespace. |
132 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
132 |
Error |
whitespace |
ParenPad |
'(' is not followed by whitespace. |
132 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
132 |
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. |
100 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
100 |
Error |
whitespace |
ParenPad |
'(' is not followed by whitespace. |
100 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
100 |
fr/paris/lutece/util/signrequest/JWTNoEncryptionAuthenticator.java
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. |
43 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'lValidityTimePeriod'. |
53 |
fr/paris/lutece/util/signrequest/JWTRSAKeyStoreFileAuthenticator.java
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. |
52 |
Error |
coding |
DeclarationOrder |
Constructor definition in wrong order. |
94 |
Warning |
sizes |
ParameterNumber |
More than 7 parameters (found 8). |
94 |
fr/paris/lutece/util/signrequest/JWTRSAPlainTextAuthenticator.java
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. |
48 |
Error |
design |
VisibilityModifier |
Variable '_strPlainTextPublicKey' must be private and have accessor methods. |
50 |
Error |
design |
VisibilityModifier |
Variable '_strPlainTextPrivateKey' must be private and have accessor methods. |
51 |
fr/paris/lutece/util/signrequest/JWTRSATrustStoreFileAuthenticator.java
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. |
48 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strCacertPath'. |
70 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strCacertPassword'. |
70 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strAlias'. |
70 |
fr/paris/lutece/util/signrequest/JWTSecretKeyAuthenticator.java
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. |
44 |
Error |
naming |
MemberName |
Name 'DEFAULT_ENC_ALGO_NAME' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. |
48 |
fr/paris/lutece/util/signrequest/NoSecurityAuthenticator.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. |
2 |
fr/paris/lutece/util/signrequest/RequestAuthenticator.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. |
2 |
fr/paris/lutece/util/signrequest/RequestHashAuthenticator.java
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 - java.util.Map. |
39 |
Error |
whitespace |
ParenPad |
'(' is not followed by whitespace. |
102 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
102 |
Error |
whitespace |
ParenPad |
'(' is not followed by whitespace. |
102 |
Error |
whitespace |
ParenPad |
')' is not preceded with whitespace. |
102 |
fr/paris/lutece/util/signrequest/security/HashService.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. |
2 |
fr/paris/lutece/util/signrequest/security/Sha1HashService.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. |
2 |
fr/paris/lutece/util/signrequest/service/BasicClientKeyService.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. |
2 |
fr/paris/lutece/util/signrequest/service/ClientKeyService.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. |
2 |
fr/paris/lutece/util/signrequest/servlet/AbstractRequestFilter.java
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 |
fr/paris/lutece/util/signrequest/servlet/ParameterHashRequestFilter.java
Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. |
2 |