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
67 0 3 217

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflow/modules/appointment/business/EmailDTO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/IManualAppointmentNotificationHistoryDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/IUpdateAdminAppointmentHistoryDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/ManualAppointmentNotificationHistory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/ManualAppointmentNotificationHistoryDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/ManualAppointmentNotificationHistoryHome.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/NotifyAppointmentDTO.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/appointment/business/TaskChangeAppointmentStatusConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/TaskChangeAppointmentStatusConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/TaskNotifyAdminAppointmentConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/TaskNotifyAdminAppointmentConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/TaskNotifyAppointmentConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/TaskNotifyAppointmentConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/TaskNotifyCrmConfig.java 0 0 16
fr/paris/lutece/plugins/workflow/modules/appointment/business/TaskNotifyCrmConfigDAO.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/appointment/business/TaskUpdateAppointmentCancelActionConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/TaskUpdateAppointmentCancelActionConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/UpdateAdminAppointmentHistory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/UpdateAdminAppointmentHistoryDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/business/UpdateAdminAppointmentHistoryHome.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/provider/AppointmentNotificationMarkers.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/appointment/provider/AppointmentWorkflowConstants.java 0 0 27
fr/paris/lutece/plugins/workflow/modules/appointment/service/AbstractTaskNotifyAppointment.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/appointment/service/AppointmentConfigService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/service/ICalService.java 0 2 2
fr/paris/lutece/plugins/workflow/modules/appointment/service/TaskChangeAppointmentStatus.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/service/TaskManualAppointmentNotification.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/service/TaskNotifyAdminAppointment.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/service/TaskNotifyAppointementCrm.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/appointment/service/TaskNotifyAppointment.java 0 1 1
fr/paris/lutece/plugins/workflow/modules/appointment/service/TaskReportAppointment.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/service/TaskUpdateAdminAppointment.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/service/TaskUpdateAppointment.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/appointment/service/TaskUpdateAppointmentCancelReportAction.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/service/WorkflowAppointmentPlugin.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/WorkflowAppointmentAnonymizeArchiveProcessingService.java 0 0 61
fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/WorkflowAppointmentDeleteArchiveProcessingService.java 0 0 6
fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/WorkflowAppointmentResourceArchiver.java 0 0 8
fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/anonymization/AbstractUserAnonymizationService.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/anonymization/AppointmentFormIdAnonymizationService.java 0 0 6
fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/anonymization/IAnonymizationService.java 0 0 7
fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/anonymization/RandomGuidAnonymizationService.java 0 0 4
fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/anonymization/RandomNumberAnonymizationService.java 0 0 4
fr/paris/lutece/plugins/workflow/modules/appointment/service/listeners/WorkflowAppointmentListener.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/web/AbstractNotifyAppointmentTaskComponent.java 0 0 8
fr/paris/lutece/plugins/workflow/modules/appointment/web/ChangeAppointmentStatusTaskComponent.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/appointment/web/ExecuteWorkflowAction.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/web/ManualAppointmentNotificationTaskComponent.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/web/NotifyAdminAppointmentTaskComponent.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/web/NotifyAppointmentTaskComponent.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/appointment/web/NotifyCrmTaskComponent.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/appointment/web/UpdateAdminAppointmentTaskComponent.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/appointment/web/UpdateAppointmentCancelActionTaskComponent.java 0 0 9
fr/paris/lutece/plugins/workflow/modules/appointment/web/UpdateAppointmentTaskComponent.java 0 0 4

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
2
 Error
coding ArrayTrailingComma 5
 Error
DeclarationOrder 27
 Error
ParameterAssignment 1
 Error
ReturnCount
  • max: "5"
2
 Warning
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
54
 Error
imports UnusedImports 2
 Error
javadoc JavadocMethod 27
 Error
JavadocType 12
 Error
sizes ParameterNumber 1
 Warning
whitespace ParenPad
  • option: "space"
87
 Error

Details

fr/paris/lutece/plugins/workflow/modules/appointment/business/EmailDTO.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/appointment/business/IManualAppointmentNotificationHistoryDAO.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/appointment/business/IUpdateAdminAppointmentHistoryDAO.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/appointment/business/ManualAppointmentNotificationHistory.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/appointment/business/ManualAppointmentNotificationHistoryDAO.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/appointment/business/ManualAppointmentNotificationHistoryHome.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/appointment/business/NotifyAppointmentDTO.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. 55
 Error
