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
52 0 1 275

Files

File
 I
 W
 E
fr/paris/lutece/plugins/grubusiness/business/customer/Customer.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/customer/CustomerService.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/customer/ICustomerDAO.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/demand/Action.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/demand/Demand.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/demand/DemandCategory.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/demand/DemandStatus.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/demand/DemandType.java 0 0 6
fr/paris/lutece/plugins/grubusiness/business/demand/IDemandCategoryDAO.java 0 0 8
fr/paris/lutece/plugins/grubusiness/business/demand/IDemandDAO.java 0 0 15
fr/paris/lutece/plugins/grubusiness/business/demand/IDemandListener.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/demand/IDemandServiceProvider.java 0 0 36
fr/paris/lutece/plugins/grubusiness/business/demand/IDemandStatusDAO.java 0 0 12
fr/paris/lutece/plugins/grubusiness/business/demand/IDemandTypeDAO.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/indexing/IIndexingService.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/indexing/IndexingException.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/mock/MockActionListenerEnum.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/mock/MockCustomerDAO.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/mock/MockDemandDAO.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/mock/MockDemandListener.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/mock/MockNotificationDAO.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/mock/MockNotificationEventDAO.java 0 0 3
fr/paris/lutece/plugins/grubusiness/business/mock/MockNotificationListener.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/notification/BackofficeNotification.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/notification/BillingAccountBasedSMSNotification.java 0 0 3
fr/paris/lutece/plugins/grubusiness/business/notification/BroadcastNotification.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/notification/EmailAddress.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/notification/EmailNotification.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/notification/EnumNotificationType.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/notification/Event.java 0 0 15
fr/paris/lutece/plugins/grubusiness/business/notification/INotificationDAO.java 0 0 12
fr/paris/lutece/plugins/grubusiness/business/notification/INotificationEventDAO.java 0 0 10
fr/paris/lutece/plugins/grubusiness/business/notification/INotificationListener.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/notification/MyDashboardNotification.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/notification/Notification.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/notification/NotificationConstants.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/notification/NotificationEvent.java 0 0 5
fr/paris/lutece/plugins/grubusiness/business/notification/NotificationFilter.java 0 0 10
fr/paris/lutece/plugins/grubusiness/business/notification/NotifyGruResponse.java 0 0 3
fr/paris/lutece/plugins/grubusiness/business/notification/SMSNotification.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/notification/StatusMessage.java 0 0 48
fr/paris/lutece/plugins/grubusiness/business/web/rs/DemandDisplay.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/web/rs/DemandResult.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/web/rs/EnumGenericStatus.java 0 0 8
fr/paris/lutece/plugins/grubusiness/business/web/rs/NotificationResult.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/web/rs/SearchResult.java 0 0 3
fr/paris/lutece/plugins/grubusiness/business/web/rs/responseStatus/ResponseStatus.java 0 0 23
fr/paris/lutece/plugins/grubusiness/business/web/rs/responseStatus/ResponseStatusFactory.java 0 1 15
fr/paris/lutece/plugins/grubusiness/business/web/rs/responseStatus/ResponseStatusType.java 0 0 3
fr/paris/lutece/plugins/grubusiness/service/encryption/ICustomerEncryptionService.java 0 0 1
fr/paris/lutece/plugins/grubusiness/service/notification/INotifyerServiceProvider.java 0 0 5
fr/paris/lutece/plugins/grubusiness/service/notification/NotificationException.java 0 0 1

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
2
 Error
NeedBraces 1
 Error
coding EqualsHashCode 1
 Error
HiddenField 19
 Error
ReturnCount
  • max: "5"
1
 Warning
design HideUtilityClassConstructor 1
 Error
VisibilityModifier 4
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
52
 Error
imports RedundantImport 1
 Error
UnusedImports 4
 Error
javadoc JavadocMethod 112
 Error
JavadocType 6
 Error
modifier RedundantModifier 22
 Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
4
 Error
PackageName
  • format: "^fr\.paris\.[a-z][a-z0-9\.]*$"
3
 Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
15
 Error
whitespace ParenPad
  • option: "space"
28
 Error

Details

