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
24 0 1 198

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/oauth2/business/AuthClientConf.java 0 0 16
fr/paris/lutece/plugins/oauth2/business/AuthServerConf.java 0 0 5
fr/paris/lutece/plugins/oauth2/business/IDToken.java 0 0 1
fr/paris/lutece/plugins/oauth2/business/RegisteredClient.java 0 0 1
fr/paris/lutece/plugins/oauth2/business/ServerConfiguration.java 0 0 1
fr/paris/lutece/plugins/oauth2/business/Token.java 0 0 1
fr/paris/lutece/plugins/oauth2/dataclient/AbstractDataClient.java 0 0 7
fr/paris/lutece/plugins/oauth2/dataclient/DataClient.java 0 0 2
fr/paris/lutece/plugins/oauth2/dataclient/LogUserInfoDataClient.java 0 0 1
fr/paris/lutece/plugins/oauth2/jwt/JWTParser.java 0 0 1
fr/paris/lutece/plugins/oauth2/jwt/JjwtJWTParser.java 0 0 1
fr/paris/lutece/plugins/oauth2/jwt/MitreJWTParser.java 0 0 1
fr/paris/lutece/plugins/oauth2/jwt/TokenValidationException.java 0 0 1
fr/paris/lutece/plugins/oauth2/service/BearerTokenAuthenticator.java 0 0 5
fr/paris/lutece/plugins/oauth2/service/CallbackHandlerService.java 0 0 3
fr/paris/lutece/plugins/oauth2/service/DataClientService.java 0 0 5
fr/paris/lutece/plugins/oauth2/service/MapperService.java 0 0 1
fr/paris/lutece/plugins/oauth2/service/OauthUtils.java 0 0 3
fr/paris/lutece/plugins/oauth2/service/PkceUtil.java 0 0 22
fr/paris/lutece/plugins/oauth2/service/TokenService.java 0 1 28
fr/paris/lutece/plugins/oauth2/web/CallbackHandler.java 0 0 87
fr/paris/lutece/plugins/oauth2/web/Constants.java 0 0 1
fr/paris/lutece/plugins/oauth2/web/OAuthCallbackServlet.java 0 0 3
fr/paris/lutece/plugins/oauth2/web/OAuthLogoutServlet.java 0 0 1

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
15
 Erreur
RightCurly
  • option: "alone"
3
 Erreur
coding DeclarationOrder 4
 Erreur
HiddenField 5
 Erreur
ParameterAssignment 1
 Erreur
design FinalClass 1
 Erreur
HideUtilityClassConstructor 2
 Erreur
VisibilityModifier 3
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
24
 Erreur
imports UnusedImports 7
 Erreur
javadoc JavadocMethod 37
 Erreur
JavadocType 2
 Erreur
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Erreur
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
7
 Erreur
sizes ParameterNumber 1
 Avertissement
whitespace ParenPad
  • option: "space"
74
 Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
12
 Erreur

Détails

fr/paris/lutece/plugins/oauth2/business/AuthClientConf.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 JavadocMethod Missing a Javadoc comment. 125
 Erreur
blocks LeftCurly '{' at column 28 should be on a new line. 125
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 129
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 129
 Erreur
coding HiddenField '_bPublic' hides a field. 129
 Erreur
naming ParameterName Name '_bPublic' must match pattern '^[a-z][a-zA-Z0-9]*$'. 129
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 129
 Erreur
blocks LeftCurly '{' at column 42 should be on a new line. 129
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 133
 Erreur
blocks LeftCurly '{' at column 26 should be on a new line. 133
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 137
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 137
 Erreur
naming ParameterName Name '_bPKCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 137
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 137
 Erreur
blocks LeftCurly '{' at column 38 should be on a new line. 137

fr/paris/lutece/plugins/oauth2/business/AuthServerConf.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 JavadocMethod Unused @param tag for '_strName'. 62
 Erreur
javadoc JavadocMethod Expected @param tag for 'strName'. 65
 Erreur
coding HiddenField '_bEnableJwtParser' hides a field. 168
 Erreur
naming ParameterName Name '_bEnableJwtParser' must match pattern '^[a-z][a-zA-Z0-9]*$'. 168

fr/paris/lutece/plugins/oauth2/business/IDToken.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/plugins/oauth2/business/RegisteredClient.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/plugins/oauth2/business/ServerConfiguration.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/plugins/oauth2/business/Token.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/plugins/oauth2/dataclient/AbstractDataClient.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 '_logger' must be private and have accessor methods. 60
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 263
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 278
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 283
 Erreur
coding HiddenField '_bDefault' hides a field. 283
 Erreur
naming ParameterName Name '_bDefault' must match pattern '^[a-z][a-zA-Z0-9]*$'. 283

fr/paris/lutece/plugins/oauth2/dataclient/DataClient.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
naming ParameterName Name '_bDefault' must match pattern '^[a-z][a-zA-Z0-9]*$'. 178

fr/paris/lutece/plugins/oauth2/dataclient/LogUserInfoDataClient.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/plugins/oauth2/jwt/JWTParser.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/plugins/oauth2/jwt/JjwtJWTParser.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/plugins/oauth2/jwt/MitreJWTParser.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/plugins/oauth2/jwt/TokenValidationException.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/plugins/oauth2/service/BearerTokenAuthenticator.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. 79
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 79
 Erreur
blocks LeftCurly '{' at column 84 should be on a new line. 79
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 81

fr/paris/lutece/plugins/oauth2/service/CallbackHandlerService.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 - fr.paris.lutece.util.url.UrlItem. 44
 Erreur
design FinalClass Class CallbackHandlerService should be declared as final. 51

