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
42 0 1 323

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/notificationstore/business/DemandCategoryDAO.java 0 0 1
fr/paris/lutece/plugins/notificationstore/business/DemandCategoryHome.java 0 0 2
fr/paris/lutece/plugins/notificationstore/business/DemandDAO.java 0 0 9
fr/paris/lutece/plugins/notificationstore/business/DemandHome.java 0 0 16
fr/paris/lutece/plugins/notificationstore/business/DemandTypeDAO.java 0 0 2
fr/paris/lutece/plugins/notificationstore/business/DemandTypeHome.java 0 0 1
fr/paris/lutece/plugins/notificationstore/business/INotificationContentDAO.java 0 0 5
fr/paris/lutece/plugins/notificationstore/business/NotificationContent.java 0 0 1
fr/paris/lutece/plugins/notificationstore/business/NotificationContentDAO.java 0 0 3
fr/paris/lutece/plugins/notificationstore/business/NotificationContentHome.java 0 0 27
fr/paris/lutece/plugins/notificationstore/business/NotificationDAO.java 0 0 16
fr/paris/lutece/plugins/notificationstore/business/NotificationEventDAO.java 0 0 7
fr/paris/lutece/plugins/notificationstore/business/NotificationEventHome.java 0 0 12
fr/paris/lutece/plugins/notificationstore/business/NotificationHome.java 0 0 20
fr/paris/lutece/plugins/notificationstore/business/StatusDAO.java 0 0 3
fr/paris/lutece/plugins/notificationstore/business/StatusHome.java 0 0 3
fr/paris/lutece/plugins/notificationstore/service/CustomerProvider.java 0 0 16
fr/paris/lutece/plugins/notificationstore/service/DemandService.java 0 0 10
fr/paris/lutece/plugins/notificationstore/service/DemandTypeService.java 0 0 2
fr/paris/lutece/plugins/notificationstore/service/JsonGeneration.java 0 0 8
fr/paris/lutece/plugins/notificationstore/service/NotificationEventDaemon.java 0 0 1
fr/paris/lutece/plugins/notificationstore/service/NotificationService.java 0 1 44
fr/paris/lutece/plugins/notificationstore/service/NotificationStorePlugin.java 0 0 1
fr/paris/lutece/plugins/notificationstore/service/file/AccessDeniedFileRBACService.java 0 0 1
fr/paris/lutece/plugins/notificationstore/service/listener/LogDemandListener.java 0 0 1
fr/paris/lutece/plugins/notificationstore/service/listener/LogNotificationListener.java 0 0 1
fr/paris/lutece/plugins/notificationstore/utils/NotificationStoreConstants.java 0 0 3
fr/paris/lutece/plugins/notificationstore/utils/NotificationStoreUtils.java 0 0 5
fr/paris/lutece/plugins/notificationstore/web/AbstractManageDemandJspBean.java 0 0 7
fr/paris/lutece/plugins/notificationstore/web/AbstractManageDemandTypeJspBean.java 0 0 8
fr/paris/lutece/plugins/notificationstore/web/AbstractManageJspBean.java 0 0 7
fr/paris/lutece/plugins/notificationstore/web/DemandCategoryJspBean.java 0 0 3
fr/paris/lutece/plugins/notificationstore/web/DemandJspBean.java 0 0 2
fr/paris/lutece/plugins/notificationstore/web/DemandTypeJspBean.java 0 0 3
fr/paris/lutece/plugins/notificationstore/web/NotificationEventJspBean.java 0 0 3
fr/paris/lutece/plugins/notificationstore/web/NotificationJspBean.java 0 0 2
fr/paris/lutece/plugins/notificationstore/web/StatusJspBean.java 0 0 4
fr/paris/lutece/plugins/notificationstore/web/rs/DemandCategoryRestService.java 0 0 6
fr/paris/lutece/plugins/notificationstore/web/rs/DemandRestService.java 0 0 29
fr/paris/lutece/plugins/notificationstore/web/rs/DemandTypeRestService.java 0 0 11
fr/paris/lutece/plugins/notificationstore/web/rs/NotificationRestService.java 0 0 9
fr/paris/lutece/plugins/notificationstore/web/rs/StatusRestService.java 0 0 8

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
2
 Erreur
NeedBraces 1
 Erreur
RightCurly
  • option: "alone"
3
 Erreur
coding DeclarationOrder 2
 Erreur
ExplicitInitialization 1
 Erreur
ParameterAssignment 1
 Erreur
ReturnCount
  • max: "5"
1
 Avertissement
design FinalClass 2
 Erreur
HideUtilityClassConstructor 3
 Erreur