javadoc JavadocMethod Missing a Javadoc comment. 60

fr/paris/lutece/plugins/workflow/modules/appointment/business/TaskChangeAppointmentStatusConfig.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/appointment/business/TaskChangeAppointmentStatusConfigDAO.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/appointment/business/TaskNotifyAdminAppointmentConfig.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/appointment/business/TaskNotifyAdminAppointmentConfigDAO.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/appointment/business/TaskNotifyAppointmentConfig.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/appointment/business/TaskNotifyAppointmentConfigDAO.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/appointment/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
 Error
javadoc JavadocType Missing a Javadoc comment. 38
 Error
javadoc JavadocMethod Missing a Javadoc comment. 49
 Error
javadoc JavadocMethod Missing a Javadoc comment. 54
 Error
javadoc JavadocMethod Missing a Javadoc comment. 59
 Error
javadoc JavadocMethod Missing a Javadoc comment. 64
 Error
javadoc JavadocMethod Missing a Javadoc comment. 69
 Error
javadoc JavadocMethod Missing a Javadoc comment. 74
 Error
javadoc JavadocMethod Missing a Javadoc comment. 79
 Error
javadoc JavadocMethod Missing a Javadoc comment. 84
 Error
javadoc JavadocMethod Missing a Javadoc comment. 89
 Error
javadoc JavadocMethod Missing a Javadoc comment. 94
 Error
javadoc JavadocMethod Missing a Javadoc comment. 99
 Error
javadoc JavadocMethod Missing a Javadoc comment. 104
 Error
javadoc JavadocMethod Missing a Javadoc comment. 109
 Error
javadoc JavadocMethod Missing a Javadoc comment. 114

fr/paris/lutece/plugins/workflow/modules/appointment/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
 Error
javadoc JavadocType Missing a Javadoc comment. 40

fr/paris/lutece/plugins/workflow/modules/appointment/business/TaskUpdateAppointmentCancelActionConfig.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/appointment/business/TaskUpdateAppointmentCancelActionConfigDAO.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/appointment/business/UpdateAdminAppointmentHistory.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/appointment/business/UpdateAdminAppointmentHistoryDAO.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/appointment/business/UpdateAdminAppointmentHistoryHome.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/appointment/provider/AppointmentNotificationMarkers.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 'collectionNotifyMarkers'. 184

fr/paris/lutece/plugins/workflow/modules/appointment/provider/AppointmentWorkflowConstants.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. 49
 Error
coding DeclarationOrder Static variable definition in wrong order. 50
 Error
coding DeclarationOrder Static variable definition in wrong order. 51
 Error
coding DeclarationOrder Static variable definition in wrong order. 52
 Error
coding DeclarationOrder Static variable definition in wrong order. 53
 Error
coding DeclarationOrder Static variable definition in wrong order. 54
 Error
coding DeclarationOrder Static variable definition in wrong order. 55
 Error
coding DeclarationOrder Static variable definition in wrong order. 56
 Error
coding DeclarationOrder Static variable definition in wrong order. 57
 Error
coding DeclarationOrder Static variable definition in wrong order. 58
 Error
coding DeclarationOrder Static variable definition in wrong order. 59
 Error
coding DeclarationOrder Static variable definition in wrong order. 60
 Error
coding DeclarationOrder Static variable definition in wrong order. 61
 Error
coding DeclarationOrder Static variable definition in wrong order. 62
 Error
coding DeclarationOrder Static variable definition in wrong order. 65
 Error
coding DeclarationOrder Static variable definition in wrong order. 66
 Error
coding DeclarationOrder Static variable definition in wrong order. 67
 Error
coding DeclarationOrder Static variable definition in wrong order. 68
 Error
coding DeclarationOrder Static variable definition in wrong order. 69
 Error
coding DeclarationOrder Static variable definition in wrong order. 70
 Error
coding DeclarationOrder Static variable definition in wrong order. 71
 Error
coding DeclarationOrder Static variable definition in wrong order. 72
 Error
coding DeclarationOrder Static variable definition in wrong order. 73
 Error
coding DeclarationOrder Static variable definition in wrong order. 74
 Error
coding DeclarationOrder Static variable definition in wrong order. 75
 Error
coding DeclarationOrder Static variable definition in wrong order. 76

fr/paris/lutece/plugins/workflow/modules/appointment/service/AbstractTaskNotifyAppointment.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.plugins.appointment.business.user.User. 49
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.appointment.service.UserService. 51

