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
44 0 0 398

Files

File
 I
 W
 E
fr/paris/lutece/plugins/grustoragedb/business/DemandCategory.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/business/DemandCategoryDAO.java 0 0 4
fr/paris/lutece/plugins/grustoragedb/business/DemandCategoryHome.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/business/DemandDAO.java 0 0 28
fr/paris/lutece/plugins/grustoragedb/business/DemandHome.java 0 0 23
fr/paris/lutece/plugins/grustoragedb/business/DemandType.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/business/DemandTypeDAO.java 0 0 4
fr/paris/lutece/plugins/grustoragedb/business/DemandTypeHome.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/business/IDemandCategoryDAO.java 0 0 4
fr/paris/lutece/plugins/grustoragedb/business/IDemandTypeDAO.java 0 0 4
fr/paris/lutece/plugins/grustoragedb/business/INotificationContentDAO.java 0 0 5
fr/paris/lutece/plugins/grustoragedb/business/IStatusDAO.java 0 0 4
fr/paris/lutece/plugins/grustoragedb/business/NotificationContent.java 0 0 3
fr/paris/lutece/plugins/grustoragedb/business/NotificationContentDAO.java 0 0 4
fr/paris/lutece/plugins/grustoragedb/business/NotificationContentHome.java 0 0 20
fr/paris/lutece/plugins/grustoragedb/business/NotificationDAO.java 0 0 30
fr/paris/lutece/plugins/grustoragedb/business/NotificationEventDAO.java 0 0 22
fr/paris/lutece/plugins/grustoragedb/business/NotificationEventHome.java 0 0 16
fr/paris/lutece/plugins/grustoragedb/business/NotificationHome.java 0 0 28
fr/paris/lutece/plugins/grustoragedb/business/Status.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/business/StatusDAO.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/business/StatusHome.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/business/listener/LogDemandListener.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/business/listener/LogNotificationListener.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/rs/service/StatusRest.java 0 0 14
fr/paris/lutece/plugins/grustoragedb/service/DemandTypeProvider.java 0 0 4
fr/paris/lutece/plugins/grustoragedb/service/DemandTypeService.java 0 0 6
fr/paris/lutece/plugins/grustoragedb/service/GruStorageDbPlugin.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/service/IDemandTypeProvider.java 0 0 4
fr/paris/lutece/plugins/grustoragedb/service/JsonGeneration.java 0 0 53
fr/paris/lutece/plugins/grustoragedb/service/NotificationEventDaemon.java 0 0 2
fr/paris/lutece/plugins/grustoragedb/utils/GrustoragedbConstants.java 0 0 3
fr/paris/lutece/plugins/grustoragedb/utils/GrustoragedbUtils.java 0 0 3
fr/paris/lutece/plugins/grustoragedb/web/AbstractManageDemandJspBean.java 0 0 7
fr/paris/lutece/plugins/grustoragedb/web/AbstractManageDemandTypeJspBean.java 0 0 8
fr/paris/lutece/plugins/grustoragedb/web/AbstractManageJspBean.java 0 0 7
fr/paris/lutece/plugins/grustoragedb/web/DemandCategoryJspBean.java 0 0 11
fr/paris/lutece/plugins/grustoragedb/web/DemandJspBean.java 0 0 15
fr/paris/lutece/plugins/grustoragedb/web/DemandTypeJspBean.java 0 0 11
fr/paris/lutece/plugins/grustoragedb/web/NotificationEventJspBean.java 0 0 12
fr/paris/lutece/plugins/grustoragedb/web/NotificationJspBean.java 0 0 18
fr/paris/lutece/plugins/grustoragedb/web/StatusJspBean.java 0 0 11

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
32
 Error
NeedBraces 1
 Error
RightCurly
  • option: "alone"
7
 Error
coding DeclarationOrder 2
 Error
ParameterAssignment 1
 Error
design FinalClass 2
 Error
