Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
151001488

Files

FilesIWE
org/flowfuse/base/Constants.java 0019
org/flowfuse/base/dao/Dao.java 0012
org/flowfuse/base/dao/GroupDao.java 0012
org/flowfuse/base/dao/UserDao.java 0014
org/flowfuse/base/dao/WorkflowInstanceDao.java 0021
org/flowfuse/base/dao/hibernate/BaseDaoHibernate.java 0017
org/flowfuse/base/dao/hibernate/GroupDaoHibernate.java 0016
org/flowfuse/base/dao/hibernate/UserDaoHibernate.java 0019
org/flowfuse/base/dao/hibernate/WorkflowInstanceDaoHibernate.java 0030
org/flowfuse/base/dao/hibernate/package.html 001
org/flowfuse/base/dao/package.html 001
org/flowfuse/base/frontend/BaseFormController.java 0026
org/flowfuse/base/frontend/CommentActionForm.java 008
org/flowfuse/base/frontend/CreateWorkItemForm.java 0019
org/flowfuse/base/frontend/EditDocumentForm.java 0017
org/flowfuse/base/frontend/ExecuteActionForm.java 0020
org/flowfuse/base/frontend/FrontendCommand.java 0060
org/flowfuse/base/frontend/FrontendException.java 0012
org/flowfuse/base/frontend/LoginLogoffController.java 0022
org/flowfuse/base/frontend/ViewWorkItemController.java 0012
org/flowfuse/base/frontend/WorkListController.java 0044
org/flowfuse/base/frontend/administration/SystemInformationForm.java 0012
org/flowfuse/base/frontend/reporting/ReportingOverviewForm.java 0012
org/flowfuse/base/frontend/support/MyDateSupport.java 0013
org/flowfuse/base/frontend/support/displaytag/ExtendedDateFormatter.java 0021
org/flowfuse/base/frontend/support/package.html 001
org/flowfuse/base/model/Attachment.java 0027
org/flowfuse/base/model/BaseObject.java 0010
org/flowfuse/base/model/Comment.java 0059
org/flowfuse/base/model/WorkItem.java 0064
org/flowfuse/base/model/Workflow.java 0038
org/flowfuse/base/model/WorkflowAction.java 0017
org/flowfuse/base/model/WorkflowStep.java 0023
org/flowfuse/base/model/filter/AbstractWorklistFilter.java 0029
org/flowfuse/base/model/filter/CheckboxFilter.java 0018
org/flowfuse/base/model/filter/DateRangeFilter.java 0028
org/flowfuse/base/model/filter/SelectFilterOption.java 0031
org/flowfuse/base/model/filter/StepFilter.java 0019
org/flowfuse/base/model/filter/TextFilter.java 0021
org/flowfuse/base/model/filter/WorklistFilter.java 0011
org/flowfuse/base/model/filter/package.html 001
org/flowfuse/base/model/right/SystemRight.java 0033
org/flowfuse/base/model/right/package.html 001
org/flowfuse/base/model/user/Group.java 0033
org/flowfuse/base/model/user/User.java 00141
org/flowfuse/base/model/user/package.html 001
org/flowfuse/base/package.html 001
org/flowfuse/base/services/authentication/AuthenticationService.java 008
org/flowfuse/base/services/authentication/implementation/AuthenticationServiceImpl.java 0023
org/flowfuse/base/services/authentication/implementation/package.html 001
org/flowfuse/base/services/authentication/package.html 001
org/flowfuse/base/services/filter/FilterManagementService.java 0010
org/flowfuse/base/services/filter/implementation/SimpleFilterManagementServiceImpl.java 0022
org/flowfuse/base/services/filter/implementation/package.html 001
org/flowfuse/base/services/filter/package.html 001
org/flowfuse/base/services/right/RightsManagementService.java 0011
org/flowfuse/base/services/right/implementation/RightsManagementServiceImpl.java 0012
org/flowfuse/base/services/right/implementation/package.html 001
org/flowfuse/base/services/right/package.html 001
org/flowfuse/base/services/user/UserManagementService.java 009
org/flowfuse/base/services/user/implementation/UserManagementServiceImpl.java 0028
org/flowfuse/base/services/user/implementation/package.html 001
org/flowfuse/base/services/user/package.html 001
org/flowfuse/base/services/workflow/WorkflowService.java 0034
org/flowfuse/base/services/workflow/functions/StoreCommentsFunction.java 0016
org/flowfuse/base/services/workflow/functions/StorePayloadPreprocessor.java 0012
org/flowfuse/base/services/workflow/functions/TraceStepDurationFunction.java 0015
org/flowfuse/base/services/workflow/functions/implementation/StoreWorkItemFunction.java 0033
org/flowfuse/base/services/workflow/functions/implementation/StoreWorkflowDataFunction.java 0026
org/flowfuse/base/services/workflow/functions/implementation/package.html 001
org/flowfuse/base/services/workflow/functions/package.html 001
org/flowfuse/base/services/workflow/implementation/WorkflowServiceImpl.java 009
org/flowfuse/base/services/workflow/implementation/package.html 001
org/flowfuse/base/services/workflow/package.html 001
org/flowfuse/base/services/workitem/WorkItemManagementService.java 0021
org/flowfuse/base/services/workitem/implementation/WorkItemManagementServiceImpl.java 0045
org/flowfuse/base/services/workitem/implementation/package.html 001
org/flowfuse/base/services/workitem/package.html 001
org/flowfuse/base/util/DateUtil.java 0010
org/flowfuse/base/util/FrontendUtil.java 0012
org/flowfuse/base/util/package.html 001
org/flowfuse/holiday/frontend/CreateApplicationForm.java 0016
org/flowfuse/holiday/frontend/package.html 001
org/flowfuse/holiday/model/HolidayApplication.java 0032
org/flowfuse/holiday/model/package.html 001

org/flowfuse/base/Constants.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 17
Error Missing a Javadoc comment. 17
Error 'static' modifier out of order with the JLS suggestions. 17
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 17
Error Missing a Javadoc comment. 19
Error Line is longer than 80 characters. 21
Error Missing a Javadoc comment. 21
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 23
Error Line is longer than 80 characters. 25
Error Missing a Javadoc comment. 25
Error Line is longer than 80 characters. 27
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35

