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
39 0 0 83

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflow/modules/userassignment/business/AssignUserResourceTaskConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/userassignment/business/AssignUserResourceTaskConfigDao.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/userassignment/business/IAdminUserListProvider.java 0 0 7
fr/paris/lutece/plugins/workflow/modules/userassignment/business/SelfAssignAdminUserListProvider.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/userassignment/business/TaskUserAssignmentNotificationConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/userassignment/business/TaskUserAssignmentNotificationConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/userassignment/business/information/IUserTaskInformationDAO.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/userassignment/business/information/UserTaskInformation.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/userassignment/business/information/UserTaskInformationDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/userassignment/business/information/UserTaskInformationHome.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/userassignment/service/archiver/WorkflowUserassignmentAnonymizeArchiveProcessingService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/userassignment/service/archiver/WorkflowUserassignmentDeleteArchiveProcessingService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/userassignment/service/archiver/WorkflowUserassignmentResourceArchiver.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/userassignment/service/prerequiste/NoUserAssignedPrerequisite.java 0 0 4
fr/paris/lutece/plugins/workflow/modules/userassignment/service/prerequiste/UserAssignedPrerequisite.java 0 0 4
fr/paris/lutece/plugins/workflow/modules/userassignment/service/prerequiste/UserAssignedToResourcePrerequisite.java 0 0 4
fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/AbstractUserAssignedPrerequisite.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/AssignUserResourceTask.java 0 0 4
fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/AssignUserResourceTaskService.java 0 0 4
fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/IAssignUserResourceTaskService.java 0 0 17
fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/TaskUserAssignmentNotification.java 0 0 6
fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/UnassignUserResourceAutomaticTask.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/UnassignUserResourceTask.java 0 0 4
fr/paris/lutece/plugins/workflow/modules/userassignment/web/task/AssignUserResourceTaskComponent.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/userassignment/web/task/UnassignUserResourceTaskComponent.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/userassignment/web/task/UserAssignmentNotificationTaskComponent.java 0 0 3

Rules

Category Rule Violations Severity
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
26
 Error
javadoc JavadocMethod 46
 Error
JavadocType 9
 Error
whitespace ParenPad
  • option: "space"
2
 Error

Details

fr/paris/lutece/plugins/workflow/modules/userassignment/business/AssignUserResourceTaskConfig.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/userassignment/business/AssignUserResourceTaskConfigDao.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/userassignment/business/IAdminUserListProvider.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 Expected @return tag. 53
 Error
javadoc JavadocMethod Expected @return tag. 60
 Error
javadoc JavadocMethod Expected @return tag. 69
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 69
 Error
javadoc JavadocMethod Expected @param tag for 'resourceId'. 69
 Error
javadoc JavadocMethod Expected @param tag for 'resourceType'. 69

fr/paris/lutece/plugins/workflow/modules/userassignment/business/SelfAssignAdminUserListProvider.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/userassignment/business/TaskUserAssignmentNotificationConfig.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/userassignment/business/TaskUserAssignmentNotificationConfigDAO.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/userassignment/business/information/IUserTaskInformationDAO.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 Expected @param tag for 'nIdHistory'. 66
 Error
javadoc JavadocMethod Expected @param tag for 'nIdTask'. 66

fr/paris/lutece/plugins/workflow/modules/userassignment/business/information/UserTaskInformation.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/userassignment/business/information/UserTaskInformationDAO.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/userassignment/business/information/UserTaskInformationHome.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/userassignment/service/archiver/WorkflowUserassignmentAnonymizeArchiveProcessingService.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/userassignment/service/archiver/WorkflowUserassignmentDeleteArchiveProcessingService.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/userassignment/service/archiver/WorkflowUserassignmentResourceArchiver.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/userassignment/service/prerequiste/NoUserAssignedPrerequisite.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
 Error
javadoc JavadocMethod Missing a Javadoc comment. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 50

fr/paris/lutece/plugins/workflow/modules/userassignment/service/prerequiste/UserAssignedPrerequisite.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
 Error
javadoc JavadocMethod Missing a Javadoc comment. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 50

fr/paris/lutece/plugins/workflow/modules/userassignment/service/prerequiste/UserAssignedToResourcePrerequisite.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. 48
 Error
javadoc JavadocMethod Missing a Javadoc comment. 54
 Error
javadoc JavadocMethod Missing a Javadoc comment. 59

fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/AbstractUserAssignedPrerequisite.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
javadoc JavadocMethod Missing a Javadoc comment. 77

fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/AssignUserResourceTask.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. 50
 Error
javadoc JavadocMethod Missing a Javadoc comment. 60
 Error
javadoc JavadocMethod Missing a Javadoc comment. 85

fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/AssignUserResourceTaskService.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. 55
 Error
javadoc JavadocMethod Expected @param tag for 'resourceUserDAO'. 67
 Error
javadoc JavadocMethod Expected @param tag for 'taskConfigDAO'. 67

fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/IAssignUserResourceTaskService.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. 44
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 53
 Error
javadoc JavadocMethod Expected @param tag for 'resourceId'. 53
 Error
javadoc JavadocMethod Expected @param tag for 'resourceType'. 53
 Error
javadoc JavadocMethod Expected @return tag. 60
 Error
javadoc JavadocMethod Expected @return tag. 69
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 69
 Error
javadoc JavadocMethod Expected @param tag for 'task'. 69
 Error
javadoc JavadocMethod Expected @param tag for 'resourceKey'. 69
 Error
javadoc JavadocMethod Expected @param tag for 'resourceType'. 69
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 77
 Error
javadoc JavadocMethod Expected @param tag for 'resourceId'. 77
 Error
javadoc JavadocMethod Expected @param tag for 'resourceType'. 77
 Error
javadoc JavadocMethod Expected @return tag. 86
 Error
javadoc JavadocMethod Expected @param tag for 'resourceId'. 86
 Error
javadoc JavadocMethod Expected @param tag for 'resourceType'. 86

fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/TaskUserAssignmentNotification.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 Expected @param tag for 'resourceHistory'. 121
 Error
javadoc JavadocMethod Expected @param tag for 'config'. 121
 Error
whitespace ParenPad ')' is not preceded with whitespace. 134
 Error
javadoc JavadocMethod Missing a Javadoc comment. 146
 Error
javadoc JavadocMethod Missing a Javadoc comment. 157

fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/UnassignUserResourceAutomaticTask.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. 63
 Error
javadoc JavadocMethod Missing a Javadoc comment. 85

fr/paris/lutece/plugins/workflow/modules/userassignment/service/task/UnassignUserResourceTask.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. 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 61
 Error
javadoc JavadocMethod Missing a Javadoc comment. 86

fr/paris/lutece/plugins/workflow/modules/userassignment/web/task/AssignUserResourceTaskComponent.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. 78
 Error
javadoc JavadocMethod Missing a Javadoc comment. 145

fr/paris/lutece/plugins/workflow/modules/userassignment/web/task/UnassignUserResourceTaskComponent.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. 73

fr/paris/lutece/plugins/workflow/modules/userassignment/web/task/UserAssignmentNotificationTaskComponent.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
whitespace ParenPad ')' is not preceded with whitespace. 120
 Error
javadoc JavadocMethod Missing a Javadoc comment. 137