fr/paris/lutece/plugins/grubusiness/business/customer/Customer.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/grubusiness/business/customer/CustomerService.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/grubusiness/business/customer/ICustomerDAO.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/grubusiness/business/demand/Action.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/grubusiness/business/demand/Demand.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/grubusiness/business/demand/DemandCategory.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/grubusiness/business/demand/DemandStatus.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/grubusiness/business/demand/DemandType.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 38
 Error
coding HiddenField '_nId' hides a field. 70
 Error
naming ParameterName Name '_nId' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
 Error
javadoc JavadocMethod Unused @param tag for 'strUrl'. 158
 Error
javadoc JavadocMethod Expected @param tag for 'strAppCode'. 161

fr/paris/lutece/plugins/grubusiness/business/demand/IDemandCategoryDAO.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 'plugin'. 49
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 59
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 69
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 82
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 91
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 100
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 109

fr/paris/lutece/plugins/grubusiness/business/demand/IDemandDAO.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 'filter'. 71
 Error
javadoc JavadocMethod Expected @param tag for 'filter'. 79
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 87
 Error
javadoc JavadocMethod Unused @param tag for 'strDemandId'. 92
 Error
javadoc JavadocMethod Unused @param tag for 'strDemandTypeId'. 94
 Error
javadoc JavadocMethod Expected @param tag for 'nId'. 98
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 141
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 149
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 149
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 160
 Error
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 160
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 172
 Error
javadoc JavadocMethod Expected @param tag for 'listStatus'. 172
 Error
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 172

fr/paris/lutece/plugins/grubusiness/business/demand/IDemandListener.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/grubusiness/business/demand/IDemandServiceProvider.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.grubusiness.business.notification.INotificationListener. 42
 Error
javadoc JavadocType Missing a Javadoc comment. 46
 Error
modifier RedundantModifier Redundant 'public' modifier. 54
 Error
javadoc JavadocMethod Expected @param tag for 'dao'. 54
 Error
modifier RedundantModifier Redundant 'public' modifier. 61
 Error
javadoc JavadocMethod Expected @param tag for 'dao'. 61
 Error
modifier RedundantModifier Redundant 'public' modifier. 68
 Error
javadoc JavadocMethod Expected @param tag for 'dao'. 68
 Error
modifier RedundantModifier Redundant 'public' modifier. 75
 Error
javadoc JavadocMethod Expected @param tag for 'dao'. 75
 Error
modifier RedundantModifier Redundant 'public' modifier. 82
 Error
javadoc JavadocMethod Expected @param tag for 'dao'. 82
 Error
modifier RedundantModifier Redundant 'public' modifier. 91
 Error
modifier RedundantModifier Redundant 'public' modifier. 100
 Error
modifier RedundantModifier Redundant 'public' modifier. 111
 Error
modifier RedundantModifier Redundant 'public' modifier. 120
 Error
modifier RedundantModifier Redundant 'public' modifier. 129
 Error
modifier RedundantModifier Redundant 'public' modifier. 137
 Error
javadoc JavadocMethod Expected @param tag for 'notificationEvent'. 137
 Error
modifier RedundantModifier Redundant 'public' modifier. 146
 Error
modifier RedundantModifier Redundant 'public' modifier. 156
 Error
modifier RedundantModifier Redundant 'public' modifier. 168
 Error
javadoc JavadocMethod Expected @param tag for 'dStart'. 168
 Error
javadoc JavadocMethod Expected @param tag for 'dEnd'. 168
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 168
 Error
javadoc JavadocMethod Expected @param tag for 'strStatus'. 168
 Error
modifier RedundantModifier Redundant 'public' modifier. 175
 Error
modifier RedundantModifier Redundant 'public' modifier. 183
 Error
javadoc JavadocMethod Expected @param tag for 'id'. 183
 Error
modifier RedundantModifier Redundant 'public' modifier. 193
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 193
 Error
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 193
 Error
javadoc JavadocMethod Expected @param tag for 'strIdDemandType'. 193
 Error
modifier RedundantModifier Redundant 'public' modifier. 201
 Error
javadoc JavadocMethod Expected @param tag for 'strStatusLabel'. 201