org/flowfuse/base/dao/Dao.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 4
Error Line is longer than 80 characters. 21
Error Missing a Javadoc comment. 21
Error Redundant 'public' modifier. 21
Error 'static' modifier out of order with the JLS suggestions. 21
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 21
Error Redundant 'public' modifier. 29
Error Redundant 'public' modifier. 41
Error Redundant 'public' modifier. 47
Error First sentence should end with a period. 49
Error Redundant 'public' modifier. 54

org/flowfuse/base/dao/GroupDao.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 16
Error Missing a Javadoc comment. 16
Error Redundant 'public' modifier. 16
Error 'static' modifier out of order with the JLS suggestions. 16
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 16
Error Missing a Javadoc comment. 18
Error Redundant 'public' modifier. 18
Error Missing a Javadoc comment. 19
Error Redundant 'public' modifier. 19
Error Missing a Javadoc comment. 20
Error Redundant 'public' modifier. 20

org/flowfuse/base/dao/UserDao.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 16
Error Missing a Javadoc comment. 16
Error Redundant 'public' modifier. 16
Error 'static' modifier out of order with the JLS suggestions. 16
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 16
Error Missing a Javadoc comment. 18
Error Redundant 'public' modifier. 18
Error Missing a Javadoc comment. 19
Error Redundant 'public' modifier. 19
Error Missing a Javadoc comment. 20
Error Redundant 'public' modifier. 20
Error Missing a Javadoc comment. 21
Error Redundant 'public' modifier. 21

org/flowfuse/base/dao/WorkflowInstanceDao.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 14
Error Line is longer than 80 characters. 19
Error Missing a Javadoc comment. 19
Error Redundant 'public' modifier. 19
Error 'static' modifier out of order with the JLS suggestions. 19
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
Error Missing a Javadoc comment. 21
Error Redundant 'public' modifier. 21
Error Missing a Javadoc comment. 23
Error Redundant 'public' modifier. 23
Error Missing a Javadoc comment. 25
Error Redundant 'public' modifier. 25
Error Missing a Javadoc comment. 27
Error Redundant 'public' modifier. 27
Error Missing a Javadoc comment. 29
Error Redundant 'public' modifier. 29
Error Missing a Javadoc comment. 31
Error Redundant 'public' modifier. 31
Error Missing a Javadoc comment. 33
Error Redundant 'public' modifier. 33

org/flowfuse/base/dao/hibernate/BaseDaoHibernate.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 23
Error 'static' modifier out of order with the JLS suggestions. 23
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
Error Missing a Javadoc comment. 26
Error Variable 'logger' must be private and have accessor methods. 26
Error Method 'saveObject' is not designed for extension - needs to be abstract, final or empty. 31
Error Parameter o should be final. 31
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 39
Error Parameter clazz should be final. 39
Error Parameter id should be final. 39
Error Method 'getObjects' is not designed for extension - needs to be abstract, final or empty. 52
Error Parameter clazz should be final. 52
Error Method 'removeObject' is not designed for extension - needs to be abstract, final or empty. 60
Error Parameter clazz should be final. 60
Error Parameter id should be final. 60

org/flowfuse/base/dao/hibernate/GroupDaoHibernate.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error Line is longer than 80 characters. 22
Error 'static' modifier out of order with the JLS suggestions. 22
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
Error First sentence should end with a period. 24
Error Variable 'logger' must be private and have accessor methods. 27
Error Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Parameter id should be final. 30
Error Method 'saveGroup' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter group should be final. 40
Error Method 'removeGroup' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter id should be final. 44

org/flowfuse/base/dao/hibernate/UserDaoHibernate.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 25
Error 'static' modifier out of order with the JLS suggestions. 25
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
Error First sentence should end with a period. 27
Error Variable 'logger' must be private and have accessor methods. 30
Error Method 'getUser' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Parameter id should be final. 33
Error Method 'getUserByUserName' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter username should be final. 43
Error Method 'saveUser' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Parameter user should be final. 58
Error Method 'removeUser' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error Parameter id should be final. 62

org/flowfuse/base/dao/hibernate/WorkflowInstanceDaoHibernate.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 29
Error 'static' modifier out of order with the JLS suggestions. 29
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 33
Error Variable 'logger' must be private and have accessor methods. 33
Error Method 'getWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Parameter id should be final. 35
Error Method 'getWorkflowInstanceByOswfId' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Parameter oswfId should be final. 46
Error Method 'getWorkflowInstanceByKey' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter key should be final. 61
Error Method 'saveWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Parameter workItem should be final. 76
Error Method 'removeWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter id should be final. 80
Error Method 'query' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter filters should be final. 84
Error '{' should be on the previous line. 94
Error Method 'count' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error Parameter filter should be final. 129

org/flowfuse/base/dao/hibernate/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/dao/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/frontend/BaseFormController.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 23
Error First sentence should end with a period. 27
Error Line is longer than 80 characters. 30
Error 'static' modifier out of order with the JLS suggestions. 30
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
Error First sentence should end with a period. 32
Error Variable 'logger' must be private and have accessor methods. 35
Error First sentence should end with a period. 37
Error Variable 'workItemManagementService' must be private and have accessor methods. 40
Error First sentence should end with a period. 42
Error Variable 'userManagementService' must be private and have accessor methods. 45
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 47
Error Missing a Javadoc comment. 47
Error Parameter request should be final. 47
Error Method 'getWorkItemManagementService' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Method 'setWorkItemManagementService' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error Parameter workItemManagementService should be final. 63
Error 'workItemManagementService' hides a field. 63
Error Method 'getUserManagementService' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Method 'setUserManagementService' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error Parameter userService should be final. 71

org/flowfuse/base/frontend/CommentActionForm.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 17
Error Missing a Javadoc comment. 17
Error 'static' modifier out of order with the JLS suggestions. 17
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 17
Error Missing a Javadoc comment. 20
Error Variable 'logger' must be private and have accessor methods. 20
Error Missing a Javadoc comment. 22

org/flowfuse/base/frontend/CreateWorkItemForm.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 28
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 33
Error 'static' modifier out of order with the JLS suggestions. 33
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
Error Missing a Javadoc comment. 36
Error Variable 'logger' must be private and have accessor methods. 36
Error Missing a Javadoc comment. 38
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter request should be final. 43
Error Method 'initBinder' is not designed for extension - needs to be abstract, final or empty. 59
Error Missing a Javadoc comment. 59
Error Parameter request should be final. 59
Error Parameter binder should be final. 60
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter command should be final. 68

