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
8 0 1 41

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflow/modules/actionsbatch/service/ActionsBatchService.java 0 1 27
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 2
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/web/ActionsBatchTaskComponent.java 0 0 6

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
1
 Error
RightCurly
  • option: "alone"
1
 Error
design HideUtilityClassConstructor 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
6
 Error
imports UnusedImports 3
 Error
javadoc JavadocMethod 12
 Error
JavadocType 4
 Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Error
sizes ParameterNumber 1
 Warning
whitespace ParenPad
  • option: "space"
12
 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
imports UnusedImports Unused import - fr.paris.lutece.portal.business.progressmanager.ProgressFeed. 42
 Error
imports UnusedImports Unused import - fr.paris.lutece.portal.service.progressmanager.ProgressManagerService. 43
 Error
javadoc JavadocType Missing a Javadoc comment. 49
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 49
 Error
whitespace ParenPad '(' is not followed by whitespace. 51
 Error
whitespace ParenPad ')' is not preceded with whitespace. 51
 Warning
sizes ParameterNumber More than 7 parameters (found 8). 68
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 68
 Error
javadoc JavadocMethod Expected @param tag for 'strResourceType'. 68
 Error
javadoc JavadocMethod Expected @param tag for 'nIdAction'. 68
 Error
javadoc JavadocMethod Expected @param tag for 'nParentResourceId'. 68
 Error
javadoc JavadocMethod Expected @param tag for 'locale'. 68
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 69
 Error
javadoc JavadocMethod Expected @param tag for 'listResourceIds'. 69
 Error
javadoc JavadocMethod Expected @param tag for 'bIsAutomatic'. 69
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 76
 Error
whitespace ParenPad '(' is not followed by whitespace. 83
 Error
whitespace ParenPad ')' is not preceded with whitespace. 83
 Error
whitespace ParenPad '(' is not followed by whitespace. 87
 Error
whitespace ParenPad ')' is not preceded with whitespace. 87
 Error
whitespace ParenPad '(' is not followed by whitespace. 88
 Error
whitespace ParenPad ')' is not preceded with whitespace. 88
 Error
blocks RightCurly '}' at column 25 should be alone on a line. 89
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 Error
whitespace ParenPad '(' is not followed by whitespace. 91
 Error
whitespace ParenPad ')' is not preceded with whitespace. 91

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. 54

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/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