Fork me on GitHub

Résultats Checkstyle

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

Résumé

Fichiers  Infos  Avertissements  Erreurs
22 0 0 52

Fichiers

Fichier  I  A  E
fr/paris/lutece/plugins/mydashboard/modules/gru/business/Alert.java 0 0 1
fr/paris/lutece/plugins/mydashboard/modules/gru/business/Bill.java 0 0 1
fr/paris/lutece/plugins/mydashboard/modules/gru/business/Call.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/business/Mail.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/business/Newsletter.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/resources/gru_messages_en.properties 0 0 4
fr/paris/lutece/plugins/mydashboard/modules/gru/service/IAlertService.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/service/IBillService.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/service/ICallService.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/service/IMailService.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/service/INewletterService.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeAlertService.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeBillService.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeCallService.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeMailService.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeNewsletterService.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardAlertsComponent.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardBillsComponent.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardCallsComponent.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardMailsComponent.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardNewsLettersComponent.java 0 0 3

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
3  Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/gru-module-mydashboard-gru-doc-QA/workspace/target/checkstyle-header.txt"
20  Erreur
javadoc JavadocMethod 5  Erreur
misc Translation 4  Erreur
whitespace ParenPad
  • option: "space"
20  Erreur

Détails

fr/paris/lutece/plugins/mydashboard/modules/gru/business/Alert.java

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

fr/paris/lutece/plugins/mydashboard/modules/gru/business/Bill.java

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

fr/paris/lutece/plugins/mydashboard/modules/gru/business/Call.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur blocks LeftCurly '{' at column 19 should be on a new line. 40

fr/paris/lutece/plugins/mydashboard/modules/gru/business/Mail.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur blocks LeftCurly '{' at column 19 should be on a new line. 40

fr/paris/lutece/plugins/mydashboard/modules/gru/business/Newsletter.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur blocks LeftCurly '{' at column 25 should be on a new line. 40

fr/paris/lutece/plugins/mydashboard/modules/gru/resources/gru_messages_en.properties

Sévérité Catégorie Règle Message Ligne
 Erreur misc Translation Key 'component.alerts.description' missing.
 Erreur misc Translation Key 'component.calls.description' missing.
 Erreur misc Translation Key 'component.mails.description' missing.
 Erreur misc Translation Key 'component.newsletters.description' missing.

fr/paris/lutece/plugins/mydashboard/modules/gru/service/IAlertService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 46

fr/paris/lutece/plugins/mydashboard/modules/gru/service/IBillService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 46

fr/paris/lutece/plugins/mydashboard/modules/gru/service/ICallService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 46

fr/paris/lutece/plugins/mydashboard/modules/gru/service/IMailService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 46

fr/paris/lutece/plugins/mydashboard/modules/gru/service/INewletterService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 46

fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeAlertService.java

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

fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeBillService.java

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

fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeCallService.java

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

fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeMailService.java

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

fr/paris/lutece/plugins/mydashboard/modules/gru/service/MokeNewsletterService.java

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

fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardAlertsComponent.java

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

fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardBillsComponent.java

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

fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardCallsComponent.java

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

fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardMailsComponent.java

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

fr/paris/lutece/plugins/mydashboard/modules/gru/web/MyDashboardNewsLettersComponent.java

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