org/flowfuse/base/frontend/EditDocumentForm.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 24
Error Missing a Javadoc comment. 24
Error 'static' modifier out of order with the JLS suggestions. 24
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
Error Missing a Javadoc comment. 27
Error Variable 'logger' must be private and have accessor methods. 27
Error Missing a Javadoc comment. 29
Error Line is longer than 80 characters. 33
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Parameter httpServletRequest should be final. 33
Error Line is longer than 80 characters. 34
Error ';' is not followed by whitespace. 34
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter command should be final. 43

org/flowfuse/base/frontend/ExecuteActionForm.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 34
Error Missing a Javadoc comment. 34
Error 'static' modifier out of order with the JLS suggestions. 34
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
Error Missing a Javadoc comment. 37
Error Variable 'logger' must be private and have accessor methods. 37
Error Missing a Javadoc comment. 39
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter request should be final. 44
Error Method 'processFormSubmission' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error Parameter request should be final. 62
Error Parameter response should be final. 63
Error Parameter command should be final. 63
Error Parameter e should be final. 64
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error Parameter command should be final. 71

org/flowfuse/base/frontend/FrontendCommand.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 30
Error Line is longer than 80 characters. 33
Error 'static' modifier out of order with the JLS suggestions. 33
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
Error First sentence should end with a period. 35
Error Variable 'logger' must be private and have accessor methods. 38
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 54
Error Method 'getComment' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Method 'setComment' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter comment should be final. 60
Error 'comment' hides a field. 60
Error Method 'getUser' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Method 'setUser' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter user should be final. 68
Error 'user' hides a field. 68
Error Method 'getWorkflowAction' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Method 'setWorkflowAction' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Parameter workflowAction should be final. 76
Error 'workflowAction' hides a field. 76
Error Method 'getWorkItem' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Method 'setWorkItem' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter workItem should be final. 84
Error 'workItem' hides a field. 84
Error Method 'getWorkList' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Method 'setWorkList' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error Parameter workflows should be final. 92
Error Method 'getWorkListSize' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error Method 'getWorklistFilter' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error Method 'setWorklistFilter' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error Parameter worklistFilter should be final. 104
Error 'worklistFilter' hides a field. 104
Error Method 'getFilterAction' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Method 'setFilterAction' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error Parameter filterAction should be final. 112
Error 'filterAction' hides a field. 112
Error Method 'getBuildInformation' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116

org/flowfuse/base/frontend/FrontendException.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 17
Error Line is longer than 80 characters. 20
Error 'static' modifier out of order with the JLS suggestions. 20
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Error First sentence should end with a period. 22
Error Variable 'logger' must be private and have accessor methods. 25
Error Missing a Javadoc comment. 27
Error Parameter s should be final. 27
Error Missing a Javadoc comment. 31
Error Parameter s should be final. 31
Error Parameter throwable should be final. 31

org/flowfuse/base/frontend/LoginLogoffController.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 26
Error First sentence should end with a period. 30
Error Line is longer than 80 characters. 33
Error 'static' modifier out of order with the JLS suggestions. 33
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
Error First sentence should end with a period. 35
Error Variable 'logger' must be private and have accessor methods. 38
Error Expected an @return tag. 49
Error Method 'login' is not designed for extension - needs to be abstract, final or empty. 49
Error Parameter request should be final. 49
Error Expected @param tag for 'request'. 49
Error Parameter response should be final. 50
Error Expected @param tag for 'response'. 50
Error Expected an @return tag. 62
Error Method 'logout' is not designed for extension - needs to be abstract, final or empty. 62
Error Parameter request should be final. 62
Error Expected @param tag for 'request'. 62
Error Parameter response should be final. 63
Error Expected @param tag for 'response'. 63
Error Line has trailing spaces. 64
Error Line is longer than 80 characters. 73

org/flowfuse/base/frontend/ViewWorkItemController.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 20
Error Line is longer than 80 characters. 25
Error Missing a Javadoc comment. 25
Error 'static' modifier out of order with the JLS suggestions. 25
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
Error Missing a Javadoc comment. 28
Error Variable 'logger' must be private and have accessor methods. 28
Error Missing a Javadoc comment. 30
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Parameter request should be final. 35

org/flowfuse/base/frontend/WorkListController.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 29
Error First sentence should end with a period. 33
Error Line is longer than 80 characters. 36
Error 'static' modifier out of order with the JLS suggestions. 36
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
Error First sentence should end with a period. 38
Error Variable 'logger' must be private and have accessor methods. 41
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 53
Error Method 'isFormSubmission' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Parameter request should be final. 58
Error Conditional logic can be removed. 59
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error Parameter request should be final. 66
Error Method 'initBinder' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error Parameter request should be final. 96
Error Parameter binder should be final. 97
Error Line is longer than 80 characters. 112
Error Line is longer than 80 characters. 118
Error Line is longer than 80 characters. 127
Error Line is longer than 80 characters. 128
Error Method 'onSubmit' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error Parameter request should be final. 147
Error Parameter response should be final. 148
Error Parameter command should be final. 149
Error Parameter errors should be final. 150
Error '&&' should be on a new line. 158
Error '!=' should be on a new line. 165
Error Method 'getFilterManagementService' is not designed for extension - needs to be abstract, final or empty. 180
Error Missing a Javadoc comment. 180
Error Method 'setFilterManagementService' is not designed for extension - needs to be abstract, final or empty. 184
Error Missing a Javadoc comment. 184
Error Parameter filterManagementService should be final. 185
Error 'filterManagementService' hides a field. 185

org/flowfuse/base/frontend/administration/SystemInformationForm.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 17
Error Line is longer than 80 characters. 22
Error Missing a Javadoc comment. 22
Error 'static' modifier out of order with the JLS suggestions. 22
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
Error Missing a Javadoc comment. 25
Error Variable 'logger' must be private and have accessor methods. 25
Error Missing a Javadoc comment. 27
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter request should be final. 32