HideUtilityClassConstructor 1
 Error
VisibilityModifier 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
42
 Error
imports UnusedImports 10
 Error
javadoc JavadocMethod 128
 Error
JavadocType 12
 Error
modifier RedundantModifier 1
 Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
3
 Error
regexp RegexpSinglelineJava
  • format: "System\.exit"
6
 Error
RegexpSinglelineJava
  • format: "System\.out\.println"
6
 Error
whitespace ParenPad
  • option: "space"
141
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
8
 Error

Details

fr/paris/lutece/plugins/grustoragedb/business/DemandCategory.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/grustoragedb/business/DemandCategoryDAO.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 101 should be on a new line. 210
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 217
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 228

fr/paris/lutece/plugins/grustoragedb/business/DemandCategoryHome.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/grustoragedb/business/DemandDAO.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
regexp RegexpSinglelineJava Line matches the illegal pattern 'WHERE 1'. 98
 Error
blocks NeedBraces 'if' construct must use '{}'s. 163
 Error
whitespace ParenPad '(' is not followed by whitespace. 163
 Error
whitespace ParenPad '(' is not followed by whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 165
 Error
whitespace ParenPad '(' is not followed by whitespace. 165
 Error
whitespace ParenPad '(' is not followed by whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 165
 Error
blocks LeftCurly '{' at column 40 should be on a new line. 169
 Error
whitespace ParenPad ')' is not preceded with whitespace. 217
 Error
whitespace ParenPad ')' is not preceded with whitespace. 221
 Error
whitespace ParenPad ')' is not preceded with whitespace. 243
 Error
whitespace ParenPad ')' is not preceded with whitespace. 247
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 283
 Error
whitespace ParenPad ')' is not preceded with whitespace. 405
 Error
javadoc JavadocMethod Expected @param tag for 'sql'. 416
 Error
javadoc JavadocMethod Expected @param tag for 'filter'. 416
 Error
whitespace ParenPad ')' is not preceded with whitespace. 416
 Error
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 447
 Error
javadoc JavadocMethod Expected @param tag for 'filter'. 447
 Error
whitespace ParenPad ')' is not preceded with whitespace. 447
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 449
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 449
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 491
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 491

fr/paris/lutece/plugins/grustoragedb/business/DemandHome.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 33
 Error
whitespace ParenPad ')' is not preceded with whitespace. 35
 Error
javadoc JavadocMethod Expected @return tag. 44
 Error
javadoc JavadocMethod Expected @param tag for 'filter'. 44
 Error
javadoc JavadocMethod Expected @return tag. 55
 Error
javadoc JavadocMethod Expected @param tag for 'filter'. 55
 Error
javadoc JavadocMethod Unused @param tag for 'nKey'. 63
 Error
javadoc JavadocMethod Expected @param tag for 'strKey'. 66
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 66
 Error
whitespace ParenPad '(' is not followed by whitespace. 68
 Error
whitespace ParenPad ')' is not preceded with whitespace. 68
 Error
whitespace ParenPad '(' is not followed by whitespace. 75
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 75
 Error
whitespace ParenPad '(' is not followed by whitespace. 77
 Error
whitespace ParenPad ')' is not preceded with whitespace. 77
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 87
 Error
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 87
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 100
 Error
javadoc JavadocMethod Expected @param tag for 'listStatus'. 100
 Error
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 100
 Error
javadoc JavadocMethod Expected @param tag for 'strIdDemandType'. 100

fr/paris/lutece/plugins/grustoragedb/business/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

fr/paris/lutece/plugins/grustoragedb/business/DemandTypeDAO.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 93 should be on a new line. 214
 Error
blocks LeftCurly '{' at column 47 should be on a new line. 221
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 232

fr/paris/lutece/plugins/grustoragedb/business/DemandTypeHome.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/grustoragedb/business/IDemandCategoryDAO.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 102
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 106
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106

