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
51 0 2 148

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflow/modules/alertgru/business/AlertGruTaskConfig.java 0 0 13
fr/paris/lutece/plugins/workflow/modules/alertgru/business/AlertGruTaskConfigDAO.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/alertgru/business/IUpdateTaskStateResourceQueueDAO.java 0 0 5
fr/paris/lutece/plugins/workflow/modules/alertgru/business/UpdateTaskStateResourceQueue.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/business/UpdateTaskStateResourceQueueDAO.java 0 0 4
fr/paris/lutece/plugins/workflow/modules/alertgru/business/UpdateTaskStateResourceQueueHome.java 0 0 13
fr/paris/lutece/plugins/workflow/modules/alertgru/business/history/AgentHistory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/business/history/AlertGruHistory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/business/history/AlertGruHistoryDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/business/history/BroadcastHistory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/business/history/EmailHistory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/business/history/GuichetHistory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/business/history/IAlertGruHistoryDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/business/history/SMSHistory.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/alertgru/daemon/AlertGruDaemon.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/service/AlertGruHistoryService.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/alertgru/service/AlertGruPlugin.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/service/AlertGruService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/service/AlertGruTask.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/alertgru/service/AlertGruTaskConfigService.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/alertgru/service/AlertRessourceListener.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/alertgru/service/IAlertGruHistoryService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/service/IAlertGruService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/service/NotificationToHistory.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/alertgru/service/ServiceConfigTaskForm.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/service/TaskAlertService.java 0 2 46
fr/paris/lutece/plugins/workflow/modules/alertgru/service/cache/AlertGruCacheService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/utils/constants/Constants.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/web/AbstractAlertConfigValidator.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/alertgru/web/AlertGruTaskComponent.java 0 0 5
fr/paris/lutece/plugins/workflow/modules/alertgru/web/AlertGruTaskConfigController.java 0 0 17
fr/paris/lutece/plugins/workflow/modules/alertgru/web/IAlertConfig.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/alertgru/web/alertconfig/impl/AgentAlertConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/web/alertconfig/impl/BillingAccountBasedSMSAlertConfig.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/alertgru/web/alertconfig/impl/BroadcastAlertConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/web/alertconfig/impl/EmailAlertConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/web/alertconfig/impl/GuichetAlertConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/alertgru/web/alertconfig/impl/SMSAlertConfig.java 0 0 3

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
3
 Error
coding DeclarationOrder 14
 Error
ParameterAssignment 1
 Error
ReturnCount
  • max: "5"
2
 Warning
design FinalClass 1
 Error
VisibilityModifier 3
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
38
 Error
javadoc JavadocMethod 75
 Error
JavadocType 10
 Error
modifier RedundantModifier 1
 Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Error
whitespace WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
1
 Error

Details

fr/paris/lutece/plugins/workflow/modules/alertgru/business/AlertGruTaskConfig.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. 41
 Error
javadoc JavadocMethod Missing a Javadoc comment. 164
 Error
javadoc JavadocMethod Missing a Javadoc comment. 881
 Error
javadoc JavadocMethod Missing a Javadoc comment. 886
 Error
javadoc JavadocMethod Missing a Javadoc comment. 891
 Error
javadoc JavadocMethod Missing a Javadoc comment. 896
 Error
javadoc JavadocMethod Missing a Javadoc comment. 901
 Error
javadoc JavadocMethod Missing a Javadoc comment. 906
 Error
javadoc JavadocMethod Missing a Javadoc comment. 911
 Error
javadoc JavadocMethod Missing a Javadoc comment. 916
 Error
javadoc JavadocMethod Missing a Javadoc comment. 921
 Error
javadoc JavadocMethod Missing a Javadoc comment. 926

fr/paris/lutece/plugins/workflow/modules/alertgru/business/AlertGruTaskConfigDAO.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. 45

fr/paris/lutece/plugins/workflow/modules/alertgru/business/IUpdateTaskStateResourceQueueDAO.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 'nIdUpdateTaskStateResourceQueue'. 83
 Error
javadoc JavadocMethod Expected @param tag for 'nIdTask'. 88
 Error
javadoc JavadocMethod Unused @param tag for 'IdResourceHistory'. 93
 Error
javadoc JavadocMethod Expected @param tag for 'nIdResourceHistory'. 98

fr/paris/lutece/plugins/workflow/modules/alertgru/business/UpdateTaskStateResourceQueue.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/alertgru/business/UpdateTaskStateResourceQueueDAO.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 WhitespaceAround '=' is not preceded with whitespace. 67
 Error