org/flowfuse/base/frontend/reporting/ReportingOverviewForm.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 17
Error Line is longer than 80 characters. 22
Error Missing a Javadoc comment. 22
Error 'static' modifier out of order with the JLS suggestions. 22
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
Error Missing a Javadoc comment. 25
Error Variable 'logger' must be private and have accessor methods. 25
Error Missing a Javadoc comment. 27
Error Method 'formBackingObject' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter request should be final. 32

org/flowfuse/base/frontend/support/MyDateSupport.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error Line is longer than 80 characters. 22
Error 'static' modifier out of order with the JLS suggestions. 22
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
Error First sentence should end with a period. 24
Error Variable 'logger' must be private and have accessor methods. 27
Error Method 'getAsText' is not designed for extension - needs to be abstract, final or empty. 29
Error Missing a Javadoc comment. 29
Error Method 'setAsText' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Parameter string should be final. 35
Error Redundant throws: 'IllegalArgumentException' is unchecked exception. 36

org/flowfuse/base/frontend/support/displaytag/ExtendedDateFormatter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 23
Error First sentence should end with a period. 27
Error Line is longer than 80 characters. 30
Error 'static' modifier out of order with the JLS suggestions. 30
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
Error First sentence should end with a period. 32
Error Variable 'logger' must be private and have accessor methods. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 47
Error ')' is preceded with whitespace. 57
Error Method 'decorate' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Parameter o should be final. 76
Error '+' should be on a new line. 78
Error '!' is followed by whitespace. 81
Error '+' should be on a new line. 82

org/flowfuse/base/frontend/support/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/model/Attachment.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - java.io.Serializable. 11
Error Line is longer than 80 characters. 31
Error Missing a Javadoc comment. 31
Error 'static' modifier out of order with the JLS suggestions. 31
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 31
Error Missing a Javadoc comment. 34
Error Variable 'logger' must be private and have accessor methods. 34
Error Variable 'attachment' must be private and have accessor methods. 39
Error Variable 'attacher' must be private and have accessor methods. 44
Error Parameter attacher should be final. 51
Error 'attacher' hides a field. 51
Error Expected @param tag for 'attacher'. 51
Error Parameter attachment should be final. 51
Error 'attachment' hides a field. 51
Error Expected @param tag for 'attachment'. 51
Error Method 'getAttachment' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 56
Error Method 'getAttacher' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 64
Error Missing a Javadoc comment. 64
Error Parameter o should be final. 64
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72

org/flowfuse/base/model/BaseObject.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error Line is longer than 80 characters. 22
Error 'static' modifier out of order with the JLS suggestions. 22
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
Error Expected an @return tag. 31
Error Parameter o should be final. 31
Error Expected @param tag for 'o'. 31
Error Expected an @return tag. 40
Error Expected an @return tag. 49

org/flowfuse/base/model/Comment.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 25
Error 'static' modifier out of order with the JLS suggestions. 25
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
Error First sentence should end with a period. 27
Error Variable 'logger' must be private and have accessor methods. 30
Error Variable 'text' must be private and have accessor methods. 55
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 66
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Parameter id should be final. 70
Error 'id' hides a field. 70
Error Line is longer than 80 characters. 80
Error Method 'getWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. 82
Error Method 'setWorkflowInstance' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error Parameter workItem should be final. 86
Error 'workItem' hides a field. 86
Error Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. 102
Error Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error Parameter author should be final. 106
Error 'author' hides a field. 106
Error Method 'getCreationDate' is not designed for extension - needs to be abstract, final or empty. 117
Error Method 'setCreationDate' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error Parameter creationDate should be final. 121
Error 'creationDate' hides a field. 121
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 132
Error Method 'setText' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error Parameter text should be final. 136
Error 'text' hides a field. 136
Error Expected an @return tag. 147
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 147
Error Parameter o should be final. 147
Error Expected @param tag for 'o'. 147
Error Line is longer than 80 characters. 157
Error Avoid inline conditionals. 157
Error Line is longer than 80 characters. 160
Error Avoid inline conditionals. 160
Error Avoid inline conditionals. 163
Error Expected an @return tag. 179
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 179
Error '29' is a magic number. 182
Error Avoid inline conditionals. 182
Error '29' is a magic number. 183
Error Avoid inline conditionals. 183
Error '29' is a magic number. 184
Error Avoid inline conditionals. 184
Error Expected an @return tag. 194
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 194
Error '+' should be on a new line. 195
Error '+' should be on a new line. 196
Error '+' should be on a new line. 197
Error '+' should be on a new line. 198
Error '+' should be on a new line. 199
Error '+' should be on a new line. 200

org/flowfuse/base/model/WorkItem.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Extra HTML tag found: </code> 31
Error Extra HTML tag found: </code> 33
Error First sentence should end with a period. 44
Error Line is longer than 80 characters. 47
Error 'static' modifier out of order with the JLS suggestions. 47
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47
Error First sentence should end with a period. 49
Error Variable 'logger' must be private and have accessor methods. 52
Error First sentence should end with a period. 54
Error First sentence should end with a period. 59
Error First sentence should end with a period. 64
Error First sentence should end with a period. 69
Error First sentence should end with a period. 75
Error First sentence should end with a period. 81
Error Missing a Javadoc comment. 87
Error Method 'initializeWorkflow' is not designed for extension - needs to be abstract, final or empty. 94
Error '+' should be on a new line. 98
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 116
Error Parameter id should be final. 116
Error 'id' hides a field. 116
Error Expected an @return tag. 125
Error Method 'getOswfId' is not designed for extension - needs to be abstract, final or empty. 125
Error Method 'setOswfId' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error Parameter oswfId should be final. 129
Error 'oswfId' hides a field. 129
Error Method 'getPayload' is not designed for extension - needs to be abstract, final or empty. 145
Error Method 'setPayload' is not designed for extension - needs to be abstract, final or empty. 149
Error Missing a Javadoc comment. 149
Error Parameter payload should be final. 149
Error 'payload' hides a field. 149
Error Method 'getComments' is not designed for extension - needs to be abstract, final or empty. 165
Error Method 'setComments' is not designed for extension - needs to be abstract, final or empty. 169
Error Missing a Javadoc comment. 169
Error Parameter comments should be final. 169
Error 'comments' hides a field. 169
Error Method 'addComment' is not designed for extension - needs to be abstract, final or empty. 173
Error Missing a Javadoc comment. 173
Error Parameter comment should be final. 173
Error Method 'getWorkflow' is not designed for extension - needs to be abstract, final or empty. 208
Error Line is longer than 80 characters. 213
Error Method 'setWorkflow' is not designed for extension - needs to be abstract, final or empty. 220
Error Parameter workflow should be final. 220
Error 'workflow' hides a field. 220
Error Expected an @return tag. 231
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 231
Error Parameter o should be final. 231
Error Expected @param tag for 'o'. 231
Error '?' should be on a new line. 241
Error Avoid inline conditionals. 241
Error ':' should be on a new line. 242
Error Expected an @return tag. 256
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 256
Error Avoid inline conditionals. 257
Error Expected an @return tag. 266
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 266
Error '+' should be on a new line. 267
Error '+' should be on a new line. 268
Error '+' should be on a new line. 269
Error '+' should be on a new line. 270
Error '+' should be on a new line. 271
Error '+' should be on a new line. 272