fr/paris/lutece/plugins/grubusiness/business/demand/IDemandStatusDAO.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 'plugin'. 49
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 59
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 69
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 82
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 92
 Error
javadoc JavadocMethod Expected @param tag for 'nStatusId'. 96
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 101
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 110
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 119
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 131
 Error
javadoc JavadocMethod Expected @param tag for 'strStatus'. 135

fr/paris/lutece/plugins/grubusiness/business/demand/IDemandTypeDAO.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/grubusiness/business/indexing/IIndexingService.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/grubusiness/business/indexing/IndexingException.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/grubusiness/business/mock/MockActionListenerEnum.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/grubusiness/business/mock/MockCustomerDAO.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/grubusiness/business/mock/MockDemandDAO.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/grubusiness/business/mock/MockDemandListener.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/grubusiness/business/mock/MockNotificationDAO.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/grubusiness/business/mock/MockNotificationEventDAO.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 '_eventList' must be private and have accessor methods. 49
 Error
blocks NeedBraces 'if' construct must use '{}'s. 70

fr/paris/lutece/plugins/grubusiness/business/mock/MockNotificationListener.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/grubusiness/business/notification/BackofficeNotification.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/grubusiness/business/notification/BillingAccountBasedSMSNotification.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. 49
 Error
design VisibilityModifier Variable '_strBillingGroup' must be private and have accessor methods. 50

fr/paris/lutece/plugins/grubusiness/business/notification/BroadcastNotification.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/grubusiness/business/notification/EmailAddress.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/grubusiness/business/notification/EmailNotification.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/grubusiness/business/notification/EnumNotificationType.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/grubusiness/business/notification/Event.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 'lEventDate'. 99
 Error
coding HiddenField '_strType' hides a field. 119
 Error
javadoc JavadocMethod Expected @param tag for '_strType'. 119
 Error
naming ParameterName Name '_strType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 119
 Error
coding HiddenField '_strStatus' hides a field. 139
 Error
javadoc JavadocMethod Expected @param tag for '_strStatus'. 139
 Error
naming ParameterName Name '_strStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. 139
 Error
coding HiddenField '_strReason' hides a field. 159
 Error
javadoc JavadocMethod Expected @param tag for '_strReason'. 159
 Error
naming ParameterName Name '_strReason' must match pattern '^[a-z][a-zA-Z0-9]*$'. 159
 Error
coding HiddenField '_strMessage' hides a field. 179
 Error
javadoc JavadocMethod Expected @param tag for '_strMessage'. 179
 Error
naming ParameterName Name '_strMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 179
 Error
javadoc JavadocMethod Expected @param tag for 'nRedelivry'. 199

fr/paris/lutece/plugins/grubusiness/business/notification/INotificationDAO.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 'id'. 52
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 73
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 73
 Error
javadoc JavadocMethod Expected @param tag for 'lDate'. 73
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 92
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 92
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 92
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 101
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 101
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 144
 Error
javadoc JavadocMethod Expected @param tag for 'id'. 151

fr/paris/lutece/plugins/grubusiness/business/notification/INotificationEventDAO.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 'nId'. 52
 Error
modifier RedundantModifier Redundant 'public' modifier. 73
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 73
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 73
 Error
javadoc JavadocMethod Expected @param tag for 'lNotificationDate'. 73
 Error
javadoc JavadocMethod Expected @param tag for 'nId'. 98
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 114
 Error
javadoc JavadocMethod Expected @return tag. 122
 Error
javadoc JavadocMethod Expected @param tag for 'lDate'. 122

fr/paris/lutece/plugins/grubusiness/business/notification/INotificationListener.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/grubusiness/business/notification/MyDashboardNotification.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/grubusiness/business/notification/Notification.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/grubusiness/business/notification/NotificationConstants.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/grubusiness/business/notification/NotificationEvent.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 RedundantImport Redundant import from the same package - fr.paris.lutece.plugins.grubusiness.business.notification.Event. 42
 Error
javadoc JavadocMethod Expected @param tag for 'lNotificationDate'. 123
 Error
javadoc JavadocMethod Expected @param tag for 'strMsgId'. 145
 Error