naming ParameterName Name 'IdResourceHistory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 137
 Error
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 365

fr/paris/lutece/plugins/workflow/modules/alertgru/business/UpdateTaskStateResourceQueueHome.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
design FinalClass Class UpdateTaskStateResourceQueueHome should be declared as final. 47
 Error
javadoc JavadocMethod Missing a Javadoc comment. 53
 Error
javadoc JavadocMethod Missing a Javadoc comment. 58
 Error
javadoc JavadocMethod Missing a Javadoc comment. 63
 Error
javadoc JavadocMethod Missing a Javadoc comment. 103
 Error
javadoc JavadocMethod Expected @param tag for 'nIdTask'. 113
 Error
javadoc JavadocMethod Unused @param tag for 'IdResourceHistory'. 121
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 123
 Error
javadoc JavadocMethod Expected @param tag for 'nIdResourceHistory'. 126
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 138
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 176
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 194

fr/paris/lutece/plugins/workflow/modules/alertgru/business/history/AgentHistory.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/alertgru/business/history/AlertGruHistory.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/alertgru/business/history/AlertGruHistoryDAO.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/alertgru/business/history/BroadcastHistory.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/alertgru/business/history/EmailHistory.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/alertgru/business/history/GuichetHistory.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/alertgru/business/history/IAlertGruHistoryDAO.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/alertgru/business/history/SMSHistory.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 '_strBillingGroupSMS'. 123
 Error
javadoc JavadocMethod Expected @param tag for 'strBillingGroupSMS'. 126

fr/paris/lutece/plugins/workflow/modules/alertgru/daemon/AlertGruDaemon.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/alertgru/service/AlertGruHistoryService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 44

fr/paris/lutece/plugins/workflow/modules/alertgru/service/AlertGruPlugin.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/alertgru/service/AlertGruService.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/alertgru/service/AlertGruTask.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/alertgru/service/AlertGruTaskConfigService.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. 41

fr/paris/lutece/plugins/workflow/modules/alertgru/service/AlertRessourceListener.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. 43

fr/paris/lutece/plugins/workflow/modules/alertgru/service/IAlertGruHistoryService.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/alertgru/service/IAlertGruService.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/alertgru/service/NotificationToHistory.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 '<T>'. 76

fr/paris/lutece/plugins/workflow/modules/alertgru/service/ServiceConfigTaskForm.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/alertgru/service/TaskAlertService.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. 105
 Error
modifier RedundantModifier Redundant 'private' modifier. 134
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 149
 Error
javadoc JavadocMethod Expected @param tag for 'resourceInQueue'. 239
 Error
javadoc JavadocMethod Expected @param tag for 'resourceWorkflow'. 239
 Error
javadoc JavadocMethod Missing a Javadoc comment. 265
 Error
blocks LeftCurly '{' at column 121 should be on a new line. 269
 Warning
coding ReturnCount Return count is 3 (max allowed for void methods/constructors/lambdas is 1). 286
 Error
javadoc JavadocMethod Expected @param tag for 'task'. 286
 Error
javadoc JavadocMethod Expected @param tag for 'config'. 286
 Error
javadoc JavadocMethod Expected @param tag for 'listResourceQueues'. 286
 Error
blocks LeftCurly '{' at column 49 should be on a new line. 311
 Warning
coding ReturnCount Return count is 2 (max allowed for void methods/constructors/lambdas is 1). 328
 Error
javadoc JavadocMethod Expected @param tag for 'task'. 328
 Error
javadoc JavadocMethod Expected @param tag for 'config'. 328
 Error
javadoc JavadocMethod Expected @param tag for 'updateTaskStateResourceQueue'. 328
 Error
javadoc JavadocMethod Expected @param tag for 'now'. 328
 Error
javadoc JavadocMethod Expected @param tag for 'providerManager'. 329
 Error
javadoc JavadocMethod Expected @param tag for 'strProviderId'. 329
 Error
javadoc JavadocMethod Expected @param tag for 'resourceHistoryState'. 365
 Error
javadoc JavadocMethod Expected @param tag for 'notificationObject'. 365
 Error
javadoc JavadocMethod Expected @param tag for 'alertGruHistory'. 365
 Error
javadoc JavadocMethod Expected @param tag for 'config'. 365
 Error
javadoc JavadocMethod Expected @param tag for 'updateTaskStateResourceQueue'. 366
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 493
 Error
