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
9 0 1 29

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflow/modules/actionsbatch/service/ActionsBatchService.java 0 1 13
fr/paris/lutece/plugins/workflow/modules/actionsbatch/service/ActionsBatchTaskConfigService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTask.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTaskConfig.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTaskConfigDAO.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/AsynchronousSimpleTask.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/actionsbatch/web/ActionsBatchTaskComponent.java 0 0 6

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
1
 Error
design HideUtilityClassConstructor 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
7
 Error
imports UnusedImports 1
 Error
javadoc JavadocMethod 13
 Error
JavadocType 4
 Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Error
sizes ParameterNumber 1
 Warning
whitespace ParenPad
  • option: "space"
1
 Error

Details

fr/paris/lutece/plugins/workflow/modules/actionsbatch/service/ActionsBatchService.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. 47
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 47
 Warning
sizes ParameterNumber More than 7 parameters (found 9). 65
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 65
 Error
javadoc JavadocMethod Expected @param tag for 'strResourceType'. 65
 Error
javadoc JavadocMethod Expected @param tag for 'nIdAction'. 65
 Error
javadoc JavadocMethod Expected @param tag for 'nParentResourceId'. 65
 Error
javadoc JavadocMethod Expected @param tag for 'locale'. 65
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 66
 Error
javadoc JavadocMethod Expected @param tag for 'listResourceIds'. 66
 Error
javadoc JavadocMethod Expected @param tag for 'bIsAutomatic'. 66
 Error
javadoc JavadocMethod Expected @param tag for 'strFeedToken'. 66
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 81

fr/paris/lutece/plugins/workflow/modules/actionsbatch/service/ActionsBatchTaskConfigService.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/actionsbatch/task/ActionsBatchTask.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. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 124

fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTaskConfig.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. 40
 Error
javadoc JavadocMethod Expected @param tag for 'strResourceType'. 131

fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/ActionsBatchTaskConfigDAO.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. 39

fr/paris/lutece/plugins/workflow/modules/actionsbatch/task/AsynchronousSimpleTask.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/actionsbatch/web/ActionsBatchTaskComponent.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
imports UnusedImports Unused import - java.util.ArrayList. 36
 Error
naming LocalVariableName Name '_actionService' must match pattern '^[a-z][a-zA-Z0-9]*$'. 114
 Error
javadoc JavadocMethod Expected @param tag for 'workflowsRefList'. 227
 Error
javadoc JavadocMethod Expected @param tag for 'mapStates'. 227
 Error
javadoc JavadocMethod Expected @param tag for 'mapActions'. 227