javadoc JavadocMethod Expected @param tag for 'event'. 167

fr/paris/lutece/plugins/grubusiness/business/notification/NotificationFilter.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 'strId'. 84
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 87
 Error
coding HiddenField '_lStartDate' hides a field. 232
 Error
javadoc JavadocMethod Expected @param tag for '_lStartDate'. 232
 Error
naming ParameterName Name '_lStartDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 232
 Error
coding HiddenField '_lEndDate' hides a field. 262
 Error
javadoc JavadocMethod Expected @param tag for '_lEndDate'. 262
 Error
naming ParameterName Name '_lEndDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 262
 Error
javadoc JavadocMethod Expected @param tag for 'strEventStatus'. 282

fr/paris/lutece/plugins/grubusiness/business/notification/NotifyGruResponse.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 'warnings'. 93
 Error
javadoc JavadocMethod Expected @param tag for 'errors'. 115

fr/paris/lutece/plugins/grubusiness/business/notification/SMSNotification.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/grubusiness/business/notification/StatusMessage.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. 28
 Error
coding HiddenField '_strType' hides a field. 28
 Error
javadoc JavadocMethod Expected @param tag for '_strType'. 28
 Error
naming ParameterName Name '_strType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
 Error
coding HiddenField '_strStatus' hides a field. 28
 Error
javadoc JavadocMethod Expected @param tag for '_strStatus'. 28
 Error
naming ParameterName Name '_strStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
 Error
coding HiddenField '_strReason' hides a field. 28
 Error
javadoc JavadocMethod Expected @param tag for '_strReason'. 28
 Error
naming ParameterName Name '_strReason' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
 Error
coding HiddenField '_strMessage' hides a field. 28
 Error
naming ParameterName Name '_strMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
 Error
whitespace ParenPad ')' is not preceded with whitespace. 28
 Error
whitespace ParenPad '(' is not followed by whitespace. 53
 Error
coding HiddenField '_strType' hides a field. 53
 Error
naming ParameterName Name '_strType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
 Error
whitespace ParenPad ')' is not preceded with whitespace. 53
 Error
whitespace ParenPad '(' is not followed by whitespace. 73
 Error
coding HiddenField '_strStatus' hides a field. 73
 Error
naming ParameterName Name '_strStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
 Error
whitespace ParenPad ')' is not preceded with whitespace. 73
 Error
whitespace ParenPad '(' is not followed by whitespace. 93
 Error
coding HiddenField '_strReason' hides a field. 93
 Error
naming ParameterName Name '_strReason' must match pattern '^[a-z][a-zA-Z0-9]*$'. 93
 Error
whitespace ParenPad ')' is not preceded with whitespace. 93
 Error
whitespace ParenPad '(' is not followed by whitespace. 113
 Error
coding HiddenField '_strMessage' hides a field. 113
 Error
naming ParameterName Name '_strMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
 Error
whitespace ParenPad ')' is not preceded with whitespace. 113
 Error
whitespace ParenPad '(' is not followed by whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
whitespace ParenPad '(' is not followed by whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
whitespace ParenPad '(' is not followed by whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
whitespace ParenPad '(' is not followed by whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
whitespace ParenPad '(' is not followed by whitespace. 129
 Error
whitespace ParenPad ')' is not preceded with whitespace. 129
 Error
whitespace ParenPad '(' is not followed by whitespace. 129
 Error
whitespace ParenPad ')' is not preceded with whitespace. 129
 Error
whitespace ParenPad '(' is not followed by whitespace. 129
 Error
whitespace ParenPad ')' is not preceded with whitespace. 129
 Error
whitespace ParenPad '(' is not followed by whitespace. 129
 Error
whitespace ParenPad ')' is not preceded with whitespace. 129
 Error
whitespace ParenPad ')' is not preceded with whitespace. 129

fr/paris/lutece/plugins/grubusiness/business/web/rs/DemandDisplay.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/grubusiness/business/web/rs/DemandResult.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/grubusiness/business/web/rs/EnumGenericStatus.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
 Error
modifier RedundantModifier Redundant 'private' modifier. 55
 Error
