Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 

rss feed

Résumé

Fichiers
 Infos
 Avertissements
 Erreurs
23 0 1 73

Fichiers

Fichier
 I
 A
 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

Règles

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

Détails

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 52
 Erreur
design VisibilityModifier Variable '_lValidityTimePeriod' must be private and have accessor methods. 52

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
design VisibilityModifier Variable '_mapClaimsToCheck' must be private and have accessor methods. 53
 Erreur
design VisibilityModifier Variable '_strJWTHttpHeader' must be private and have accessor methods. 54

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Missing a Javadoc comment. 44
 Erreur
naming MemberName Name 'DEFAULT_ENC_ALGO_NAME' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 47
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 93
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 93
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 93

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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
blocks LeftCurly '{' at column 46 should be on a new line. 10
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 13
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 13
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 16
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 16
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 47
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 47
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 49
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 49
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 60
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 60
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 62
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 62

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 95

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 132
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 132
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 132
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 132
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 132

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 100
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 100
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 100
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 100

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Missing a Javadoc comment. 43
 Erreur
javadoc JavadocMethod Expected @param tag for 'lValidityTimePeriod'. 53

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Missing a Javadoc comment. 52
 Erreur
coding DeclarationOrder Constructor definition in wrong order. 94
 Avertissement
sizes ParameterNumber More than 7 parameters (found 8). 94

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Missing a Javadoc comment. 48
 Erreur
design VisibilityModifier Variable '_strPlainTextPublicKey' must be private and have accessor methods. 50
 Erreur
design VisibilityModifier Variable '_strPlainTextPrivateKey' must be private and have accessor methods. 51

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Missing a Javadoc comment. 48
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCacertPath'. 70
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCacertPassword'. 70
 Erreur
javadoc JavadocMethod Expected @param tag for 'strAlias'. 70

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Missing a Javadoc comment. 44
 Erreur
naming MemberName Name 'DEFAULT_ENC_ALGO_NAME' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 48

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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
imports UnusedImports Unused import - java.util.Map. 39
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 102
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 102
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 102
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 102

fr/paris/lutece/util/signrequest/security/HashService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2