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
1 0 0 8

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/forms/modules/mydashboard/service/MyDashboardComponentFormResponses.java 0 0 8

Règles

Catégorie Règle Violations Sévérité
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
1
 Erreur
imports UnusedImports 1
 Erreur
whitespace ParenPad
  • option: "space"
5
 Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
1
 Erreur

Détails

fr/paris/lutece/plugins/forms/modules/mydashboard/service/MyDashboardComponentFormResponses.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.plugins.forms.business.FormResponseHome. 45
 Erreur
whitespace WhitespaceAround '=' is not preceded with whitespace. 83
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 84
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 85
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 85
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 85
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 87