Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
14 0 0 36

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
4  Error
RightCurly
  • option: "alone"
1  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/gru-module-workflow-notifycrm-doc-QA/workspace/target/checkstyle-header.txt"
12  Error
imports UnusedImports 1  Error
javadoc JavadocMethod 5  Error
misc Translation 3  Error
whitespace ParenPad
  • option: "space"
10  Error

Details

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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error blocks LeftCurly '{' at column 54 should be on a new line. 159
 Error javadoc JavadocMethod Unused @param tag for 'positionEntryCrmWebAppCode'. 165
 Error whitespace ParenPad '(' is not followed by whitespace. 167
 Error javadoc JavadocMethod Expected @param tag for 'nPositionEntryCrmWebAppCode'. 167
 Error whitespace ParenPad ')' is not preceded with whitespace. 167
 Error blocks LeftCurly '{' at column 86 should be on a new line. 167

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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error whitespace ParenPad '(' is not followed by whitespace. 133
 Error whitespace ParenPad ')' is not preceded with whitespace. 133

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

Severity Category Rule Message Line
 Error misc Translation Key 'task_notify_crm_config.label_send_notification.no' missing.
 Error misc Translation Key 'task_notify_crm_config.label_send_notification.yes' missing.

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

Severity Category Rule Message Line
 Error misc Translation Key 'task_notify_crm_config.label_send_notification_comment' missing.

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

Severity Category Rule Message Line
 Error 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

Severity Category Rule Message Line
 Error 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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error whitespace ParenPad ')' is not preceded with whitespace. 114

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

Severity Category Rule Message Line
 Error 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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error blocks LeftCurly '{' at column 21 should be on a new line. 98
 Error blocks RightCurly '}' at column 5 should be alone on a line. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 100
 Error whitespace ParenPad ')' is not preceded with whitespace. 100
 Error blocks LeftCurly '{' at column 30 should be on a new line. 100
 Error whitespace ParenPad '(' is not followed by whitespace. 101
 Error whitespace ParenPad ')' is not preceded with whitespace. 101

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

Severity Category Rule Message Line
 Error 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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error javadoc JavadocMethod Expected an @return tag. 62
 Error javadoc JavadocMethod Expected an @return tag. 66
 Error javadoc JavadocMethod Expected an @return tag. 73

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

Severity Category Rule Message Line
 Error 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

Severity Category Rule Message Line
 Error 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

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - fr.paris.lutece.util.ReferenceList. 67
 Error whitespace ParenPad ')' is not preceded with whitespace. 156