fr/paris/lutece/plugins/workflow/modules/appointment/service/AppointmentConfigService.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/appointment/service/ICalService.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
 Warning
coding ReturnCount Return count is 2 (max allowed for void methods/constructors/lambdas is 1). 135
 Warning
sizes ParameterNumber More than 7 parameters (found 9). 135
 Error
coding ParameterAssignment Assignment of parameter 'strDescription' is not allowed. 261

fr/paris/lutece/plugins/workflow/modules/appointment/service/TaskChangeAppointmentStatus.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/appointment/service/TaskManualAppointmentNotification.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/appointment/service/TaskNotifyAdminAppointment.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/appointment/service/TaskNotifyAppointementCrm.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. 56
 Error
javadoc JavadocMethod Missing a Javadoc comment. 136

fr/paris/lutece/plugins/workflow/modules/appointment/service/TaskNotifyAppointment.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
 Warning
coding ReturnCount Return count is 2 (max allowed for void methods/constructors/lambdas is 1). 83

fr/paris/lutece/plugins/workflow/modules/appointment/service/TaskReportAppointment.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/appointment/service/TaskUpdateAdminAppointment.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/appointment/service/TaskUpdateAppointment.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. 94

fr/paris/lutece/plugins/workflow/modules/appointment/service/TaskUpdateAppointmentCancelReportAction.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/appointment/service/WorkflowAppointmentPlugin.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/appointment/service/archiver/WorkflowAppointmentAnonymizeArchiveProcessingService.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. 29
 Error
whitespace ParenPad '(' is not followed by whitespace. 35
 Error
whitespace ParenPad ')' is not preceded with whitespace. 35
 Error
whitespace ParenPad '(' is not followed by whitespace. 38
 Error
whitespace ParenPad ')' is not preceded with whitespace. 38
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 41
 Error
whitespace ParenPad ')' is not preceded with whitespace. 41
 Error
javadoc JavadocMethod Missing a Javadoc comment. 45
 Error
whitespace ParenPad '(' is not followed by whitespace. 45
 Error
whitespace ParenPad ')' is not preceded with whitespace. 45
 Error
whitespace ParenPad '(' is not followed by whitespace. 47
 Error
whitespace ParenPad ')' is not preceded with whitespace. 47
 Error
whitespace ParenPad '(' is not followed by whitespace. 48
 Error
whitespace ParenPad ')' is not preceded with whitespace. 48
 Error
whitespace ParenPad '(' is not followed by whitespace. 48
 Error
whitespace ParenPad '(' is not followed by whitespace. 48
 Error
whitespace ParenPad ')' is not preceded with whitespace. 48
 Error
whitespace ParenPad ')' is not preceded with whitespace. 48
 Error
whitespace ParenPad '(' is not followed by whitespace. 50
 Error
whitespace ParenPad ')' is not preceded with whitespace. 50
 Error
whitespace ParenPad '(' is not followed by whitespace. 52
 Error
whitespace ParenPad ')' is not preceded with whitespace. 52
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 Error
whitespace ParenPad ')' is not preceded with whitespace. 55
 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. 58
 Error
whitespace ParenPad ')' is not preceded with whitespace. 58
 Error
javadoc JavadocMethod Missing a Javadoc comment. 63
 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. 65
 Error
whitespace ParenPad ')' is not preceded with whitespace. 65
 Error
whitespace ParenPad '(' is not followed by whitespace. 66
 Error
whitespace ParenPad ')' is not preceded with whitespace. 66
 Error
whitespace ParenPad '(' is not followed by whitespace. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 68
 Error
whitespace ParenPad ')' is not preceded with whitespace. 68
 Error
whitespace ParenPad ')' is not preceded with whitespace. 68
 Error
javadoc JavadocMethod Missing a Javadoc comment. 76
 Error
whitespace ParenPad '(' is not followed by whitespace. 76
 Error
whitespace ParenPad ')' is not preceded with whitespace. 76
 Error
whitespace ParenPad '(' is not followed by whitespace. 78
 Error
whitespace ParenPad ')' is not preceded with whitespace. 78
 Error
whitespace ParenPad '(' is not followed by whitespace. 79
 Error
whitespace ParenPad ')' is not preceded with whitespace. 79
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81

fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/WorkflowAppointmentDeleteArchiveProcessingService.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. 7
 Error
whitespace ParenPad '(' is not followed by whitespace. 12
 Error
