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
43 0 0 223

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/DemandService.java 0 0 8
fr/paris/lutece/plugins/grubusiness/business/demand/DemandType.java 0 0 4
fr/paris/lutece/plugins/grubusiness/business/demand/IDemandDAO.java 0 0 11
fr/paris/lutece/plugins/grubusiness/business/demand/IDemandListener.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 7
fr/paris/lutece/plugins/grubusiness/business/mock/MockDemandListener.java 0 0 1
fr/paris/lutece/plugins/grubusiness/business/mock/MockNotificationDAO.java 0 0 10
fr/paris/lutece/plugins/grubusiness/business/mock/MockNotificationEventDAO.java 0 0 30
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 30
fr/paris/lutece/plugins/grubusiness/business/notification/INotificationDAO.java 0 0 15
fr/paris/lutece/plugins/grubusiness/business/notification/INotificationEventDAO.java 0 0 13
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 8
fr/paris/lutece/plugins/grubusiness/business/notification/NotificationFilter.java 0 0 19
fr/paris/lutece/plugins/grubusiness/business/notification/NotifyGruResponse.java 0 0 9
fr/paris/lutece/plugins/grubusiness/business/notification/SMSNotification.java 0 0 1
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 20
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/service/encryption/ICustomerEncryptionService.java 0 0 1
fr/paris/lutece/plugins/grubusiness/service/notification/INotificationServiceProvider.java 0 0 5
fr/paris/lutece/plugins/grubusiness/service/notification/NotificationException.java 0 0 2

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
31
 Error
NeedBraces 1
 Error
coding HiddenField 7
 Error
design VisibilityModifier 3
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
43
 Error
imports RedundantImport 1
 Error
UnusedImports 1
 Error
javadoc JavadocMethod 47
 Error
JavadocType 2
 Error
modifier RedundantModifier 4
 Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
7
 Error
whitespace ParenPad
  • option: "space"
76
 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/DemandService.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 'notificationEventDAO'. 84
 Error
javadoc JavadocMethod Expected @param tag for 'notificationEventDAO'. 129
 Error
javadoc JavadocMethod Expected @param tag for 'notificationEvent'. 243
 Error
javadoc JavadocMethod Expected @param tag for 'dStart'. 300
 Error
javadoc JavadocMethod Expected @param tag for 'dEnd'. 300
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 300
 Error
javadoc JavadocMethod Expected @param tag for 'strStatus'. 300

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
javadoc JavadocMethod Unused @param tag for 'strUrl'. 132
 Error
javadoc JavadocMethod Expected @param tag for 'strAppCode'. 135

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
imports UnusedImports Unused import - fr.paris.lutece.plugins.grubusiness.business.web.rs.DemandDisplay. 37
 Error
javadoc JavadocMethod Expected @param tag for 'filter'. 72
 Error
javadoc JavadocMethod Expected @param tag for 'filter'. 80
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 87
 Error
whitespace ParenPad ')' is not preceded with whitespace. 87
 Error
javadoc JavadocMethod Expected @param tag for 'strId'. 141
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 150
 Error
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 150
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 160
 Error
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 160

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/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
 Error
whitespace ParenPad '(' is not followed by whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad '(' is not followed by whitespace. 151
 Error
whitespace ParenPad ')' is not preceded with whitespace. 151
 Error
whitespace ParenPad '(' is not followed by whitespace. 158
 Error
whitespace ParenPad ')' is not preceded with whitespace. 158

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
 Error
whitespace ParenPad '(' is not followed by whitespace. 217
 Error
whitespace ParenPad ')' is not preceded with whitespace. 217
 Error
blocks LeftCurly '{' at column 107 should be on a new line. 217
 Error
whitespace ParenPad '(' is not followed by whitespace. 244
 Error
whitespace ParenPad ')' is not preceded with whitespace. 244
 Error
blocks LeftCurly '{' at column 61 should be on a new line. 244
 Error