fr/paris/lutece/plugins/grustoragedb/business/IDemandTypeDAO.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 102
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 106
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106

fr/paris/lutece/plugins/grustoragedb/business/INotificationContentDAO.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'. 83
 Error
javadoc JavadocMethod Expected @param tag for 'nKey'. 88
 Error
javadoc JavadocMethod Expected @param tag for 'plugin'. 107
 Error
javadoc JavadocMethod Expected @param tag for 'plugin'. 117

fr/paris/lutece/plugins/grustoragedb/business/IStatusDAO.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 110
 Error
javadoc JavadocMethod Expected @param tag for '_plugin'. 114
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 114

fr/paris/lutece/plugins/grustoragedb/business/NotificationContent.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 'strStatus'. 117
 Error
javadoc JavadocMethod Expected @param tag for 'strStatusId'. 119

fr/paris/lutece/plugins/grustoragedb/business/NotificationContentDAO.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 preceded with whitespace. 182
 Error
javadoc JavadocMethod Expected @return tag. 219
 Error
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 219

fr/paris/lutece/plugins/grustoragedb/business/NotificationContentHome.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 83
 Error
javadoc JavadocMethod Unused @param tag for 'notificationContent'. 96
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 97
 Error
javadoc JavadocMethod Expected @param tag for 'notification'. 101
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 116
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 131
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 147
 Error
whitespace ParenPad ')' is not preceded with whitespace. 153
 Error
javadoc JavadocMethod Expected @param tag for 'listNotificationType'. 185
 Error
javadoc JavadocMethod Missing a Javadoc comment. 191
 Error
javadoc JavadocMethod Expected @return tag. 250
 Error
javadoc JavadocMethod Expected @param tag for 'notification'. 250
 Error
javadoc JavadocMethod Expected @param tag for 'notificationType'. 250
 Error
javadoc JavadocMethod Expected @param tag for 'strNotificationContent'. 250
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 250
 Error
coding ParameterAssignment Assignment of parameter 'strNotificationContent' is not allowed. 252
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 259
 Error
javadoc JavadocMethod Expected @return tag. 277
 Error
javadoc JavadocMethod Expected @param tag for 'notification'. 277

fr/paris/lutece/plugins/grustoragedb/business/NotificationDAO.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
regexp RegexpSinglelineJava Line matches the illegal pattern 'SELECT *'. 100
 Error
design VisibilityModifier Variable '_mapper' must be private and have accessor methods. 109
 Error
javadoc JavadocMethod Expected @param tag for 'strBaseQuery'. 186
 Error
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 186
 Error
whitespace ParenPad '(' is not followed by whitespace. 199
 Error
whitespace ParenPad '(' is not followed by whitespace. 200
 Error
whitespace ParenPad ')' is not preceded with whitespace. 200
 Error
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 281
 Error
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 281
 Error
whitespace ParenPad '(' is not followed by whitespace. 287
 Error
whitespace ParenPad '(' is not followed by whitespace. 431
 Error
whitespace ParenPad ')' is not preceded with whitespace. 431
 Error
blocks LeftCurly '{' at column 107 should be on a new line. 431
 Error
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 470
 Error
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 470
 Error
javadoc JavadocMethod Expected @param tag for 'notif'. 494
 Error
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 494
 Error
blocks LeftCurly '{' at column 154 should be on a new line. 502
 Error
blocks LeftCurly '{' at column 151 should be on a new line. 506
 Error
blocks LeftCurly '{' at column 144 should be on a new line. 510
 Error
blocks LeftCurly '{' at column 156 should be on a new line. 514
 Error
blocks LeftCurly '{' at column 140 should be on a new line. 518
 Error
javadoc JavadocMethod Expected @return tag. 531
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 531
 Error
javadoc JavadocMethod Expected @param tag for 'nIdNotification'. 531
 Error
javadoc JavadocMethod Expected @param tag for 'content'. 531
 Error
javadoc JavadocMethod Expected @param tag for 'typeReference'. 531
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 539
 Error
