Fork me on GitHub

Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
11 0 0 29

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflow/modules/crmforms/business/TaskNotifyCRMConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/crmforms/business/TaskNotifyCRMConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/crmforms/service/CRMFormsPlugin.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/crmforms/service/FormsNotifyCRMService.java 0 0 9
fr/paris/lutece/plugins/workflow/modules/crmforms/service/INotifyCRMService.java 0 0 8
fr/paris/lutece/plugins/workflow/modules/crmforms/service/task/NotifyCRMTask.java 0 0 6
fr/paris/lutece/plugins/workflow/modules/crmforms/service/taskinfo/NotifyCRMTaskInfoProvider.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/crmforms/util/constants/NotifyCRMConstants.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/crmforms/web/NotifyCRMTaskComponent.java 0 0 1

Rules

Category Rule Violations Severity
coding DeclarationOrder 4
 Error
ParameterAssignment 1
 Error
design VisibilityModifier 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
9
 Error
javadoc JavadocMethod 8
 Error
JavadocType 1
 Error
modifier RedundantModifier 4
 Error
whitespace ParenPad
  • option: "space"
1
 Error

Details

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/workflow/modules/crmforms/service/CRMFormsPlugin.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/workflow/modules/crmforms/service/FormsNotifyCRMService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
coding DeclarationOrder Variable access definition in wrong order. 83
 Error
coding DeclarationOrder Variable access definition in wrong order. 84
 Error
coding DeclarationOrder Variable access definition in wrong order. 85
 Error
design VisibilityModifier Variable '_actionService' must be private and have accessor methods. 91
 Error
whitespace ParenPad '(' is not followed by whitespace. 161
 Error
javadoc JavadocMethod Expected @return tag. 173
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 173
 Error
javadoc JavadocMethod Expected @param tag for 'keyExtractor'. 173

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 43
 Error
modifier RedundantModifier Redundant 'public' modifier. 52
 Error
modifier RedundantModifier Redundant 'public' modifier. 59
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 59
 Error
javadoc JavadocMethod Expected @param tag for 'task'. 59
 Error
modifier RedundantModifier Redundant 'public' modifier. 68
 Error
modifier RedundantModifier Redundant 'public' modifier. 77

fr/paris/lutece/plugins/workflow/modules/crmforms/service/task/NotifyCRMTask.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
coding DeclarationOrder Static variable definition in wrong order. 73
 Error
javadoc JavadocMethod Expected @return tag. 162
 Error
javadoc JavadocMethod Expected @param tag for 'strContent'. 162
 Error
javadoc JavadocMethod Expected @param tag for 'nIdRessource'. 162
 Error
coding ParameterAssignment Assignment of parameter 'strContent' is not allowed. 170

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2