fr/paris/lutece/plugins/oauth2/service/DataClientService.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 JavadocMethod Unused @param tag for 'strName'. 110
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 114
 Erreur
javadoc JavadocMethod Unused @param tag for 'strName'. 149
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 153

fr/paris/lutece/plugins/oauth2/service/MapperService.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/plugins/oauth2/service/OauthUtils.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. 38
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 38

fr/paris/lutece/plugins/oauth2/service/PkceUtil.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 9
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 9
 Erreur
blocks LeftCurly '{' at column 23 should be on a new line. 9
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 11
 Erreur
blocks LeftCurly '{' at column 84 should be on a new line. 11
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 14
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 14
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 16
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 16
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 19
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 19
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 19
 Erreur
blocks LeftCurly '{' at column 130 should be on a new line. 19
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 20
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 20
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 21
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 21
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 22
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 22
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 25
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 25

fr/paris/lutece/plugins/oauth2/service/TokenService.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 '_defaultClientConfig' must be private and have accessor methods. 60
 Erreur
design VisibilityModifier Variable '_defaultauthServerConfig' must be private and have accessor methods. 61
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 63
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 65
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 66
 Erreur
coding DeclarationOrder Static variable definition in wrong order. 68
 Erreur
javadoc JavadocMethod Expected @param tag for 'defaultClientConfig'. 80
 Erreur
javadoc JavadocMethod Expected @param tag for 'defaultauthServerConfig'. 80
 Erreur
javadoc JavadocMethod Expected @param tag for 'jWTParser'. 101
 Erreur
javadoc JavadocMethod Expected @param tag for 'strStoredNonce'. 101
 Erreur
javadoc JavadocMethod Unused @param tag for 'the'. 111
 Avertissement
sizes ParameterNumber More than 7 parameters (found 8). 125
 Erreur
javadoc JavadocMethod Expected @param tag for 'strRedirectUri'. 125
 Erreur
javadoc JavadocMethod Expected @param tag for 'clientConfig'. 125
 Erreur
javadoc JavadocMethod Expected @param tag for 'authServerConf'. 125
 Erreur
javadoc JavadocMethod Expected @param tag for 'jWTParser'. 126
 Erreur
javadoc JavadocMethod Expected @param tag for 'strStoredNonce'. 126
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCodeVerifier'. 126
 Erreur
coding ParameterAssignment Assignment of parameter 'strRedirectUri' is not allowed. 132
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 138
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 138
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 143
 Erreur
javadoc JavadocMethod Unused @param tag for 'clientConfig'. 172
 Erreur
javadoc JavadocMethod Unused @param tag for 'authServerConf'. 174
 Erreur
javadoc JavadocMethod Unused @param tag for 'clientConfig'. 234
 Erreur
javadoc JavadocMethod Unused @param tag for 'authServerConf'. 236
 Erreur
javadoc JavadocMethod Expected @param tag for 'jwtParser'. 319
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 347

fr/paris/lutece/plugins/oauth2/web/CallbackHandler.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.ArrayList. 43
 Erreur
imports UnusedImports Unused import - java.util.Arrays. 44
 Erreur
imports UnusedImports Unused import - java.util.Iterator. 45
 Erreur
imports UnusedImports Unused import - java.util.List. 46
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 206
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 206
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 208
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 208
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 208
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 208
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 209
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 209
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 209
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 209
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 210
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 210
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 211
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 211
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 218
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 218
 Erreur
javadoc JavadocMethod Unused @param tag for 'the'. 291
 Erreur
javadoc JavadocMethod Expected @param tag for 'strRedirectUri'. 305
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 310
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 310
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 340
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCodeVerifier'. 340
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 343
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 343
 Erreur
blocks LeftCurly '{' at column 7 should be on a new line. 344
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 345
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 345
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 347
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 347
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 349
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 349
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 349
 Erreur
blocks LeftCurly '{' at column 70 should be on a new line. 349
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 350
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 350
 Erreur
naming LocalVariableName Name 'StrCodeVerifier' must match pattern '^[a-z][a-zA-Z0-9]*$'. 367
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 367
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 367
 Erreur
blocks LeftCurly '{' at column 7 should be on a new line. 368
 Erreur
blocks RightCurly '}' at column 3 should be alone on a line. 370
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 370
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 370
 Erreur
blocks LeftCurly '{' at column 44 should be on a new line. 370
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 371
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 371
 Erreur
coding HiddenField '_handlerName' hides a field. 554
 Erreur
naming ParameterName Name '_handlerName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 554
 Erreur
coding HiddenField '_bDefault' hides a field. 592
 Erreur
naming ParameterName Name '_bDefault' must match pattern '^[a-z][a-zA-Z0-9]*$'. 592
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 597
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 605
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 605
 Erreur
blocks LeftCurly '{' at column 66 should be on a new line. 605
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 607
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 607
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 630
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 632
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 632
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 634
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 665
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 665
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 670
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 670
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 670
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 670
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 677
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 677
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 680
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 680
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 685
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 685
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 687
 Erreur
blocks LeftCurly '{' at column 8 should be on a new line. 690
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 692
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 692
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 692
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 692
 Erreur
blocks RightCurly '}' at column 4 should be alone on a line. 694
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 694
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 694
 Erreur
blocks LeftCurly '{' at column 45 should be on a new line. 694
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 696

fr/paris/lutece/plugins/oauth2/web/Constants.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/plugins/oauth2/web/OAuthCallbackServlet.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.List. 37
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.spring.SpringContextService. 47

fr/paris/lutece/plugins/oauth2/web/OAuthLogoutServlet.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