Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 8.19 avec les règles build-config/lutece_checks.xml. 

rss feed

Résumé

Fichiers
 Infos
 Avertissements
 Erreurs
52 0 1 275

Fichiers

Fichier
 I
 A
 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

Règles

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

Détails

fr/paris/lutece/plugins/grubusiness/business/customer/Customer.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

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

fr/paris/lutece/plugins/grubusiness/business/demand/IDemandCategoryDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 49
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 59
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 69
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 82
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 91
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 100
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 109

fr/paris/lutece/plugins/grubusiness/business/demand/IDemandDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Expected @param tag for 'filter'. 71
 Erreur
javadoc JavadocMethod Expected @param tag for 'filter'. 79
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 87
 Erreur
javadoc JavadocMethod Unused @param tag for 'strDemandId'. 92
 Erreur
javadoc JavadocMethod Unused @param tag for 'strDemandTypeId'. 94
 Erreur
javadoc JavadocMethod Expected @param tag for 'nId'. 98
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 141
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 149
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 149
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 160
 Erreur
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 160
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 172
 Erreur
javadoc JavadocMethod Expected @param tag for 'listStatus'. 172
 Erreur
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 172

fr/paris/lutece/plugins/grubusiness/business/demand/IDemandListener.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

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

fr/paris/lutece/plugins/grubusiness/business/demand/IDemandStatusDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 49
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 59
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 69
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 82
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 92
 Erreur
javadoc JavadocMethod Expected @param tag for 'nStatusId'. 96
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 101
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 110
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 119
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 131
 Erreur
javadoc JavadocMethod Expected @param tag for 'strStatus'. 135

fr/paris/lutece/plugins/grubusiness/business/demand/IDemandTypeDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
design VisibilityModifier Variable '_eventList' must be private and have accessor methods. 49
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 70

fr/paris/lutece/plugins/grubusiness/business/mock/MockNotificationListener.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
design VisibilityModifier Variable '_strBillingAccount' must be private and have accessor methods. 49
 Erreur
design VisibilityModifier Variable '_strBillingGroup' must be private and have accessor methods. 50

fr/paris/lutece/plugins/grubusiness/business/notification/BroadcastNotification.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Expected @param tag for 'lEventDate'. 99
 Erreur
coding HiddenField '_strType' hides a field. 119
 Erreur
javadoc JavadocMethod Expected @param tag for '_strType'. 119
 Erreur
naming ParameterName Name '_strType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 119
 Erreur
coding HiddenField '_strStatus' hides a field. 139
 Erreur
javadoc JavadocMethod Expected @param tag for '_strStatus'. 139
 Erreur
naming ParameterName Name '_strStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. 139
 Erreur
coding HiddenField '_strReason' hides a field. 159
 Erreur
javadoc JavadocMethod Expected @param tag for '_strReason'. 159
 Erreur
naming ParameterName Name '_strReason' must match pattern '^[a-z][a-zA-Z0-9]*$'. 159
 Erreur
coding HiddenField '_strMessage' hides a field. 179
 Erreur
javadoc JavadocMethod Expected @param tag for '_strMessage'. 179
 Erreur
naming ParameterName Name '_strMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 179
 Erreur
javadoc JavadocMethod Expected @param tag for 'nRedelivry'. 199

fr/paris/lutece/plugins/grubusiness/business/notification/INotificationDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Expected @param tag for 'id'. 52
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 73
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 73
 Erreur
javadoc JavadocMethod Expected @param tag for 'lDate'. 73
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 92
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 92
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 92
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 101
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 101
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 144
 Erreur
javadoc JavadocMethod Expected @param tag for 'id'. 151

fr/paris/lutece/plugins/grubusiness/business/notification/INotificationEventDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Expected @param tag for 'nId'. 52
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 73
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 73
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 73
 Erreur
javadoc JavadocMethod Expected @param tag for 'lNotificationDate'. 73
 Erreur
javadoc JavadocMethod Expected @param tag for 'nId'. 98
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 114
 Erreur
javadoc JavadocMethod Expected @return tag. 122
 Erreur
javadoc JavadocMethod Expected @param tag for 'lDate'. 122

fr/paris/lutece/plugins/grubusiness/business/notification/INotificationListener.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
imports RedundantImport Redundant import from the same package - fr.paris.lutece.plugins.grubusiness.business.notification.Event. 42
 Erreur
javadoc JavadocMethod Expected @param tag for 'lNotificationDate'. 123
 Erreur
javadoc JavadocMethod Expected @param tag for 'strMsgId'. 145
 Erreur
javadoc JavadocMethod Expected @param tag for 'event'. 167

fr/paris/lutece/plugins/grubusiness/business/notification/NotificationFilter.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Unused @param tag for 'strId'. 84
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 87
 Erreur
coding HiddenField '_lStartDate' hides a field. 232
 Erreur
javadoc JavadocMethod Expected @param tag for '_lStartDate'. 232
 Erreur
naming ParameterName Name '_lStartDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 232
 Erreur
