Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
23 0 1 73

Files

File
 I
 W
 E
fr/paris/lutece/util/signrequest/AbstractAuthenticator.java 0 0 3
fr/paris/lutece/util/signrequest/AbstractJWTAuthenticator.java 0 0 3
fr/paris/lutece/util/signrequest/AbstractJWTRSAAuthenticator.java 0 0 6
fr/paris/lutece/util/signrequest/AbstractPrivateKeyAuthenticator.java 0 0 1
fr/paris/lutece/util/signrequest/AuthenticateRequestInformations.java 0 0 14
fr/paris/lutece/util/signrequest/BasicAuthorizationAuthenticator.java 0 0 2
fr/paris/lutece/util/signrequest/ClientHeaderHashAuthenticator.java 0 0 6
fr/paris/lutece/util/signrequest/HeaderHashAuthenticator.java 0 0 5
fr/paris/lutece/util/signrequest/JWTNoEncryptionAuthenticator.java 0 0 3
fr/paris/lutece/util/signrequest/JWTRSAKeyStoreFileAuthenticator.java 0 1 3
fr/paris/lutece/util/signrequest/JWTRSAPlainTextAuthenticator.java 0 0 4
fr/paris/lutece/util/signrequest/JWTRSATrustStoreFileAuthenticator.java 0 0 5
fr/paris/lutece/util/signrequest/JWTSecretKeyAuthenticator.java 0 0 3
fr/paris/lutece/util/signrequest/NoSecurityAuthenticator.java 0 0 1
fr/paris/lutece/util/signrequest/RequestAuthenticator.java 0 0 1
fr/paris/lutece/util/signrequest/RequestHashAuthenticator.java 0 0 6
fr/paris/lutece/util/signrequest/security/HashService.java 0 0 1
fr/paris/lutece/util/signrequest/security/Sha1HashService.java 0 0 1
fr/paris/lutece/util/signrequest/service/BasicClientKeyService.java 0 0 1
fr/paris/lutece/util/signrequest/service/ClientKeyService.java 0 0 1
fr/paris/lutece/util/signrequest/servlet/AbstractRequestFilter.java 0 0 1
fr/paris/lutece/util/signrequest/servlet/HeaderHashRequestFilter.java 0 0 1
fr/paris/lutece/util/signrequest/servlet/ParameterHashRequestFilter.java 0 0 1

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
1
 Error
coding DeclarationOrder 2
 Error
design VisibilityModifier 5
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
23
 Error
imports UnusedImports 1
 Error
javadoc JavadocMethod 4
 Error
JavadocType 6
 Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
2
 Error
sizes ParameterNumber 1
 Warning
whitespace ParenPad
  • option: "space"
25
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
4
 Error

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

fr/paris/lutece/util/signrequest/AuthenticateRequestInformations.java

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

fr/paris/lutece/util/signrequest/ClientHeaderHashAuthenticator.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. 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

fr/paris/lutece/util/signrequest/HeaderHashAuthenticator.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. 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

fr/paris/lutece/util/signrequest/servlet/HeaderHashRequestFilter.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/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