whitespace ParenPad '(' is not followed by whitespace. 259
 Error
whitespace ParenPad ')' is not preceded with whitespace. 259
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 259

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. 50
 Error
whitespace ParenPad '(' is not followed by whitespace. 69
 Error
blocks NeedBraces 'if' construct must use '{}'s. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 83
 Error
whitespace ParenPad '(' is not followed by whitespace. 85
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 85
 Error
whitespace ParenPad '(' is not followed by whitespace. 96
 Error
whitespace ParenPad ')' is not preceded with whitespace. 96
 Error
whitespace ParenPad '(' is not followed by whitespace. 100
 Error
whitespace ParenPad '(' is not followed by whitespace. 102
 Error
whitespace ParenPad '(' is not followed by whitespace. 115
 Error
whitespace ParenPad ')' is not preceded with whitespace. 115
 Error
whitespace ParenPad '(' is not followed by whitespace. 119
 Error
whitespace ParenPad '(' is not followed by whitespace. 135
 Error
whitespace ParenPad ')' is not preceded with whitespace. 135
 Error
blocks LeftCurly '{' at column 69 should be on a new line. 135
 Error
whitespace ParenPad '(' is not followed by whitespace. 138
 Error
whitespace ParenPad '(' is not followed by whitespace. 150
 Error
whitespace ParenPad ')' is not preceded with whitespace. 150
 Error
blocks LeftCurly '{' at column 123 should be on a new line. 150
 Error
whitespace ParenPad '(' is not followed by whitespace. 153
 Error
whitespace ParenPad '(' is not followed by whitespace. 167
 Error
whitespace ParenPad ')' is not preceded with whitespace. 167
 Error
blocks LeftCurly '{' at column 66 should be on a new line. 167
 Error
whitespace ParenPad '(' is not followed by whitespace. 170
 Error
whitespace ParenPad '(' is not followed by whitespace. 182
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182
 Error
blocks LeftCurly '{' at column 45 should be on a new line. 182

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'. 101
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 111
 Error
whitespace ParenPad '(' is not followed by whitespace. 120
 Error
coding HiddenField '_strType' hides a field. 120
 Error
naming ParameterName Name '_strType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 120
 Error
whitespace ParenPad ')' is not preceded with whitespace. 120
 Error
blocks LeftCurly '{' at column 42 should be on a new line. 120
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 128
 Error
whitespace ParenPad '(' is not followed by whitespace. 137
 Error
coding HiddenField '_strStatus' hides a field. 137
 Error
naming ParameterName Name '_strStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. 137
 Error
whitespace ParenPad ')' is not preceded with whitespace. 137
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 137
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 145
 Error
whitespace ParenPad '(' is not followed by whitespace. 154
 Error
coding HiddenField '_strReason' hides a field. 154
 Error
naming ParameterName Name '_strReason' must match pattern '^[a-z][a-zA-Z0-9]*$'. 154
 Error
whitespace ParenPad ')' is not preceded with whitespace. 154
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 154
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 163
 Error
whitespace ParenPad '(' is not followed by whitespace. 172
 Error
coding HiddenField '_strMessage' hides a field. 172
 Error
naming ParameterName Name '_strMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 172
 Error
whitespace ParenPad ')' is not preceded with whitespace. 172
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 172
 Error
blocks LeftCurly '{' at column 31 should be on a new line. 181
 Error
whitespace ParenPad '(' is not followed by whitespace. 190
 Error
whitespace ParenPad ')' is not preceded with whitespace. 190
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 190

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 'strDemandTypeId'. 92
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 92
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 100
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 100
 Error
whitespace ParenPad '(' is not followed by whitespace. 144
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 144
 Error
whitespace ParenPad ')' is not preceded with whitespace. 144
 Error
whitespace ParenPad '(' is not followed by whitespace. 151
 Error
javadoc JavadocMethod Expected @param tag for 'id'. 151
 Error