whitespace ParenPad ')' is not preceded with whitespace. 12
 Error
whitespace ParenPad '(' is not followed by whitespace. 14
 Error
whitespace ParenPad ')' is not preceded with whitespace. 14

fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/WorkflowAppointmentResourceArchiver.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. 11
 Error
blocks LeftCurly '{' at column 79 should be on a new line. 11
 Error
whitespace ParenPad '(' is not followed by whitespace. 24
 Error
whitespace ParenPad ')' is not preceded with whitespace. 24
 Error
blocks LeftCurly '{' at column 92 should be on a new line. 24
 Error
whitespace ParenPad '(' is not followed by whitespace. 28
 Error
whitespace ParenPad ')' is not preceded with whitespace. 28

fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/anonymization/AbstractUserAnonymizationService.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. 3

fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/anonymization/AppointmentFormIdAnonymizationService.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
whitespace ParenPad '(' is not followed by whitespace. 12
 Error
whitespace ParenPad ')' is not preceded with whitespace. 12
 Error
whitespace ParenPad '(' is not followed by whitespace. 14
 Error
whitespace ParenPad ')' is not preceded with whitespace. 14

fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/anonymization/IAnonymizationService.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
javadoc JavadocMethod Missing a Javadoc comment. 8
 Error
whitespace ParenPad '(' is not followed by whitespace. 8
 Error
whitespace ParenPad ')' is not preceded with whitespace. 8
 Error
javadoc JavadocMethod Missing a Javadoc comment. 10
 Error
javadoc JavadocMethod Missing a Javadoc comment. 12

fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/anonymization/RandomGuidAnonymizationService.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. 7
 Error
whitespace ParenPad '(' is not followed by whitespace. 14
 Error
whitespace ParenPad ')' is not preceded with whitespace. 14

fr/paris/lutece/plugins/workflow/modules/appointment/service/archiver/anonymization/RandomNumberAnonymizationService.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. 7
 Error
whitespace ParenPad '(' is not followed by whitespace. 14
 Error
whitespace ParenPad ')' is not preceded with whitespace. 14

fr/paris/lutece/plugins/workflow/modules/appointment/service/listeners/WorkflowAppointmentListener.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/appointment/web/AbstractNotifyAppointmentTaskComponent.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 followed by whitespace. 151
 Error
whitespace ParenPad '(' is not followed by whitespace. 151
 Error
whitespace ParenPad ')' is not preceded with whitespace. 151
 Error
whitespace ParenPad '(' is not followed by whitespace. 151
 Error
whitespace ParenPad ')' is not preceded with whitespace. 151
 Error
whitespace ParenPad ')' is not preceded with whitespace. 151
 Error
coding ArrayTrailingComma Array should contain trailing comma. 259

fr/paris/lutece/plugins/workflow/modules/appointment/web/ChangeAppointmentStatusTaskComponent.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 ArrayTrailingComma Array should contain trailing comma. 123

fr/paris/lutece/plugins/workflow/modules/appointment/web/ExecuteWorkflowAction.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/appointment/web/ManualAppointmentNotificationTaskComponent.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/appointment/web/NotifyAdminAppointmentTaskComponent.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/appointment/web/NotifyAppointmentTaskComponent.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/appointment/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
 Error
javadoc JavadocType Missing a Javadoc comment. 53

fr/paris/lutece/plugins/workflow/modules/appointment/web/UpdateAdminAppointmentTaskComponent.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. 81
 Error
coding ArrayTrailingComma Array should contain trailing comma. 147

fr/paris/lutece/plugins/workflow/modules/appointment/web/UpdateAppointmentCancelActionTaskComponent.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 followed by whitespace. 112
 Error
whitespace ParenPad '(' is not followed by whitespace. 112
 Error
whitespace ParenPad ')' is not preceded with whitespace. 112
 Error
whitespace ParenPad '(' is not followed by whitespace. 112
 Error
whitespace ParenPad ')' is not preceded with whitespace. 112
 Error
whitespace ParenPad ')' is not preceded with whitespace. 112
 Error
coding ArrayTrailingComma Array should contain trailing comma. 168
 Error
coding ArrayTrailingComma Array should contain trailing comma. 176

fr/paris/lutece/plugins/workflow/modules/appointment/web/UpdateAppointmentTaskComponent.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 Unused @param tag for 'error'. 216
 Error
javadoc JavadocMethod Expected @param tag for 'listError'. 222
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 240