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
14 0 0 36

Règles

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

Détails

fr/paris/lutece/plugins/workflow/modules/notifycrm/business/TaskNotifyCRMConfig.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur blocks LeftCurly '{' at column 54 should be on a new line. 159
 Erreur javadoc JavadocMethod Unused @param tag for 'positionEntryCrmWebAppCode'. 165
 Erreur whitespace ParenPad '(' is not followed by whitespace. 167
 Erreur javadoc JavadocMethod Expected @param tag for 'nPositionEntryCrmWebAppCode'. 167
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 167
 Erreur blocks LeftCurly '{' at column 86 should be on a new line. 167

fr/paris/lutece/plugins/workflow/modules/notifycrm/business/TaskNotifyCRMConfigDAO.java

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

fr/paris/lutece/plugins/workflow/modules/notifycrm/resources/notifycrm_messages.properties

Sévérité Catégorie Règle Message Ligne
 Erreur misc Translation Key 'task_notify_crm_config.label_send_notification.no' missing.
 Erreur misc Translation Key 'task_notify_crm_config.label_send_notification.yes' missing.

fr/paris/lutece/plugins/workflow/modules/notifycrm/resources/notifycrm_messages_fr.properties

Sévérité Catégorie Règle Message Ligne
 Erreur misc Translation Key 'task_notify_crm_config.label_send_notification_comment' missing.

fr/paris/lutece/plugins/workflow/modules/notifycrm/service/INotifyCRMService.java

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

fr/paris/lutece/plugins/workflow/modules/notifycrm/service/NotifyCRMPlugin.java

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

fr/paris/lutece/plugins/workflow/modules/notifycrm/service/NotifyCRMService.java

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

fr/paris/lutece/plugins/workflow/modules/notifycrm/service/convert/MessageConverter.java

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

fr/paris/lutece/plugins/workflow/modules/notifycrm/service/notification/NotifyService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur blocks LeftCurly '{' at column 21 should be on a new line. 98
 Erreur blocks RightCurly '}' at column 5 should be alone on a line. 100
 Erreur whitespace ParenPad '(' is not followed by whitespace. 100
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 100
 Erreur blocks LeftCurly '{' at column 30 should be on a new line. 100
 Erreur whitespace ParenPad '(' is not followed by whitespace. 101
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 101

fr/paris/lutece/plugins/workflow/modules/notifycrm/service/taskinfo/NotifyCRMTaskInfoProvider.java

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

fr/paris/lutece/plugins/workflow/modules/notifycrm/util/annotation/NotifyCRMConfig.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Expected an @return tag. 62
 Erreur javadoc JavadocMethod Expected an @return tag. 66
 Erreur javadoc JavadocMethod Expected an @return tag. 73

fr/paris/lutece/plugins/workflow/modules/notifycrm/util/constants/NotifyCRMConstants.java

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

fr/paris/lutece/plugins/workflow/modules/notifycrm/util/validation/NotifyCRMConfigValidator.java

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

fr/paris/lutece/plugins/workflow/modules/notifycrm/web/NotifyCRMTaskComponent.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur imports UnusedImports Unused import - fr.paris.lutece.util.ReferenceList. 67
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 156