whitespace ParenPad ')' is not preceded with whitespace. 546

fr/paris/lutece/plugins/grustoragedb/business/NotificationEventDAO.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
regexp RegexpSinglelineJava Line matches the illegal pattern 'WHERE 1'. 65
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 72
 Error
whitespace ParenPad '(' is not followed by whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 170
 Error
whitespace ParenPad ')' is not preceded with whitespace. 171
 Error
whitespace ParenPad ')' is not preceded with whitespace. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 218
 Error
whitespace ParenPad ')' is not preceded with whitespace. 218
 Error
blocks LeftCurly '{' at column 76 should be on a new line. 218
 Error
whitespace ParenPad '(' is not followed by whitespace. 247
 Error
whitespace ParenPad ')' is not preceded with whitespace. 247
 Error
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 277
 Error
javadoc JavadocMethod Expected @param tag for 'sbSql'. 310
 Error
javadoc JavadocMethod Expected @param tag for 'filter'. 310
 Error
whitespace ParenPad '(' is not followed by whitespace. 317
 Error
whitespace ParenPad '(' is not followed by whitespace. 318
 Error
whitespace ParenPad ')' is not preceded with whitespace. 318
 Error
javadoc JavadocMethod Expected @param tag for 'daoUtil'. 355
 Error
javadoc JavadocMethod Expected @param tag for 'filter'. 355
 Error
whitespace ParenPad '(' is not followed by whitespace. 361

fr/paris/lutece/plugins/grustoragedb/business/NotificationEventHome.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 36
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 36
 Error
whitespace ParenPad '(' is not followed by whitespace. 38
 Error
whitespace ParenPad ')' is not preceded with whitespace. 38
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 48
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 48
 Error
javadoc JavadocMethod Expected @param tag for 'lNotificationDate'. 48
 Error
javadoc JavadocMethod Expected @param tag for 'nId'. 59
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 70
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 92
 Error
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 92
 Error
javadoc JavadocMethod Unused @param tag for 'the'. 100
 Error
javadoc JavadocMethod Expected @param tag for 'nbDaysBeforePurge'. 103

fr/paris/lutece/plugins/grustoragedb/business/NotificationHome.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
imports UnusedImports Unused import - fr.paris.lutece.portal.service.file.IFileStoreServiceProvider. 6
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 38
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 38
 Error
whitespace ParenPad '(' is not followed by whitespace. 40
 Error
whitespace ParenPad ')' is not preceded with whitespace. 40
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 52
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 52
 Error
javadoc JavadocMethod Expected @param tag for 'lDate'. 52
 Error
whitespace ParenPad '(' is not followed by whitespace. 54
 Error
whitespace ParenPad ')' is not preceded with whitespace. 54
 Error
javadoc JavadocMethod Expected @param tag for 'id'. 63
 Error
javadoc JavadocMethod Expected @param tag for 'filter'. 74
 Error
javadoc JavadocMethod Expected @param tag for 'filter'. 85
 Error
whitespace ParenPad '(' is not followed by whitespace. 96
 Error
javadoc JavadocMethod Expected @param tag for 'notificationFilter'. 96
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 109
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 109
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 109
 Error
whitespace ParenPad '(' is not followed by whitespace. 120
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 120
 Error
whitespace ParenPad '(' is not followed by whitespace. 135
 Error
whitespace ParenPad '(' is not followed by whitespace. 137
 Error
whitespace ParenPad ')' is not preceded with whitespace. 137
 Error
javadoc JavadocMethod Unused @param tag for 'Notification'. 146
 Error
javadoc JavadocMethod Expected @param tag for 'notification'. 150
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandId'. 174
 Error
javadoc JavadocMethod Expected @param tag for 'strDemandTypeId'. 174

