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
3 0 0 11

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/oauth2/modules/franceconnect/business/UserInfo.java 0 0 1
fr/paris/lutece/plugins/oauth2/modules/franceconnect/business/service/FranceConnectService.java 0 0 9
fr/paris/lutece/plugins/oauth2/modules/franceconnect/dataclient/UserInfoDataClient.java 0 0 1

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
1
 Erreur
design HideUtilityClassConstructor 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
3
 Erreur
whitespace ParenPad
  • option: "space"
4
 Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
2
 Erreur

Détails

fr/paris/lutece/plugins/oauth2/modules/franceconnect/business/UserInfo.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/modules/franceconnect/business/service/FranceConnectService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 12
 Erreur
blocks LeftCurly '{' at column 35 should be on a new line. 12
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 14
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 14
 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. 24
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 24

fr/paris/lutece/plugins/oauth2/modules/franceconnect/dataclient/UserInfoDataClient.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