org/flowfuse/base/model/Workflow.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 34
Error Line is longer than 80 characters. 37
Error 'static' modifier out of order with the JLS suggestions. 37
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
Error First sentence should end with a period. 39
Error Variable 'logger' must be private and have accessor methods. 42
Error Missing a Javadoc comment. 55
Error Parameter workItem should be final. 62
Error 'workItem' hides a field. 62
Error Method 'getState' is not designed for extension - needs to be abstract, final or empty. 71
Error Method 'getCurrentSteps' is not designed for extension - needs to be abstract, final or empty. 84
Error Method 'getHistorySteps' is not designed for extension - needs to be abstract, final or empty. 110
Error Method 'getAvailableActions' is not designed for extension - needs to be abstract, final or empty. 136
Error Method 'getAvailableActions' is not designed for extension - needs to be abstract, final or empty. 150
Error Parameter inputs should be final. 150
Error Method 'startWorkflow' is not designed for extension - needs to be abstract, final or empty. 167
Error Missing a Javadoc comment. 167
Error '2801' is a magic number. 172
Error Method 'executeWorkflowAction' is not designed for extension - needs to be abstract, final or empty. 175
Error Missing a Javadoc comment. 175
Error Parameter workflowAction should be final. 175
Error Parameter inputs should be final. 176
Error Method 'getWorkflowAction' is not designed for extension - needs to be abstract, final or empty. 183
Error Missing a Javadoc comment. 183
Error Parameter id should be final. 183
Error Expected an @return tag. 194
Error Method 'getWorkflowService' is not designed for extension - needs to be abstract, final or empty. 194
Error Method 'setWorkflowService' is not designed for extension - needs to be abstract, final or empty. 202
Error Parameter workflowService should be final. 202
Error 'workflowService' hides a field. 202
Error Expected @param tag for 'workflowService'. 202
Error Expected an @return tag. 212
Error Method 'getWorkflowManagementService' is not designed for extension - needs to be abstract, final or empty. 212
Error Method 'setWorkflowManagementService' is not designed for extension - needs to be abstract, final or empty. 220
Error Parameter workItemManagementService should be final. 221
Error 'workItemManagementService' hides a field. 221
Error Expected @param tag for 'workItemManagementService'. 221

org/flowfuse/base/model/WorkflowAction.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 30
Error 'static' modifier out of order with the JLS suggestions. 30
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
Error Missing a Javadoc comment. 33
Error Variable 'logger' must be private and have accessor methods. 33
Error Variable 'comment' must be private and have accessor methods. 36
Error Parameter id should be final. 54
Error 'id' hides a field. 54
Error Parameter workflowDescriptor should be final. 54
Error 'workflowDescriptor' hides a field. 54
Error Expected @param tag for 'workflowDescriptor'. 54
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 64
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 74
Error Method 'getView' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80

org/flowfuse/base/model/WorkflowStep.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 30
Error Line is longer than 80 characters. 33
Error 'static' modifier out of order with the JLS suggestions. 33
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
Error First sentence should end with a period. 35
Error Variable 'logger' must be private and have accessor methods. 38
Error Unclosed HTML tag found: <code>Step</step> instance. 59
Error Extra HTML tag found: </step> instance. 59
Error Extra HTML tag found: </step>. 61
Error Parameter step should be final. 63
Error 'step' hides a field. 63
Error Parameter workflowDescriptor should be final. 63
Error 'workflowDescriptor' hides a field. 63
Error Expected @param tag for 'workflowDescriptor'. 63
Error Method 'getCaller' is not designed for extension - needs to be abstract, final or empty. 72
Error Method 'getFinishDate' is not designed for extension - needs to be abstract, final or empty. 81
Error Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. 90
Error Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 100
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Missing a Javadoc comment. 110
Error 'if' is not followed by whitespace. 111

org/flowfuse/base/model/filter/AbstractWorklistFilter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 12
Error First sentence should end with a period. 16
Error Line is longer than 80 characters. 17
Error 'static' modifier out of order with the JLS suggestions. 17
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 17
Error First sentence should end with a period. 19
Error Variable 'logger' must be private and have accessor methods. 20
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Method 'getOrderNumber' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Method 'setOrderNumber' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter orderNumber should be final. 32
Error 'orderNumber' hides a field. 32
Error Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Method 'setKey' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter key should be final. 40
Error 'key' hides a field. 40
Error Method 'getWhereConditions' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Method 'setWhereConditions' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Parameter whereConditions should be final. 48
Error 'whereConditions' hides a field. 48

org/flowfuse/base/model/filter/CheckboxFilter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error Line is longer than 80 characters. 20
Error 'static' modifier out of order with the JLS suggestions. 20
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Error First sentence should end with a period. 22
Error Variable 'logger' must be private and have accessor methods. 23
Error Missing a Javadoc comment. 25
Error Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Method 'isSet' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Method 'isChecked' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Method 'setChecked' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter checked should be final. 41
Error 'checked' hides a field. 41

org/flowfuse/base/model/filter/DateRangeFilter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 20
Error Line is longer than 80 characters. 21
Error 'static' modifier out of order with the JLS suggestions. 21
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 21
Error First sentence should end with a period. 23
Error Variable 'logger' must be private and have accessor methods. 24
Error Missing a Javadoc comment. 26
Error Variable 'fromDate' must be private and have accessor methods. 26
Error Missing a Javadoc comment. 28
Error Variable 'toDate' must be private and have accessor methods. 28
Error Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Method 'isSet' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Conditional logic can be removed. 38
Error Method 'getFromDate' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Method 'setFromDate' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter fromDate should be final. 49
Error 'fromDate' hides a field. 49
Error Method 'getToDate' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Method 'setToDate' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter toDate should be final. 57
Error 'toDate' hides a field. 57