VisibilityModifier 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
42
 Erreur
imports UnusedImports 11
 Erreur
javadoc JavadocMethod 198
 Erreur
JavadocType 13
 Erreur
naming StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Erreur
regexp RegexpSinglelineJava
  • format: "System\.exit"
7
 Erreur
RegexpSinglelineJava
  • format: "System\.out\.println"
7
 Erreur
whitespace ParenPad
  • option: "space"
35
 Erreur

Détails

fr/paris/lutece/plugins/notificationstore/business/DemandCategoryDAO.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/notificationstore/business/DemandCategoryHome.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 @return tag. 147

fr/paris/lutece/plugins/notificationstore/business/DemandDAO.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
regexp RegexpSinglelineJava Line matches the illegal pattern 'WHERE 1'. 99
 Erreur
blocks NeedBraces 'if' construct must use '{}'s. 162
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 283
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 311
 Erreur
javadoc JavadocMethod Expected @param tag for 'sql'. 441
 Erreur
javadoc JavadocMethod Expected @param tag for 'filter'. 441
 Erreur
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 473
 Erreur
javadoc JavadocMethod Expected @param tag for 'filter'. 473

fr/paris/lutece/plugins/notificationstore/business/DemandHome.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.portal.service.plugin.PluginService. 41
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 68
 Erreur
javadoc JavadocMethod Expected @return tag. 79
 Erreur
javadoc JavadocMethod Expected @param tag for 'filter'. 79
 Erreur
javadoc JavadocMethod Expected @return tag. 90
 Erreur
javadoc JavadocMethod Expected @param tag for 'filter'. 90
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 112
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 124
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 124
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 139
 Erreur
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 139
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 153
 Erreur
javadoc JavadocMethod Expected @param tag for 'listStatus'. 153
 Erreur
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 153
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdDemandType'. 153

fr/paris/lutece/plugins/notificationstore/business/DemandTypeDAO.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 'daoUtil'. 241

fr/paris/lutece/plugins/notificationstore/business/DemandTypeHome.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/notificationstore/business/INotificationContentDAO.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'. 86
 Erreur
javadoc JavadocMethod Expected @param tag for 'nKey'. 93
 Erreur
javadoc JavadocMethod Expected @param tag for 'plugin'. 113
 Erreur
javadoc JavadocMethod Expected @param tag for 'plugin'. 126

fr/paris/lutece/plugins/notificationstore/business/NotificationContent.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/notificationstore/business/NotificationContentDAO.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 @return tag. 224
 Erreur
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 224

fr/paris/lutece/plugins/notificationstore/business/NotificationContentHome.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'. 92
 Erreur
javadoc JavadocMethod Unused @param tag for 'notificationContent'. 107
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 109
 Erreur
javadoc JavadocMethod Expected @param tag for 'notification'. 114
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 130
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 147
 Erreur
javadoc JavadocMethod Unused @param tag for 'plugin'. 164
 Erreur
javadoc JavadocMethod Expected @param tag for 'listNotificationType'. 207
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 212
 Erreur
javadoc JavadocMethod Expected @return tag. 275
 Erreur
javadoc JavadocMethod Expected @param tag for 'notification'. 275
 Erreur
javadoc JavadocMethod Expected @param tag for 'notificationType'. 275
 Erreur
javadoc JavadocMethod Expected @param tag for 'strNotificationContent'. 276
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 276
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 283
 Erreur
javadoc JavadocMethod Expected @param tag for 'notification'. 297
 Erreur
javadoc JavadocMethod Expected @param tag for 'notificationType'. 297
 Erreur
javadoc JavadocMethod Expected @param tag for 'strNotificationContent'. 298
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 298
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IOException'. 298
 Erreur
coding ParameterAssignment Assignment of parameter 'strNotificationContent' is not allowed. 300
 Erreur
blocks RightCurly '}' at column 9 should be alone on a line. 330
 Erreur
javadoc JavadocMethod Expected @return tag. 342
 Erreur
javadoc JavadocMethod Expected @param tag for 'notification'. 342
 Erreur
javadoc JavadocMethod Expected @param tag for 'statusType'. 342
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 364

fr/paris/lutece/plugins/notificationstore/business/NotificationDAO.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
regexp RegexpSinglelineJava Line matches the illegal pattern 'SELECT *'. 100
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'SELECT *'. 103
 Erreur
design VisibilityModifier Variable '_mapper' must be private and have accessor methods. 108
 Erreur
javadoc JavadocMethod Expected @param tag for 'strBaseQuery'. 185
 Erreur
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 185
 Erreur
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 278
 Erreur
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 278
 Erreur
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 477
 Erreur
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 477
 Erreur
