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
47 0 1 101

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflow/modules/notifygru/business/AgentHistory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/business/BroadcastHistory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/business/EmailHistory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/business/EventHistory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/business/GuichetHistory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/business/INotifyGruHistoryDAO.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/notifygru/business/NotifyGruHistory.java 0 0 7
fr/paris/lutece/plugins/workflow/modules/notifygru/business/NotifyGruHistoryDAO.java 0 0 12
fr/paris/lutece/plugins/workflow/modules/notifygru/business/SMSHistory.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/business/TaskNotifyGruConfig.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/notifygru/business/TaskNotifyGruConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/service/INotifyGruHistoryService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/service/INotifyGruService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/service/NotificationToHistory.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/notifygru/service/NotifyGruHistoryService.java 0 0 11
fr/paris/lutece/plugins/workflow/modules/notifygru/service/NotifyGruPlugin.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/service/NotifyGruService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/service/ServiceConfigTaskForm.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/service/TaskNotifyGru.java 0 1 2
fr/paris/lutece/plugins/workflow/modules/notifygru/service/TaskNotifyGruConfigService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/service/cache/NotifyGruCacheService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/service/daemon/NotifyHistoryCleanerDaemon.java 0 0 25
fr/paris/lutece/plugins/workflow/modules/notifygru/service/provider/impl/CommentMarkerProvider.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/notifygru/utils/constants/Constants.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/notifygru/web/AbstractNotificationConfigValidator.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/notifygru/web/INotificationConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/web/NotifyGruTaskComponent.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/web/NotifyGruTaskConfigController.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/notifygru/web/notificationconfig/impl/AgentNotificationConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/web/notificationconfig/impl/BillingAccountBasedSMSNotificationConfig.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/notifygru/web/notificationconfig/impl/BroadcastNotificationConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/web/notificationconfig/impl/EmailNotificationConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/web/notificationconfig/impl/GuichetNotificationConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/notifygru/web/notificationconfig/impl/SMSNotificationConfig.java 0 0 3

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
4
 Error
coding DeclarationOrder 2
 Error
ReturnCount
  • max: "5"
1
 Warning
design VisibilityModifier 3
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
34
 Error
imports UnusedImports 3
 Error
javadoc JavadocMethod 7
 Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Error
whitespace ParenPad
  • option: "space"
31
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
16
 Error

Details

fr/paris/lutece/plugins/workflow/modules/notifygru/business/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/notifygru/business/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/notifygru/business/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/notifygru/business/EventHistory.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/notifygru/business/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/notifygru/business/INotifyGruHistoryDAO.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
imports UnusedImports Unused import - java.util.Date. 37

fr/paris/lutece/plugins/workflow/modules/notifygru/business/NotifyGruHistory.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 'event'. 251
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 260
 Error
whitespace ParenPad '(' is not followed by whitespace. 268
 Error
naming ParameterName Name '_bContentcleaned' must match pattern '^[a-z][a-zA-Z0-9]*$'. 268
 Error
whitespace ParenPad ')' is not preceded with whitespace. 268
 Error
blocks LeftCurly '{' at column 58 should be on a new line. 268

fr/paris/lutece/plugins/workflow/modules/notifygru/business/NotifyGruHistoryDAO.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 followed by whitespace. 67
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 67
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 69
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 69
 Error
whitespace ParenPad '(' is not followed by whitespace. 193
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 262
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 262
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 272
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 272
 Error
whitespace ParenPad '(' is not followed by whitespace. 272
 Error
whitespace ParenPad ')' is not preceded with whitespace. 272

fr/paris/lutece/plugins/workflow/modules/notifygru/business/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

fr/paris/lutece/plugins/workflow/modules/notifygru/business/TaskNotifyGruConfig.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Missing a Javadoc comment. 161
 Error
whitespace ParenPad ')' is not preceded with whitespace. 536

fr/paris/lutece/plugins/workflow/modules/notifygru/business/TaskNotifyGruConfigDAO.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/notifygru/service/INotifyGruHistoryService.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/notifygru/service/INotifyGruService.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/notifygru/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>'. 77