org/flowfuse/base/model/filter/SelectFilterOption.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 12
Error First sentence should end with a period. 16
Error Line is longer than 80 characters. 17
Error 'static' modifier out of order with the JLS suggestions. 17
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 17
Error First sentence should end with a period. 19
Error Variable 'logger' must be private and have accessor methods. 20
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Parameter label should be final. 36
Error 'label' hides a field. 36
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Parameter value should be final. 44
Error 'value' hides a field. 44
Error Method 'isSelected' is not designed for extension - needs to be abstract, final or empty. 48
Error Missing a Javadoc comment. 48
Error Method 'setSelected' is not designed for extension - needs to be abstract, final or empty. 52
Error Missing a Javadoc comment. 52
Error Parameter selected should be final. 52
Error 'selected' hides a field. 52

org/flowfuse/base/model/filter/StepFilter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error Line is longer than 80 characters. 20
Error 'static' modifier out of order with the JLS suggestions. 20
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Error First sentence should end with a period. 22
Error Variable 'logger' must be private and have accessor methods. 23
Error Missing a Javadoc comment. 25
Error Variable 'selectedSteps' must be private and have accessor methods. 25
Error Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Method 'isSet' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Method 'getSelectedSteps' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Method 'setSelectedSteps' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter selectedSteps should be final. 41
Error 'selectedSteps' hides a field. 41

org/flowfuse/base/model/filter/TextFilter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 19
Error Line is longer than 80 characters. 20
Error 'static' modifier out of order with the JLS suggestions. 20
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Error First sentence should end with a period. 22
Error Variable 'logger' must be private and have accessor methods. 23
Error Missing a Javadoc comment. 25
Error Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error Method 'isSet' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Conditional logic can be removed. 34
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Method 'getText' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Method 'setText' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter text should be final. 45
Error 'text' hides a field. 45

org/flowfuse/base/model/filter/WorklistFilter.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 17
Error Missing a Javadoc comment. 17
Error Redundant 'public' modifier. 17
Error 'static' modifier out of order with the JLS suggestions. 17
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 17
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 27

org/flowfuse/base/model/filter/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/model/right/SystemRight.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 18
Error Line is longer than 80 characters. 19
Error 'static' modifier out of order with the JLS suggestions. 19
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
Error First sentence should end with a period. 21
Error Variable 'logger' must be private and have accessor methods. 22
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 28
Error Parameter name should be final. 28
Error 'name' hides a field. 28
Error Parameter link should be final. 28
Error 'link' hides a field. 28
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Parameter name should be final. 37
Error 'name' hides a field. 37
Error Method 'getLink' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Method 'setLink' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter link should be final. 45
Error 'link' hides a field. 45
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter o should be final. 49
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57

org/flowfuse/base/model/right/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/model/user/Group.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - java.util.List. 10
Error Unused import - java.util.ArrayList. 11
Error Unused import - java.io.Serializable. 12
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 25
Error 'static' modifier out of order with the JLS suggestions. 25
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
Error First sentence should end with a period. 27
Error Variable 'logger' must be private and have accessor methods. 30
Error Missing a Javadoc comment. 32
Error Variable 'id' must be private and have accessor methods. 32
Error Missing a Javadoc comment. 33
Error Variable 'name' must be private and have accessor methods. 33
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 44
Error Parameter id should be final. 44
Error 'id' hides a field. 44
Error Expected an @return tag. 51
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 51
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error Parameter name should be final. 55
Error 'name' hides a field. 55
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 59
Error Missing a Javadoc comment. 59
Error Parameter o should be final. 59
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error '+' should be on a new line. 81
Error '+' should be on a new line. 82