coding HiddenField '_lEndDate' hides a field. 262
 Erreur
javadoc JavadocMethod Expected @param tag for '_lEndDate'. 262
 Erreur
naming ParameterName Name '_lEndDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 262
 Erreur
javadoc JavadocMethod Expected @param tag for 'strEventStatus'. 282

fr/paris/lutece/plugins/grubusiness/business/notification/NotifyGruResponse.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Expected @param tag for 'warnings'. 93
 Erreur
javadoc JavadocMethod Expected @param tag for 'errors'. 115

fr/paris/lutece/plugins/grubusiness/business/notification/SMSNotification.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 28
 Erreur
coding HiddenField '_strType' hides a field. 28
 Erreur
javadoc JavadocMethod Expected @param tag for '_strType'. 28
 Erreur
naming ParameterName Name '_strType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
 Erreur
coding HiddenField '_strStatus' hides a field. 28
 Erreur
javadoc JavadocMethod Expected @param tag for '_strStatus'. 28
 Erreur
naming ParameterName Name '_strStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
 Erreur
coding HiddenField '_strReason' hides a field. 28
 Erreur
javadoc JavadocMethod Expected @param tag for '_strReason'. 28
 Erreur
naming ParameterName Name '_strReason' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
 Erreur
coding HiddenField '_strMessage' hides a field. 28
 Erreur
naming ParameterName Name '_strMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 28
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 28
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 53
 Erreur
coding HiddenField '_strType' hides a field. 53
 Erreur
naming ParameterName Name '_strType' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 53
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 73
 Erreur
coding HiddenField '_strStatus' hides a field. 73
 Erreur
naming ParameterName Name '_strStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 73
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 93
 Erreur
coding HiddenField '_strReason' hides a field. 93
 Erreur
naming ParameterName Name '_strReason' must match pattern '^[a-z][a-zA-Z0-9]*$'. 93
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 93
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 113
 Erreur
coding HiddenField '_strMessage' hides a field. 113
 Erreur
naming ParameterName Name '_strMessage' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 113
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 128
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 128
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 128
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 128
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 128
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 128
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 128
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 128
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 128
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 129
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 129
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 129
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 129
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 129
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 129
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 129
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 129
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 129

fr/paris/lutece/plugins/grubusiness/business/web/rs/DemandDisplay.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocType Missing a Javadoc comment. 36
 Erreur
modifier RedundantModifier Redundant 'private' modifier. 55
 Erreur
javadoc JavadocMethod Expected @param tag for 'nStatusId'. 55
 Erreur
javadoc JavadocMethod Expected @param tag for 'strLabel'. 55
 Erreur
javadoc JavadocMethod Expected @param tag for 'isFinalStatus'. 55
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdStatus'. 93
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIdStatus'. 116

fr/paris/lutece/plugins/grubusiness/business/web/rs/NotificationResult.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
design VisibilityModifier Variable '_status' must be private and have accessor methods. 50
 Erreur
blocks LeftCurly '{' at column 30 should be on a new line. 76

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
naming PackageName Name 'fr.paris.lutece.plugins.grubusiness.business.web.rs.responseStatus' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. 34
 Erreur
imports UnusedImports Unused import - com.fasterxml.jackson.annotation.JsonPropertyOrder. 38
 Erreur
imports UnusedImports Unused import - java.util.ArrayList. 41
 Erreur
imports UnusedImports Unused import - java.util.List. 42
 Erreur
javadoc JavadocType Missing a Javadoc comment. 46
 Erreur
naming MemberName Name 'httpCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 57
 Erreur
naming MemberName Name 'type' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 58
 Erreur
naming MemberName Name 'message' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 59
 Erreur
naming MemberName Name 'messageKey' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 60
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 63
 Erreur
coding HiddenField 'httpCode' hides a field. 66
 Erreur
coding HiddenField 'type' hides a field. 66
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 72
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 78
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 84
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 90
 Erreur
coding HiddenField 'message' hides a field. 91
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 97
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 103
 Erreur
coding HiddenField 'messageKey' hides a field. 104
 Erreur
coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 110
 Erreur
blocks LeftCurly '{' at column 30 should be on a new line. 122

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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of '/*'. 1
 Erreur
naming PackageName Name 'fr.paris.lutece.plugins.grubusiness.business.web.rs.responseStatus' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 13
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 13
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 16
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 21
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 26
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 31
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 36
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 41
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 46
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 51
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 56
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 61
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 66
 Avertissement
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
naming PackageName Name 'fr.paris.lutece.plugins.grubusiness.business.web.rs.responseStatus' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 3

fr/paris/lutece/plugins/grubusiness/service/encryption/ICustomerEncryptionService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
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

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 51
 Erreur
javadoc JavadocMethod Expected @param tag for 'notification'. 51
 Erreur
javadoc JavadocMethod Expected @throws tag for 'NotificationException'. 51
 Erreur
modifier RedundantModifier Redundant 'public' modifier. 58

fr/paris/lutece/plugins/grubusiness/service/notification/NotificationException.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2