fr/paris/lutece/plugins/grustoragedb/business/Status.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/grustoragedb/business/StatusDAO.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/grustoragedb/business/StatusHome.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/grustoragedb/business/listener/LogDemandListener.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/grustoragedb/business/listener/LogNotificationListener.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/grustoragedb/rs/service/StatusRest.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 'strApiKey'. 79
 Error
javadoc JavadocMethod Expected @param tag for 'strApiKey'. 102
 Error
javadoc JavadocMethod Expected @param tag for 'nId'. 103
 Error
javadoc JavadocMethod Expected @param tag for 'strApiKey'. 134
 Error
javadoc JavadocMethod Expected @param tag for 'strStatus'. 134
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 153
 Error
javadoc JavadocMethod Expected @param tag for 'strApiKey'. 174
 Error
javadoc JavadocMethod Expected @param tag for 'strStatus'. 174
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 193
 Error
javadoc JavadocMethod Expected @param tag for 'strApiKey'. 215
 Error
javadoc JavadocMethod Expected @param tag for 'nId'. 216
 Error
javadoc JavadocMethod Expected @param tag for 'strApiKey'. 245
 Error
javadoc JavadocMethod Expected @param tag for 'status'. 265

fr/paris/lutece/plugins/grustoragedb/service/DemandTypeProvider.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. 40
 Error
blocks LeftCurly '{' at column 64 should be on a new line. 40
 Error
blocks LeftCurly '{' at column 43 should be on a new line. 44

fr/paris/lutece/plugins/grustoragedb/service/DemandTypeService.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. 41
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 41
 Error
whitespace ParenPad ')' is not preceded with whitespace. 82
 Error
whitespace ParenPad '(' is not followed by whitespace. 86
 Error
whitespace ParenPad ')' is not preceded with whitespace. 86

fr/paris/lutece/plugins/grustoragedb/service/GruStorageDbPlugin.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/grustoragedb/service/IDemandTypeProvider.java

Severity Category Rule Message Line
 Error
header Header Missing a header - not enough lines in file. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 7
 Error
blocks LeftCurly '{' at column 38 should be on a new line. 7
 Error
modifier RedundantModifier Redundant 'public' modifier. 13

fr/paris/lutece/plugins/grustoragedb/service/JsonGeneration.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 HideUtilityClassConstructor Utility classes should not have a public or default constructor. 28
 Error
blocks LeftCurly '{' at column 29 should be on a new line. 28
 Error
javadoc JavadocMethod Missing a Javadoc comment. 35
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 37
 Error
blocks LeftCurly '{' at column 13 should be on a new line. 40
 Error
whitespace ParenPad '(' is not followed by whitespace. 41
 Error
whitespace ParenPad ')' is not preceded with whitespace. 41
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 42
 Error
whitespace ParenPad '(' is not followed by whitespace. 42
 Error
whitespace ParenPad ')' is not preceded with whitespace. 42
 Error
blocks LeftCurly '{' at column 34 should be on a new line. 42
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 43
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 46
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 46
 Error
whitespace ParenPad '(' is not followed by whitespace. 51
 Error
whitespace ParenPad ')' is not preceded with whitespace. 51
 Error
blocks LeftCurly '{' at column 17 should be on a new line. 54
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 59
 Error
whitespace ParenPad '(' is not followed by whitespace. 59
 Error
whitespace ParenPad ')' is not preceded with whitespace. 59
 Error
blocks LeftCurly '{' at column 50 should be on a new line. 59
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 60
 Error
javadoc JavadocMethod Missing a Javadoc comment. 65
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
whitespace ParenPad '(' is not followed by whitespace. 71
 Error
whitespace ParenPad ')' is not preceded with whitespace. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 72
 Error
whitespace ParenPad ')' is not preceded with whitespace. 72
 Error
whitespace ParenPad '(' is not followed by whitespace. 73
 Error
whitespace ParenPad ')' is not preceded with whitespace. 73
 Error
whitespace ParenPad '(' is not followed by whitespace. 74
 Error