org/flowfuse/base/model/user/User.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 29
Error Line is longer than 80 characters. 32
Error 'static' modifier out of order with the JLS suggestions. 32
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
Error First sentence should end with a period. 34
Error Variable 'logger' must be private and have accessor methods. 37
Error Missing a Javadoc comment. 39
Error Variable 'id' must be private and have accessor methods. 39
Error Missing a Javadoc comment. 40
Error Variable 'username' must be private and have accessor methods. 40
Error Missing a Javadoc comment. 41
Error Variable 'password' must be private and have accessor methods. 41
Error Missing a Javadoc comment. 42
Error Variable 'firstName' must be private and have accessor methods. 42
Error Missing a Javadoc comment. 43
Error Variable 'lastName' must be private and have accessor methods. 43
Error Missing a Javadoc comment. 44
Error Variable 'email' must be private and have accessor methods. 44
Error Missing a Javadoc comment. 45
Error Variable 'groups' must be private and have accessor methods. 45
Error Missing a Javadoc comment. 46
Error Variable 'details' must be private and have accessor methods. 46
Error Missing a Javadoc comment. 47
Error Variable 'locked' must be private and have accessor methods. 47
Error Missing a Javadoc comment. 48
Error Variable 'disabled' must be private and have accessor methods. 48
Error Missing a Javadoc comment. 49
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 56
Error Missing a Javadoc comment. 60
Error Parameter id should be final. 60
Error 'id' hides a field. 60
Error Expected an @return tag. 68
Error Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. 68
Error Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Parameter username should be final. 72
Error 'username' hides a field. 72
Error Expected an @return tag. 80
Error Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 80
Error Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter password should be final. 84
Error 'password' hides a field. 84
Error Expected an @return tag. 91
Error Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. 91
Error Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. 95
Error Missing a Javadoc comment. 95
Error Parameter firstName should be final. 95
Error 'firstName' hides a field. 95
Error Expected an @return tag. 102
Error Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. 102
Error Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error Parameter lastName should be final. 106
Error 'lastName' hides a field. 106
Error Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. 110
Error Missing a Javadoc comment. 110
Error Expected an @return tag. 125
Error Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. 125
Error Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error Parameter email should be final. 129
Error 'email' hides a field. 129
Error Expected an @return tag. 139
Error Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. 139
Error Method 'setGroups' is not designed for extension - needs to be abstract, final or empty. 143
Error Missing a Javadoc comment. 143
Error Parameter groups should be final. 143
Error 'groups' hides a field. 143
Error Method 'addGroup' is not designed for extension - needs to be abstract, final or empty. 147
Error Missing a Javadoc comment. 147
Error Parameter group should be final. 147
Error Method 'isInGroup' is not designed for extension - needs to be abstract, final or empty. 161
Error Parameter group should be final. 161
Error Expected @param tag for 'group'. 161
Error Expected an @return tag. 177
Error Method 'getDetails' is not designed for extension - needs to be abstract, final or empty. 177
Error Method 'setDetails' is not designed for extension - needs to be abstract, final or empty. 181
Error Missing a Javadoc comment. 181
Error Parameter details should be final. 181
Error 'details' hides a field. 181
Error '||' should be on a new line. 186
Error '+' should be on a new line. 188
Error Line is longer than 80 characters. 201
Error Unused @throws tag for 'IllegalArgumentException'. 201
Error Method 'addDetail' is not designed for extension - needs to be abstract, final or empty. 203
Error Parameter key should be final. 203
Error Parameter value should be final. 203
Error '||' should be on a new line. 204
Error '+' should be on a new line. 206
Error Method 'getDetail' is not designed for extension - needs to be abstract, final or empty. 212
Error Missing a Javadoc comment. 212
Error Parameter key should be final. 212
Error Expected an @return tag. 220
Error Method 'isLocked' is not designed for extension - needs to be abstract, final or empty. 220
Error Method 'setLocked' is not designed for extension - needs to be abstract, final or empty. 224
Error Missing a Javadoc comment. 224
Error Parameter locked should be final. 224
Error 'locked' hides a field. 224
Error Expected an @return tag. 232
Error Method 'isDisabled' is not designed for extension - needs to be abstract, final or empty. 232
Error Method 'setDisabled' is not designed for extension - needs to be abstract, final or empty. 236
Error Missing a Javadoc comment. 236
Error Parameter disabled should be final. 236
Error 'disabled' hides a field. 236
Error Method 'getSystemRights' is not designed for extension - needs to be abstract, final or empty. 240
Error Missing a Javadoc comment. 240
Error Method 'isAccountNonExpired' is not designed for extension - needs to be abstract, final or empty. 244
Error Missing a Javadoc comment. 244
Error '+' should be on a new line. 247
Error Method 'isAccountNonLocked' is not designed for extension - needs to be abstract, final or empty. 252
Error Missing a Javadoc comment. 252
Error Method 'getAuthorities' is not designed for extension - needs to be abstract, final or empty. 256
Error Missing a Javadoc comment. 256
Error 'groups' hides a field. 257
Error Method 'isCredentialsNonExpired' is not designed for extension - needs to be abstract, final or empty. 268
Error Missing a Javadoc comment. 268
Error '+' should be on a new line. 270
Error Method 'isEnabled' is not designed for extension - needs to be abstract, final or empty. 275
Error Missing a Javadoc comment. 275
Error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 279
Error Missing a Javadoc comment. 279
Error Parameter o should be final. 279
Error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 296
Error Missing a Javadoc comment. 296
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 300
Error Missing a Javadoc comment. 300
Error '+' should be on a new line. 301
Error '+' should be on a new line. 302
Error '+' should be on a new line. 303
Error '+' should be on a new line. 304
Error '+' should be on a new line. 305
Error '+' should be on a new line. 306
Error '+' should be on a new line. 307
Error Expected an @return tag. 317
Error Method 'getRightsManagementService' is not designed for extension - needs to be abstract, final or empty. 317
Error Method 'setRightsManagementService' is not designed for extension - needs to be abstract, final or empty. 327
Error Parameter rightsManagementService should be final. 328
Error 'rightsManagementService' hides a field. 328
Error Expected @param tag for 'rightsManagementService'. 328

org/flowfuse/base/model/user/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/services/authentication/AuthenticationService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 11
Error interfaces should describe a type and hence have methods. 13
Error Line is longer than 80 characters. 16
Error Missing a Javadoc comment. 16
Error Redundant 'public' modifier. 16
Error 'static' modifier out of order with the JLS suggestions. 16
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 16

org/flowfuse/base/services/authentication/implementation/AuthenticationServiceImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 16
Error First sentence should end with a period. 20
Error Line is longer than 80 characters. 23
Error 'static' modifier out of order with the JLS suggestions. 23
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
Error First sentence should end with a period. 25
Error Variable 'logger' must be private and have accessor methods. 28
Error Missing a Javadoc comment. 30
Error Variable 'userDao' must be private and have accessor methods. 30
Error Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. 32
Error Missing a Javadoc comment. 32
Error Parameter authentication should be final. 32
Error Redundant throws: 'AuthenticationException' is unchecked exception. 33
Error Method 'supports' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Parameter aClass should be final. 37
Error Method 'getUserDao' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Method 'setUserDao' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Parameter userDao should be final. 45
Error 'userDao' hides a field. 45

org/flowfuse/base/services/authentication/implementation/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/services/authentication/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/services/filter/FilterManagementService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Unused import - java.util.List. 6
Error Line is longer than 80 characters. 12
Error Line is longer than 80 characters. 17
Error Missing a Javadoc comment. 17
Error Redundant 'public' modifier. 17
Error 'static' modifier out of order with the JLS suggestions. 17
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 17
Error Missing a Javadoc comment. 19
Error Redundant 'public' modifier. 19

org/flowfuse/base/services/filter/implementation/SimpleFilterManagementServiceImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 19
Error Line is longer than 80 characters. 21
Error First sentence should end with a period. 23
Error Line is longer than 80 characters. 24
Error 'static' modifier out of order with the JLS suggestions. 24
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
Error First sentence should end with a period. 26
Error Variable 'logger' must be private and have accessor methods. 27
Error Missing a Javadoc comment. 29
Error Method 'getConfiguredFilters' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Comment matches to-do format 'TODO:'. 32
Error Line is longer than 80 characters. 34
Error Line is longer than 80 characters. 35
Error Line is longer than 80 characters. 36
Error Line is longer than 80 characters. 37
Error Method 'setApplicationContext' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter applicationContext should be final. 41
Error 'applicationContext' hides a field. 41
Error Redundant throws: 'BeansException' is unchecked exception. 42