fr/paris/lutece/plugins/workflow/modules/notifygru/service/NotifyGruHistoryService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
whitespace ParenPad '(' is not followed by whitespace. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106
 Error
blocks LeftCurly '{' at column 83 should be on a new line. 106
 Error
whitespace ParenPad '(' is not followed by whitespace. 108
 Error
whitespace ParenPad ')' is not preceded with whitespace. 108
 Error
whitespace ParenPad '(' is not followed by whitespace. 116
 Error
whitespace ParenPad ')' is not preceded with whitespace. 116
 Error
blocks LeftCurly '{' at column 82 should be on a new line. 116
 Error
whitespace ParenPad '(' is not followed by whitespace. 117
 Error
whitespace ParenPad ')' is not preceded with whitespace. 117

fr/paris/lutece/plugins/workflow/modules/notifygru/service/NotifyGruPlugin.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/notifygru/service/NotifyGruService.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/notifygru/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/notifygru/service/TaskNotifyGru.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Warning
coding ReturnCount Return count is 2 (max allowed for void methods/constructors/lambdas is 1). 119
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 350

fr/paris/lutece/plugins/workflow/modules/notifygru/service/TaskNotifyGruConfigService.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/notifygru/service/cache/NotifyGruCacheService.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/notifygru/service/daemon/NotifyHistoryCleanerDaemon.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
imports UnusedImports Unused import - javax.inject.Inject. 40
 Error
imports UnusedImports Unused import - javax.inject.Named. 41
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 60
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 60
 Error
whitespace ParenPad '(' is not followed by whitespace. 60
 Error
whitespace ParenPad ')' is not preceded with whitespace. 60
 Error
coding DeclarationOrder Static variable definition in wrong order. 61
 Error
whitespace ParenPad '(' is not followed by whitespace. 75
 Error
whitespace ParenPad ')' is not preceded with whitespace. 75
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 80
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 80
 Error
whitespace ParenPad '(' is not followed by whitespace. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 80
 Error
whitespace ParenPad ')' is not preceded with whitespace. 83
 Error
whitespace ParenPad ')' is not preceded with whitespace. 84
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 86
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 86
 Error
whitespace ParenPad '(' is not followed by whitespace. 86
 Error
whitespace ParenPad ')' is not preceded with whitespace. 86
 Error
whitespace ParenPad ')' is not preceded with whitespace. 87
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 Error
whitespace ParenPad '(' is not followed by whitespace. 92
 Error
whitespace ParenPad ')' is not preceded with whitespace. 92

fr/paris/lutece/plugins/workflow/modules/notifygru/service/provider/impl/CommentMarkerProvider.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
whitespace ParenPad '(' is not followed by whitespace. 125
 Error
whitespace ParenPad ')' is not preceded with whitespace. 125

fr/paris/lutece/plugins/workflow/modules/notifygru/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
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 174
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 174

fr/paris/lutece/plugins/workflow/modules/notifygru/web/AbstractNotificationConfigValidator.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'. 110

fr/paris/lutece/plugins/workflow/modules/notifygru/web/INotificationConfig.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/notifygru/web/NotifyGruTaskComponent.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/notifygru/web/NotifyGruTaskConfigController.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 'collectionNotifyGruMarkers'. 788
 Error
javadoc JavadocMethod Expected @param tag for 'collectionNotifyMarkers'. 792

fr/paris/lutece/plugins/workflow/modules/notifygru/web/notificationconfig/impl/AgentNotificationConfig.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/notifygru/web/notificationconfig/impl/BillingAccountBasedSMSNotificationConfig.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/notifygru/web/notificationconfig/impl/BroadcastNotificationConfig.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/notifygru/web/notificationconfig/impl/EmailNotificationConfig.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/notifygru/web/notificationconfig/impl/GuichetNotificationConfig.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/notifygru/web/notificationconfig/impl/SMSNotificationConfig.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. 58
 Error
design VisibilityModifier Variable '_config' must be private and have accessor methods. 58