whitespace ParenPad ')' is not preceded with whitespace. 74
 Error
whitespace ParenPad '(' is not followed by whitespace. 75
 Error
whitespace ParenPad ')' is not preceded with whitespace. 75
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad ')' is not preceded with whitespace. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 82
 Error
whitespace ParenPad ')' is not preceded with whitespace. 82
 Error
whitespace ParenPad '(' is not followed by whitespace. 83
 Error
whitespace ParenPad ')' is not preceded with whitespace. 83
 Error
whitespace ParenPad '(' is not followed by whitespace. 89
 Error
whitespace ParenPad ')' is not preceded with whitespace. 89
 Error
javadoc JavadocMethod Missing a Javadoc comment. 109
 Error
whitespace ParenPad '(' is not followed by whitespace. 111
 Error
whitespace ParenPad ')' is not preceded with whitespace. 111
 Error
whitespace ParenPad ')' is not preceded with whitespace. 111
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 111
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 114
 Error
whitespace ParenPad '(' is not followed by whitespace. 114
 Error
whitespace ParenPad ')' is not preceded with whitespace. 114
 Error
blocks LeftCurly '{' at column 75 should be on a new line. 114
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'System\.out\.println'. 115

fr/paris/lutece/plugins/grustoragedb/service/NotificationEventDaemon.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
blocks LeftCurly '{' at column 32 should be on a new line. 29

fr/paris/lutece/plugins/grustoragedb/utils/GrustoragedbConstants.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 FinalClass Class GrustoragedbConstants should be declared as final. 43
 Error
javadoc JavadocMethod Missing a Javadoc comment. 57

fr/paris/lutece/plugins/grustoragedb/utils/GrustoragedbUtils.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 FinalClass Class GrustoragedbUtils should be declared as final. 50
 Error
javadoc JavadocMethod Expected @return tag. 66

fr/paris/lutece/plugins/grustoragedb/web/AbstractManageDemandJspBean.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 Type Javadoc comment is missing @param <S> tag. 51
 Error
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 51
 Error
coding DeclarationOrder Variable access definition in wrong order. 57
 Error
javadoc JavadocMethod Unused @param tag for '<S>'. 106
 Error
javadoc JavadocMethod Unused @param tag for '<T>'. 107
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 111

fr/paris/lutece/plugins/grustoragedb/web/AbstractManageDemandTypeJspBean.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 Type Javadoc comment is missing @param <S> tag. 50
 Error
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 50
 Error
coding DeclarationOrder Variable access definition in wrong order. 58
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 82
 Error
javadoc JavadocMethod Unused @param tag for '<S>'. 108
 Error
javadoc JavadocMethod Unused @param tag for '<T>'. 109
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 114

fr/paris/lutece/plugins/grustoragedb/web/AbstractManageJspBean.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 Type Javadoc comment is missing @param <S> tag. 50
 Error
javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 50
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 77
 Error
javadoc JavadocMethod Unused @param tag for '<S>'. 103
 Error
javadoc JavadocMethod Unused @param tag for '<T>'. 104
 Error
javadoc JavadocMethod Expected @param tag for 'listIds'. 109

fr/paris/lutece/plugins/grustoragedb/web/DemandCategoryJspBean.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 preceded with whitespace. 123
 Error
whitespace ParenPad '(' is not followed by whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad ')' is not preceded with whitespace. 145
 Error
whitespace ParenPad '(' is not followed by whitespace. 146
 Error
whitespace ParenPad ')' is not preceded with whitespace. 146
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 183
 Error
whitespace ParenPad '(' is not followed by whitespace. 258
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 277

fr/paris/lutece/plugins/grustoragedb/web/DemandJspBean.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.grubusiness.business.notification.NotificationEvent. 14
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.grustoragedb.business.NotificationEventHome. 17
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.grustoragedb.business.NotificationHome. 18
 Error
imports UnusedImports Unused import - java.sql.Timestamp. 26
 Error