javadoc JavadocMethod Expected @param tag for 'notif'. 506
 Erreur
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 506
 Erreur
javadoc JavadocMethod Expected @return tag. 553
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 553
 Erreur
javadoc JavadocMethod Expected @param tag for 'notifContent'. 553
 Erreur
javadoc JavadocMethod Expected @param tag for 'typeReference'. 553

fr/paris/lutece/plugins/notificationstore/business/NotificationEventDAO.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
regexp RegexpSinglelineJava Line matches the illegal pattern 'WHERE 1'. 67
 Erreur
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 284
 Erreur
javadoc JavadocMethod Expected @param tag for 'sbSql'. 323
 Erreur
javadoc JavadocMethod Expected @param tag for 'filter'. 323
 Erreur
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 365
 Erreur
javadoc JavadocMethod Expected @param tag for 'filter'. 365

fr/paris/lutece/plugins/notificationstore/business/NotificationEventHome.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 'strDemandId'. 65
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 65
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 77
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 77
 Erreur
javadoc JavadocMethod Expected @param tag for 'lNotificationDate'. 77
 Erreur
javadoc JavadocMethod Expected @param tag for 'nId'. 88
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 99
 Erreur
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 110
 Erreur
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 121
 Erreur
javadoc JavadocMethod Unused @param tag for 'the'. 129
 Erreur
javadoc JavadocMethod Expected @param tag for 'nbDaysBeforePurge'. 133

fr/paris/lutece/plugins/notificationstore/business/NotificationHome.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.portal.service.file.IFileStoreServiceProvider. 40
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.portal.service.plugin.PluginService. 42
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 72
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 72
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 85
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 85
 Erreur
javadoc JavadocMethod Expected @param tag for 'lDate'. 85
 Erreur
javadoc JavadocMethod Expected @param tag for 'id'. 96
 Erreur
javadoc JavadocMethod Expected @param tag for 'filter'. 107
 Erreur
javadoc JavadocMethod Expected @param tag for 'filter'. 118
 Erreur
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 129
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 142
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 142
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 142
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 153
 Erreur
javadoc JavadocMethod Unused @param tag for 'Notification'. 179
 Erreur
javadoc JavadocMethod Expected @param tag for 'notification'. 183
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 208
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 208

fr/paris/lutece/plugins/notificationstore/business/StatusDAO.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 @return tag. 257
 Erreur
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 257

fr/paris/lutece/plugins/notificationstore/business/StatusHome.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 'strStatus'. 112
 Erreur
javadoc JavadocMethod Expected @param tag for 'nStatusId'. 116

fr/paris/lutece/plugins/notificationstore/service/CustomerProvider.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 - java.util.HashMap. 50
 Erreur
imports UnusedImports Unused import - org.glassfish.jersey.http.ResponseStatus. 57
 Erreur
naming StaticVariableName Name 'bIsInitialized' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 89
 Erreur
coding ExplicitInitialization Variable 'bIsInitialized' explicitly initialized to 'false' (default value for its type). 89
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 93
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 93
 Erreur
javadoc JavadocMethod Expected @return tag. 98
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 159
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 165
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 168
 Erreur
javadoc JavadocMethod Unused @param tag for 'strCode'. 273
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 280
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 280
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 280
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 280

fr/paris/lutece/plugins/notificationstore/service/DemandService.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 'notificationEvent'. 176
 Erreur
javadoc JavadocMethod Expected @param tag for 'dStart'. 232
 Erreur
javadoc JavadocMethod Expected @param tag for 'dEnd'. 232
 Erreur
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 232
 Erreur
javadoc JavadocMethod Expected @param tag for 'strStatus'. 232
 Erreur
javadoc JavadocMethod Expected @param tag for 'id'. 260
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 272
 Erreur
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 272
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdDemandType'. 272

fr/paris/lutece/plugins/notificationstore/service/DemandTypeService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Missing a header - not enough lines in file. 1
 Erreur
javadoc JavadocType Missing a Javadoc comment. 8

fr/paris/lutece/plugins/notificationstore/service/JsonGeneration.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 HideUtilityClassConstructor Utility classes should not have a public or default constructor. 61
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 69
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 80
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 100
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 105
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 148
 Erreur
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 157

fr/paris/lutece/plugins/notificationstore/service/NotificationEventDaemon.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/notificationstore/service/NotificationService.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 FinalClass Class NotificationService should be declared as final. 68
 Erreur
javadoc JavadocType Missing a Javadoc comment. 68
 Erreur
javadoc JavadocMethod Expected @return tag. 130
 Avertissement
