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 77

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/business/TaskFileTransferConfig.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/business/TaskFileTransferConfigDAO.java 0 0 5
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/service/TaskFileTransfer.java 0 0 24
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/service/TaskFileTransferService.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/service/listener/FileTransferListenerService.java 0 1 6
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/web/AbstractPaginatorJspBean.java 0 0 8
fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/web/TaskFileTransferTaskComponent.java 0 0 29

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
12
 Error
coding DeclarationOrder 3
 Error
ReturnCount
  • max: "5"
1
 Warning
design VisibilityModifier 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
7
 Error
imports UnusedImports 13
 Error
javadoc JavadocMethod 5
 Error
JavadocType 6
 Error
naming StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Error
whitespace ParenPad
  • option: "space"
29
 Error

Details

fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/business/TaskFileTransferConfig.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. 38

fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/business/TaskFileTransferConfigDAO.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 JavadocMethod Missing a Javadoc comment. 135
 Error
whitespace ParenPad '(' is not followed by whitespace. 135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 135
 Error
blocks LeftCurly '{' at column 67 should be on a new line. 135

fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/service/TaskFileTransfer.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 23
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 23
 Error
whitespace ParenPad '(' is not followed by whitespace. 31
 Error
whitespace ParenPad ')' is not preceded with whitespace. 31
 Error
blocks LeftCurly '{' at column 24 should be on a new line. 36
 Error
whitespace ParenPad '(' is not followed by whitespace. 49
 Error
whitespace ParenPad ')' is not preceded with whitespace. 49
 Error
whitespace ParenPad '(' is not followed by whitespace. 56
 Error
whitespace ParenPad '(' is not followed by whitespace. 56
 Error
whitespace ParenPad ')' is not preceded with whitespace. 56
 Error
whitespace ParenPad ')' is not preceded with whitespace. 56
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad '(' is not followed by whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
whitespace ParenPad ')' is not preceded with whitespace. 57
 Error
whitespace ParenPad '(' is not followed by whitespace. 59
 Error
blocks LeftCurly '{' at column 39 should be on a new line. 59
 Error
blocks LeftCurly '{' at column 14 should be on a new line. 62
 Error
whitespace ParenPad '(' is not followed by whitespace. 63
 Error
whitespace ParenPad ')' is not preceded with whitespace. 63
 Error
whitespace ParenPad '(' is not followed by whitespace. 76
 Error
whitespace ParenPad ')' is not preceded with whitespace. 76
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 76

fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/service/TaskFileTransferService.java

Severity Category Rule Message Line
 Error
header Header Missing a header - not enough lines in file. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 5
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 5

fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/service/listener/FileTransferListenerService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 13
 Error
naming StaticVariableName Name 'contextValue' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 16
 Warning
coding ReturnCount Return count is 2 (max allowed for void methods/constructors/lambdas is 1). 17
 Error
whitespace ParenPad '(' is not followed by whitespace. 24
 Error
whitespace ParenPad ')' is not preceded with whitespace. 24
 Error
blocks LeftCurly '{' at column 14 should be on a new line. 28

fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/web/AbstractPaginatorJspBean.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.service.util.AppPropertiesService. 37
 Error
javadoc JavadocType Missing a Javadoc comment. 48
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 74
 Error
javadoc JavadocMethod Unused @param tag for '<S>'. 100
 Error
javadoc JavadocMethod Unused @param tag for '<T>'. 101
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 106
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 108

fr/paris/lutece/plugins/workflow/modules/filestoragetransfer/web/TaskFileTransferTaskComponent.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
imports UnusedImports Unused import - java.util.ArrayList. 3
 Error
imports UnusedImports Unused import - java.util.Collection. 4
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.business.Entry. 15
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.business.EntryFilter. 16
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.business.EntryHome. 17
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.business.EntryType. 18
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.business.EntryTypeHome. 19
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.genericattributes.service.GenericAttributesPlugin. 20
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.workflowcore.business.config.ITaskConfig. 23
 Error
imports UnusedImports Unused import - fr.paris.lutece.portal.service.rbac.ResourceType. 27
 Error
imports UnusedImports Unused import - fr.paris.lutece.portal.service.rbac.ResourceTypeManager. 28
 Error
imports UnusedImports Unused import - fr.paris.lutece.portal.service.rbac.ResourceTypeProvider. 29
 Error
javadoc JavadocType Missing a Javadoc comment. 34
 Error
blocks LeftCurly '{' at column 74 should be on a new line. 34
 Error
coding DeclarationOrder Static variable definition in wrong order. 66
 Error
coding DeclarationOrder Static variable definition in wrong order. 67
 Error
coding DeclarationOrder Variable access definition in wrong order. 69
 Error
design VisibilityModifier Variable '_config' must be private and have accessor methods. 69
 Error
whitespace ParenPad '(' is not followed by whitespace. 72
 Error
whitespace ParenPad ')' is not preceded with whitespace. 72
 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. 176
 Error
whitespace ParenPad ')' is not preceded with whitespace. 176
 Error
blocks LeftCurly '{' at column 116 should be on a new line. 176
 Error
whitespace ParenPad '(' is not followed by whitespace. 186
 Error
whitespace ParenPad ')' is not preceded with whitespace. 186
 Error
blocks LeftCurly '{' at column 130 should be on a new line. 186