javadoc JavadocMethod Expected @param tag for 'nStatusId'. 55
 Error
javadoc JavadocMethod Expected @param tag for 'strLabel'. 55
 Error
javadoc JavadocMethod Expected @param tag for 'isFinalStatus'. 55
 Error
javadoc JavadocMethod Expected @param tag for 'nIdStatus'. 93
 Error
javadoc JavadocMethod Expected @param tag for 'nIdStatus'. 116

fr/paris/lutece/plugins/grubusiness/business/web/rs/NotificationResult.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/grubusiness/business/web/rs/SearchResult.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 '_status' must be private and have accessor methods. 50
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 76

fr/paris/lutece/plugins/grubusiness/business/web/rs/responseStatus/ResponseStatus.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
naming PackageName Name 'fr.paris.lutece.plugins.grubusiness.business.web.rs.responseStatus' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. 34
 Error
imports UnusedImports Unused import - com.fasterxml.jackson.annotation.JsonPropertyOrder. 38
 Error
imports UnusedImports Unused import - java.util.ArrayList. 41
 Error
imports UnusedImports Unused import - java.util.List. 42
 Error
javadoc JavadocType Missing a Javadoc comment. 46
 Error
naming MemberName Name 'httpCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 57
 Error
naming MemberName Name 'type' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 58
 Error
naming MemberName Name 'message' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 59
 Error
naming MemberName Name 'messageKey' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 60
 Error
javadoc JavadocMethod Missing a Javadoc comment. 63
 Error
coding HiddenField 'httpCode' hides a field. 66
 Error
coding HiddenField 'type' hides a field. 66
 Error
javadoc JavadocMethod Missing a Javadoc comment. 72
 Error
javadoc JavadocMethod Missing a Javadoc comment. 78
 Error
javadoc JavadocMethod Missing a Javadoc comment. 84
 Error
javadoc JavadocMethod Missing a Javadoc comment. 90
 Error
coding HiddenField 'message' hides a field. 91
 Error
javadoc JavadocMethod Missing a Javadoc comment. 97
 Error
javadoc JavadocMethod Missing a Javadoc comment. 103
 Error
coding HiddenField 'messageKey' hides a field. 104
 Error
coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 110
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 122

fr/paris/lutece/plugins/grubusiness/business/web/rs/responseStatus/ResponseStatusFactory.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
naming PackageName Name 'fr.paris.lutece.plugins.grubusiness.business.web.rs.responseStatus' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 13
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 13
 Error
javadoc JavadocMethod Missing a Javadoc comment. 16
 Error
javadoc JavadocMethod Missing a Javadoc comment. 21
 Error
javadoc JavadocMethod Missing a Javadoc comment. 26
 Error
javadoc JavadocMethod Missing a Javadoc comment. 31
 Error
javadoc JavadocMethod Missing a Javadoc comment. 36
 Error
javadoc JavadocMethod Missing a Javadoc comment. 41
 Error
javadoc JavadocMethod Missing a Javadoc comment. 46
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 56
 Error
javadoc JavadocMethod Missing a Javadoc comment. 61
 Error
javadoc JavadocMethod Missing a Javadoc comment. 66
 Warning
coding ReturnCount Return count is 8 (max allowed for non-void methods/lambdas is 5). 66

fr/paris/lutece/plugins/grubusiness/business/web/rs/responseStatus/ResponseStatusType.java

Severity Category Rule Message Line
 Error
header Header Missing a header - not enough lines in file. 1
 Error
naming PackageName Name 'fr.paris.lutece.plugins.grubusiness.business.web.rs.responseStatus' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 3

fr/paris/lutece/plugins/grubusiness/service/encryption/ICustomerEncryptionService.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/grubusiness/service/notification/INotifyerServiceProvider.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
modifier RedundantModifier Redundant 'public' modifier. 51
 Error
javadoc JavadocMethod Expected @param tag for 'notification'. 51
 Error
javadoc JavadocMethod Expected @throws tag for 'NotificationException'. 51
 Error
modifier RedundantModifier Redundant 'public' modifier. 58

fr/paris/lutece/plugins/grubusiness/service/notification/NotificationException.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