whitespace ParenPad ')' is not preceded with whitespace. 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
whitespace ParenPad ')' is not preceded with whitespace. 73
 Error
javadoc JavadocMethod Expected @param tag for 'nId'. 98
 Error
whitespace ParenPad '(' is not followed by whitespace. 114
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 114
 Error
whitespace ParenPad ')' is not preceded with whitespace. 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'. 124
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 134
 Error
whitespace ParenPad '(' is not followed by whitespace. 143
 Error
javadoc JavadocMethod Expected @param tag for 'strMsgId'. 143
 Error
whitespace ParenPad ')' is not preceded with whitespace. 143
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 143

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
blocks LeftCurly '{' at column 32 should be on a new line. 221
 Error
whitespace ParenPad '(' is not followed by whitespace. 230
 Error
coding HiddenField '_lStartDate' hides a field. 230
 Error
naming ParameterName Name '_lStartDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 230
 Error
whitespace ParenPad ')' is not preceded with whitespace. 230
 Error
blocks LeftCurly '{' at column 48 should be on a new line. 230
 Error
blocks LeftCurly '{' at column 30 should be on a new line. 248
 Error
whitespace ParenPad '(' is not followed by whitespace. 257
 Error
coding HiddenField '_lEndDate' hides a field. 257
 Error
naming ParameterName Name '_lEndDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 257
 Error
whitespace ParenPad ')' is not preceded with whitespace. 257
 Error
blocks LeftCurly '{' at column 44 should be on a new line. 257
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 265
 Error
whitespace ParenPad '(' is not followed by whitespace. 274
 Error
whitespace ParenPad ')' is not preceded with whitespace. 274
 Error
blocks LeftCurly '{' at column 55 should be on a new line. 274

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
blocks LeftCurly '{' at column 38 should be on a new line. 82
 Error
whitespace ParenPad '(' is not followed by whitespace. 92
 Error
whitespace ParenPad ')' is not preceded with whitespace. 92
 Error
blocks LeftCurly '{' at column 51 should be on a new line. 92
 Error
blocks LeftCurly '{' at column 36 should be on a new line. 102
 Error
whitespace ParenPad '(' is not followed by whitespace. 112
 Error
whitespace ParenPad ')' is not preceded with whitespace. 112
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 112

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/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 '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 4
 Error
whitespace ParenPad '(' is not followed by whitespace. 6
 Error
whitespace ParenPad ')' is not preceded with whitespace. 6
 Error
whitespace ParenPad '(' is not followed by whitespace. 7
 Error
whitespace ParenPad ')' is not preceded with whitespace. 7
 Error
whitespace ParenPad '(' is not followed by whitespace. 8
 Error
whitespace ParenPad ')' is not preceded with whitespace. 8
 Error
whitespace ParenPad '(' is not followed by whitespace. 9
 Error
whitespace ParenPad ')' is not preceded with whitespace. 9
 Error
whitespace ParenPad '(' is not followed by whitespace. 10
 Error
whitespace ParenPad ')' is not preceded with whitespace. 10
 Error
whitespace ParenPad '(' is not followed by whitespace. 11
 Error
whitespace ParenPad ')' is not preceded with whitespace. 11
 Error
modifier RedundantModifier Redundant 'private' modifier. 22
 Error
javadoc JavadocMethod Expected @param tag for 'nStatusId'. 22
 Error
javadoc JavadocMethod Expected @param tag for 'strLabel'. 22
 Error
javadoc JavadocMethod Expected @param tag for 'nIdStatus'. 49
 Error
javadoc JavadocMethod Expected @param tag for 'nIdStatus'. 66
 Error
javadoc JavadocMethod Expected @param tag for 'nIdStatus'. 83

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
coding HiddenField '_strErrorMessage' hides a field. 118
 Error
naming ParameterName Name '_strErrorMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 118

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/INotificationServiceProvider.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
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 40