org/flowfuse/base/services/filter/implementation/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/services/filter/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/services/right/RightsManagementService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 15
Error Line is longer than 80 characters. 20
Error Missing a Javadoc comment. 20
Error Redundant 'public' modifier. 20
Error 'static' modifier out of order with the JLS suggestions. 20
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Error First sentence should end with a period. 22
Error Expected an @return tag. 28
Error Redundant 'public' modifier. 28
Error Expected @param tag for 'user'. 28

org/flowfuse/base/services/right/implementation/RightsManagementServiceImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 18
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 23
Error 'static' modifier out of order with the JLS suggestions. 23
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
Error First sentence should end with a period. 25
Error Variable 'logger' must be private and have accessor methods. 26
Error Expected an @return tag. 33
Error Method 'getSystemRights' is not designed for extension - needs to be abstract, final or empty. 33
Error Parameter user should be final. 33
Error Expected @param tag for 'user'. 33

org/flowfuse/base/services/right/implementation/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/services/right/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/services/user/UserManagementService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 11
Error Line is longer than 80 characters. 16
Error Missing a Javadoc comment. 16
Error Redundant 'public' modifier. 16
Error 'static' modifier out of order with the JLS suggestions. 16
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 16
Error Missing a Javadoc comment. 18
Error Redundant 'public' modifier. 18

org/flowfuse/base/services/user/implementation/UserManagementServiceImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 19
Error Line is longer than 80 characters. 21
Error First sentence should end with a period. 23
Error Line is longer than 80 characters. 26
Error 'static' modifier out of order with the JLS suggestions. 26
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26
Error First sentence should end with a period. 28
Error Variable 'logger' must be private and have accessor methods. 31
Error First sentence should end with a period. 33
Error Missing a Javadoc comment. 38
Error Method 'getUser' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error First sentence should end with a period. 45
Error Method 'loadUserByUsername' is not designed for extension - needs to be abstract, final or empty. 52
Error Parameter username should be final. 52
Error Method 'setUserDao' is not designed for extension - needs to be abstract, final or empty. 68
Error Parameter userDao should be final. 68
Error 'userDao' hides a field. 68
Error Expected @param tag for 'userDao'. 68
Error Expected an @return tag. 78
Error Method 'getUserDao' is not designed for extension - needs to be abstract, final or empty. 78
Error Expected an @return tag. 88
Error Method 'getRightsManagementService' is not designed for extension - needs to be abstract, final or empty. 88
Error Method 'setRightsManagementService' is not designed for extension - needs to be abstract, final or empty. 98
Error Parameter rightsManagementService should be final. 99
Error 'rightsManagementService' hides a field. 99
Error Expected @param tag for 'rightsManagementService'. 99

org/flowfuse/base/services/user/implementation/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/services/user/package.html

ErrorLine
Error Missing package documentation file.0

org/flowfuse/base/services/workflow/WorkflowService.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 23
Error Redundant 'public' modifier. 23
Error 'static' modifier out of order with the JLS suggestions. 23
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 59
Error Missing a Javadoc comment. 61
Error Missing a Javadoc comment. 63
Error Missing a Javadoc comment. 65
Error Missing a Javadoc comment. 67
Error Missing a Javadoc comment. 69
Error Missing a Javadoc comment. 71
Error Missing a Javadoc comment. 73
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 77
Error Missing a Javadoc comment. 79

org/flowfuse/base/services/workflow/functions/StoreCommentsFunction.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 7
Error Line is longer than 80 characters. 18
Error Line contains a tab character. 18
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error Parameter transientVars should be final. 18
Error Parameter args should be final. 18
Error Parameter ps should be final. 18
Error Line is longer than 80 characters. 19
Error Line contains a tab character. 19
Error Line contains a tab character. 20
Error Line is longer than 80 characters. 21
Error Line contains a tab character. 21
Error Line contains a tab character. 22
Error Line contains a tab character. 23

org/flowfuse/base/services/workflow/functions/StorePayloadPreprocessor.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 9
Error Line is longer than 80 characters. 16
Error Line is longer than 80 characters. 22
Error Line is longer than 80 characters. 27
Error Missing a Javadoc comment. 27
Error Redundant 'public' modifier. 27
Error 'static' modifier out of order with the JLS suggestions. 27
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
Error Expected an @return tag. 37
Error Redundant 'public' modifier. 37
Error Expected @param tag for 'payload'. 37

org/flowfuse/base/services/workflow/functions/TraceStepDurationFunction.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 18
Error Line is longer than 80 characters. 23
Error Missing a Javadoc comment. 23
Error 'static' modifier out of order with the JLS suggestions. 23
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
Error Missing a Javadoc comment. 26
Error Variable 'logger' must be private and have accessor methods. 26
Error Line is longer than 80 characters. 28
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Parameter transientVars should be final. 28
Error Parameter args should be final. 28
Error Parameter ps should be final. 28
Error Empty statement. 30

org/flowfuse/base/services/workflow/functions/implementation/StoreWorkItemFunction.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 29
Error Missing a Javadoc comment. 29
Error 'static' modifier out of order with the JLS suggestions. 29
Error Name 'rcsid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
Error Missing a Javadoc comment. 32
Error Variable 'logger' must be private and have accessor methods. 32
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Parameter transientVars should be final. 39
Error Parameter args should be final. 39
Error Parameter ps should be final. 39
Error 'if' is not followed by whitespace. 49
Error Missing a Javadoc comment. 66
Error Parameter args should be final. 66
Error '+' should be on a new line. 80
Error '+' should be on a new line. 81
Error '+' should be on a new line. 84
Error '+' should be on a new line. 85
Error '+' should be on a new line. 86
Error '+' should be on a new line. 89
Error '+' should be on a new line. 90
Error '+' should be on a new line. 93
Error '+' should be on a new line. 94
Error Method 'getWorkItemManagementService' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error Method 'setWorkItemManagementService' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error Parameter workItemManagementService should be final. 105
Error 'workItemManagementService' hides a field. 105

org/flowfuse/base/services/workflow/functions/implementation/StoreWorkflowDataFunction.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 29
Error Missing a Javadoc comment. 29
Error 'static' modifier out of order with the JLS suggestions. 2