coding ReturnCount Return count is 6 (max allowed for non-void methods/lambdas is 5). 130
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 130
 Erreur
javadoc JavadocMethod Expected @param tag for 'strJson'. 130
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 130
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 192
 Erreur
javadoc JavadocMethod Expected @param tag for 'notification'. 192
 Erreur
javadoc JavadocMethod Expected @param tag for 'warnings'. 192
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 192
 Erreur
blocks LeftCurly '{' at column 90 should be on a new line. 192
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 222
 Erreur
javadoc JavadocMethod Expected @param tag for 'notification'. 222
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 222
 Erreur
javadoc JavadocMethod Expected @throws tag for 'IdentityStoreException'. 222
 Erreur
blocks LeftCurly '{' at column 88 should be on a new line. 222
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 268
 Erreur
javadoc JavadocMethod Expected @param tag for 'strJson'. 268
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 268
 Erreur
javadoc JavadocMethod Unused @param tag for 'notification'. 307
 Erreur
javadoc JavadocMethod Expected @param tag for 'notificationEvent'. 310
 Erreur
javadoc JavadocMethod Expected @param tag for 'notif'. 390
 Erreur
javadoc JavadocMethod Expected @param tag for 'notification'. 424
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 434
 Erreur
javadoc JavadocMethod Unused @param tag for 'strMessage'. 457
 Erreur
javadoc JavadocMethod Unused @param tag for 'ex'. 459
 Erreur
javadoc JavadocMethod Expected @param tag for 'warnings'. 463
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 467
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 467
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 475
 Erreur
javadoc JavadocMethod Unused @param tag for 'strMessage'. 499
 Erreur
javadoc JavadocMethod Expected @param tag for 'httpStatus'. 505
 Erreur
javadoc JavadocMethod Expected @return tag. 528
 Erreur
javadoc JavadocMethod Expected @param tag for 'notification'. 528
 Erreur
javadoc JavadocMethod Expected @param tag for 'strResponseStatus'. 528
 Erreur
javadoc JavadocMethod Expected @param tag for 'strErrorMessage'. 528
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 528
 Erreur
javadoc JavadocMethod Expected @return tag. 545
 Erreur
javadoc JavadocMethod Expected @param tag for 'notification'. 545
 Erreur
javadoc JavadocMethod Expected @param tag for 'strJson'. 582
 Erreur
javadoc JavadocMethod Expected @throws tag for 'JsonMappingException'. 582
 Erreur
javadoc JavadocMethod Expected @throws tag for 'JsonProcessingException'. 582
 Erreur
javadoc JavadocMethod Expected @param tag for 'notification'. 603

fr/paris/lutece/plugins/notificationstore/service/NotificationStorePlugin.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/notificationstore/service/file/AccessDeniedFileRBACService.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/notificationstore/service/listener/LogDemandListener.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/notificationstore/service/listener/LogNotificationListener.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/notificationstore/utils/NotificationStoreConstants.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
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 36

fr/paris/lutece/plugins/notificationstore/utils/NotificationStoreUtils.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.demand.DemandStatus. 45
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 56
 Erreur
javadoc JavadocMethod Expected @return tag. 67
 Erreur
javadoc JavadocMethod Expected @param tag for 'object'. 67

fr/paris/lutece/plugins/notificationstore/web/AbstractManageDemandJspBean.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 Type Javadoc comment is missing @param <S> tag. 50
 Erreur
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 50
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 56
 Erreur
javadoc JavadocMethod Unused @param tag for '<S>'. 109
 Erreur
javadoc JavadocMethod Unused @param tag for '<T>'. 111
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 116

fr/paris/lutece/plugins/notificationstore/web/AbstractManageDemandTypeJspBean.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 Type Javadoc comment is missing @param <S> tag. 49
 Erreur
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 49
 Erreur
coding DeclarationOrder Variable access definition in wrong order. 57
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 86
 Erreur
javadoc JavadocMethod Unused @param tag for '<S>'. 112
 Erreur
javadoc JavadocMethod Unused @param tag for '<T>'. 114
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 120

fr/paris/lutece/plugins/notificationstore/web/AbstractManageJspBean.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 Type Javadoc comment is missing @param <S> tag. 49
 Erreur
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 49
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 81
 Erreur
javadoc JavadocMethod Unused @param tag for '<S>'. 107
 Erreur
javadoc JavadocMethod Unused @param tag for '<T>'. 109
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 115

fr/paris/lutece/plugins/notificationstore/web/DemandCategoryJspBean.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 @throws tag for 'AccessDeniedException'. 185
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 280

fr/paris/lutece/plugins/notificationstore/web/DemandJspBean.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. 57