javadoc JavadocMethod Expected @param tag for 'task'. 607
 Error
coding ParameterAssignment Assignment of parameter 'strMessage' is not allowed. 638
 Error
javadoc JavadocMethod Expected @param tag for 'task'. 667
 Error
javadoc JavadocMethod Expected @param tag for 'provider'. 667
 Error
javadoc JavadocMethod Expected @param tag for 'notificationObject'. 667
 Error
javadoc JavadocMethod Expected @param tag for 'resourceHistory'. 667
 Error
javadoc JavadocMethod Expected @param tag for 'alertGruHistory'. 668
 Error
javadoc JavadocMethod Expected @param tag for 'config'. 668
 Error
javadoc JavadocMethod Unused @param tag for 'dateResource'. 721
 Error
javadoc JavadocMethod Unused @param tag for 'dateMarker'. 723
 Error
javadoc JavadocMethod Unused @param tag for 'markerAlert'. 725
 Error
javadoc JavadocMethod Unused @param tag for 'daysAlert'. 727
 Error
javadoc JavadocMethod Expected @param tag for 'alertReferenceDate'. 733
 Error
javadoc JavadocMethod Expected @param tag for 'daysToAlert'. 733
 Error
javadoc JavadocMethod Expected @param tag for 'now'. 733
 Error
javadoc JavadocMethod Expected @param tag for 'nIdResourceQueues'. 733
 Error
javadoc JavadocMethod Expected @param tag for 'resource'. 768
 Error
javadoc JavadocMethod Expected @param tag for 'task'. 768
 Error
javadoc JavadocMethod Expected @return tag. 825
 Error
javadoc JavadocMethod Expected @param tag for 'dateResource'. 825
 Error
javadoc JavadocMethod Expected @param tag for 'infoMarker'. 825
 Error
javadoc JavadocMethod Expected @param tag for 'markerAlert'. 825

fr/paris/lutece/plugins/workflow/modules/alertgru/service/cache/AlertGruCacheService.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/alertgru/utils/constants/Constants.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/alertgru/web/AbstractAlertConfigValidator.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 'model'. 107

fr/paris/lutece/plugins/workflow/modules/alertgru/web/AlertGruTaskComponent.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 54
 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. 71

fr/paris/lutece/plugins/workflow/modules/alertgru/web/AlertGruTaskConfigController.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. 75
 Error
coding DeclarationOrder Static variable definition in wrong order. 97
 Error
coding DeclarationOrder Static variable definition in wrong order. 98
 Error
coding DeclarationOrder Static variable definition in wrong order. 101
 Error
coding DeclarationOrder Static variable definition in wrong order. 102
 Error
coding DeclarationOrder Static variable definition in wrong order. 103
 Error
coding DeclarationOrder Static variable definition in wrong order. 104
 Error
coding DeclarationOrder Static variable definition in wrong order. 105
 Error
coding DeclarationOrder Static variable definition in wrong order. 106
 Error
coding DeclarationOrder Static variable definition in wrong order. 107
 Error
coding DeclarationOrder Static variable definition in wrong order. 110
 Error
javadoc JavadocMethod Missing a Javadoc comment. 401
 Error
javadoc JavadocMethod Missing a Javadoc comment. 514
 Error
javadoc JavadocMethod Expected @param tag for 'paramater'. 713
 Error
javadoc JavadocMethod Expected @param tag for 'errMessage'. 713
 Error
javadoc JavadocMethod Expected @param tag for 'errMessage'. 825

fr/paris/lutece/plugins/workflow/modules/alertgru/web/IAlertConfig.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. 36

fr/paris/lutece/plugins/workflow/modules/alertgru/web/alertconfig/impl/AgentAlertConfig.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/alertgru/web/alertconfig/impl/BillingAccountBasedSMSAlertConfig.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
design VisibilityModifier Variable '_strBillingAccount' must be private and have accessor methods. 47
 Error
design VisibilityModifier Variable '_strBillingGroup' must be private and have accessor methods. 50

fr/paris/lutece/plugins/workflow/modules/alertgru/web/alertconfig/impl/BroadcastAlertConfig.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/alertgru/web/alertconfig/impl/EmailAlertConfig.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/alertgru/web/alertconfig/impl/GuichetAlertConfig.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/alertgru/web/alertconfig/impl/SMSAlertConfig.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. 56
 Error
design VisibilityModifier Variable '_config' must be private and have accessor methods. 56