javadoc JavadocType Missing a Javadoc comment. 29
 Error
blocks LeftCurly '{' at column 81 should be on a new line. 30
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 77
 Error
whitespace ParenPad '(' is not followed by whitespace. 81
 Error
whitespace ParenPad '(' is not followed by whitespace. 86
 Error
whitespace ParenPad '(' is not followed by whitespace. 118
 Error
whitespace ParenPad '(' is not followed by whitespace. 142
 Error
whitespace ParenPad ')' is not preceded with whitespace. 142
 Error
blocks LeftCurly '{' at column 54 should be on a new line. 142

fr/paris/lutece/plugins/grustoragedb/web/DemandTypeJspBean.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 preceded with whitespace. 130
 Error
whitespace ParenPad '(' is not followed by whitespace. 152
 Error
whitespace ParenPad ')' is not preceded with whitespace. 152
 Error
whitespace ParenPad ')' is not preceded with whitespace. 152
 Error
whitespace ParenPad ')' is not preceded with whitespace. 152
 Error
whitespace ParenPad '(' is not followed by whitespace. 153
 Error
whitespace ParenPad ')' is not preceded with whitespace. 153
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 266
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 286

fr/paris/lutece/plugins/grustoragedb/web/NotificationEventJspBean.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.grubusiness.business.notification.Notification. 13
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.grustoragedb.business.NotificationHome. 17
 Error
imports UnusedImports Unused import - java.sql.Timestamp. 25
 Error
javadoc JavadocType Missing a Javadoc comment. 28
 Error
blocks LeftCurly '{' at column 103 should be on a new line. 29
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 79
 Error
whitespace ParenPad '(' is not followed by whitespace. 146
 Error
whitespace ParenPad '(' is not followed by whitespace. 170
 Error
whitespace ParenPad ')' is not preceded with whitespace. 170
 Error
blocks LeftCurly '{' at column 65 should be on a new line. 170

fr/paris/lutece/plugins/grustoragedb/web/NotificationJspBean.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.grustoragedb.service.JsonGeneration. 50
 Error
imports UnusedImports Unused import - java.sql.Timestamp. 57
 Error
javadoc JavadocType Missing a Javadoc comment. 60
 Error
whitespace ParenPad ')' is not preceded with whitespace. 102
 Error
whitespace ParenPad ')' is not preceded with whitespace. 111
 Error
whitespace ParenPad '(' is not followed by whitespace. 165
 Error
whitespace ParenPad ')' is not preceded with whitespace. 198
 Error
whitespace ParenPad '(' is not followed by whitespace. 202
 Error
whitespace ParenPad '(' is not followed by whitespace. 216
 Error
whitespace ParenPad ')' is not preceded with whitespace. 216
 Error
blocks LeftCurly '{' at column 60 should be on a new line. 216
 Error
whitespace ParenPad '(' is not followed by whitespace. 222
 Error
whitespace ParenPad ')' is not preceded with whitespace. 222
 Error
whitespace ParenPad ')' is not preceded with whitespace. 222
 Error
whitespace ParenPad ')' is not preceded with whitespace. 222
 Error
whitespace ParenPad '(' is not followed by whitespace. 223
 Error
whitespace ParenPad ')' is not preceded with whitespace. 223

fr/paris/lutece/plugins/grustoragedb/web/StatusJspBean.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 preceded with whitespace. 130
 Error
whitespace ParenPad '(' is not followed by whitespace. 152
 Error
whitespace ParenPad ')' is not preceded with whitespace. 152
 Error
whitespace ParenPad ')' is not preceded with whitespace. 152
 Error
whitespace ParenPad ')' is not preceded with whitespace. 152
 Error
whitespace ParenPad '(' is not followed by whitespace. 153
 Error
whitespace ParenPad ')' is not preceded with whitespace. 153
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 191
 Error
whitespace ParenPad '(' is not followed by whitespace. 266
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 286