fr/paris/lutece/plugins/notificationstore/web/DemandTypeJspBean.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 @throws tag for 'AccessDeniedException'. 193
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 288

fr/paris/lutece/plugins/notificationstore/web/NotificationEventJspBean.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.notificationstore.service.DemandService. 51
 Erreur
javadoc JavadocType Missing a Javadoc comment. 58

fr/paris/lutece/plugins/notificationstore/web/NotificationJspBean.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. 58

fr/paris/lutece/plugins/notificationstore/web/StatusJspBean.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 @throws tag for 'AccessDeniedException'. 196
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 293
 Erreur
javadoc JavadocMethod Expected @param tag for 'request'. 321

fr/paris/lutece/plugins/notificationstore/web/rs/DemandCategoryRestService.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 'nVersion'. 71
 Erreur
javadoc JavadocMethod Unused @param tag for 'nVersion'. 95
 Erreur
javadoc JavadocMethod Unused @param tag for 'nVersion'. 125
 Erreur
javadoc JavadocMethod Unused @param tag for 'nVersion'. 169
 Erreur
javadoc JavadocMethod Unused @param tag for 'nVersion'. 196

fr/paris/lutece/plugins/notificationstore/web/rs/DemandRestService.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.EnumNotificationType. 53
 Erreur
imports UnusedImports Unused import - fr.paris.lutece.plugins.grubusiness.business.web.rs.NotificationResult. 58
 Erreur
javadoc JavadocMethod Expected @return tag. 87
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdDemandType'. 90
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIndex'. 91
 Erreur
javadoc JavadocMethod Expected @param tag for 'strLimitResult'. 92
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 93
 Erreur
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 94
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 107
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 108
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 108
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 108
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdDemandType'. 127
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIndex'. 128
 Erreur
javadoc JavadocMethod Expected @param tag for 'strLimitResult'. 129
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 130
 Erreur
javadoc JavadocMethod Expected @param tag for 'strListStatus'. 131
 Erreur
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 132
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 148
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 148
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 148
 Erreur
javadoc JavadocMethod Expected @return tag. 168
 Erreur
javadoc JavadocMethod Expected @param tag for 'result'. 168
 Erreur
javadoc JavadocMethod Expected @param tag for 'nIndex'. 168
 Erreur
javadoc JavadocMethod Expected @param tag for 'nDefaultItemsPerPage'. 168
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 168
 Erreur
javadoc JavadocMethod Expected @param tag for 'listIds'. 199
 Erreur
javadoc JavadocMethod Expected @param tag for 'demand'. 221

fr/paris/lutece/plugins/notificationstore/web/rs/DemandTypeRestService.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.identitystore.v3.web.rs.util.Constants. 53
 Erreur
javadoc JavadocMethod Unused @param tag for 'nVersion'. 73
 Erreur
javadoc JavadocMethod Unused @param tag for 'nVersion'. 97
 Erreur
blocks RightCurly '}' at column 9 should be alone on a line. 136
 Erreur
javadoc JavadocMethod Unused @param tag for 'nVersion'. 151
 Erreur
javadoc JavadocMethod Unused @param tag for 'id'. 153
 Erreur
javadoc JavadocMethod Expected @param tag for 'nId'. 170
 Erreur
blocks RightCurly '}' at column 13 should be alone on a line. 203
 Erreur
javadoc JavadocMethod Unused @param tag for 'nVersion'. 219
 Erreur
javadoc JavadocMethod Unused @param tag for 'nVersion'. 249

fr/paris/lutece/plugins/notificationstore/web/rs/NotificationRestService.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.web.rs.responseStatus.ResponseStatus. 53
 Erreur
javadoc JavadocType Missing a Javadoc comment. 61
 Erreur
javadoc JavadocMethod Expected @return tag. 105
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 106
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdDemand'. 108
 Erreur
javadoc JavadocMethod Expected @param tag for 'strIdDemandType'. 109
 Erreur
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 110
 Erreur
whitespace ParenPad ')' is not preceded with whitespace. 127

fr/paris/lutece/plugins/notificationstore/web/rs/StatusRestService.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 FinalClass Class StatusRestService should be declared as final. 70
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 76
 Erreur
javadoc JavadocMethod Expected @param tag for 'nId'. 105
 Erreur
javadoc JavadocMethod Expected @param tag for 'strStatus'. 128
 Erreur
javadoc JavadocMethod Expected @param tag for 'strStatus'. 162
 Erreur
javadoc JavadocMethod Expected @param tag for 'nId'. 196
 Erreur
javadoc JavadocMethod Expected @param tag for 'status'. 231