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
13 0 0 63

Files

File
 I
 W
 E
fr/paris/lutece/plugins/mydashboard/modules/grusupply/business/DemandDashboard.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/grusupply/business/DemandDashboardDAO.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/grusupply/business/DemandDashboardHome.java 0 0 3
fr/paris/lutece/plugins/mydashboard/modules/grusupply/business/DemandType.java 0 0 1
fr/paris/lutece/plugins/mydashboard/modules/grusupply/business/IDemandDashboardDAO.java 0 0 4
fr/paris/lutece/plugins/mydashboard/modules/grusupply/service/IdentityStoreService.java 0 0 5
fr/paris/lutece/plugins/mydashboard/modules/grusupply/service/NotificationGruService.java 0 0 22
fr/paris/lutece/plugins/mydashboard/modules/grusupply/util/MydashboardGrusupplyUtil.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/grusupply/web/MyDashboardComponentCompletedNotificationGRU.java 0 0 10
fr/paris/lutece/plugins/mydashboard/modules/grusupply/web/MyDashboardComponentInProgressNotificationGRU.java 0 0 10
fr/paris/lutece/plugins/mydashboard/modules/grusupply/web/MyDashboardComponentLastNotificationGRU.java 0 0 1

Rules

Category Rule Violations Severity
blocks NeedBraces 1
 Error
RightCurly
  • option: "alone"
3
 Error
design FinalClass 3
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
11
 Error
imports UnusedImports 2
 Error
javadoc JavadocMethod 33
 Error
whitespace ParenPad
  • option: "space"
10
 Error

Details

fr/paris/lutece/plugins/mydashboard/modules/grusupply/business/DemandDashboard.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 'nDemandId'. 69
 Error
javadoc JavadocMethod Expected @param tag for 'bRead'. 69

fr/paris/lutece/plugins/mydashboard/modules/grusupply/business/DemandDashboardDAO.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 NeedBraces 'if' construct must use '{}'s. 158

fr/paris/lutece/plugins/mydashboard/modules/grusupply/business/DemandDashboardHome.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. 112
 Error
javadoc JavadocMethod Expected @param tag for 'listDemandDashboards'. 132

fr/paris/lutece/plugins/mydashboard/modules/grusupply/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/mydashboard/modules/grusupply/business/IDemandDashboardDAO.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'. 82
 Error
javadoc JavadocMethod Expected @param tag for 'nKey'. 87
 Error
javadoc JavadocMethod Expected @param tag for 'listDemandDashboards'. 105

fr/paris/lutece/plugins/mydashboard/modules/grusupply/service/IdentityStoreService.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 IdentityStoreService should be declared as final. 55
 Error
javadoc JavadocMethod Expected @param tag for 'strGuid'. 76
 Error
whitespace ParenPad ')' is not preceded with whitespace. 76
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 93

fr/paris/lutece/plugins/mydashboard/modules/grusupply/service/NotificationGruService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.grubusiness.business.demand.TemporaryStatus. 41
 Error
design FinalClass Class NotificationGruService should be declared as final. 55
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 81
 Error
javadoc JavadocMethod Expected @param tag for 'strIndex'. 81
 Error
javadoc JavadocMethod Expected @param tag for 'strLimitResult'. 81
 Error
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 81
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 106
 Error
javadoc JavadocMethod Expected @param tag for 'strListStatus'. 106
 Error
javadoc JavadocMethod Expected @param tag for 'strIndex'. 106
 Error
javadoc JavadocMethod Expected @param tag for 'strLimitResult'. 106
 Error
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 106
 Error
javadoc JavadocMethod Expected @param tag for 'strCategoryCode'. 106
 Error
javadoc JavadocMethod Expected @param tag for 'strIdDemand'. 128
 Error
javadoc JavadocMethod Expected @param tag for 'strIdDemandType'. 128
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 128
 Error
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 128
 Error
whitespace ParenPad ')' is not preceded with whitespace. 128
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 133
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 150

fr/paris/lutece/plugins/mydashboard/modules/grusupply/util/MydashboardGrusupplyUtil.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 MydashboardGrusupplyUtil should be declared as final. 46

fr/paris/lutece/plugins/mydashboard/modules/grusupply/web/MyDashboardComponentCompletedNotificationGRU.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. 116
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 174
 Error
javadoc JavadocMethod Expected @param tag for 'paginator'. 174
 Error
whitespace ParenPad ')' is not preceded with whitespace. 182
 Error
javadoc JavadocMethod Expected @param tag for 'model'. 206
 Error
javadoc JavadocMethod Expected @param tag for 'nDefaultItemsPerPage'. 206
 Error
javadoc JavadocMethod Expected @param tag for 'paginator'. 206
 Error
javadoc JavadocMethod Expected @param tag for 'listDemandDashboards'. 206
 Error
whitespace ParenPad ')' is not preceded with whitespace. 225

fr/paris/lutece/plugins/mydashboard/modules/grusupply/web/MyDashboardComponentInProgressNotificationGRU.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.grubusiness.business.demand.TemporaryStatus. 50
 Error
whitespace ParenPad ')' is not preceded with whitespace. 117
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 175
 Error
javadoc JavadocMethod Expected @param tag for 'paginator'. 175
 Error
javadoc JavadocMethod Expected @param tag for 'model'. 207
 Error
javadoc JavadocMethod Expected @param tag for 'nDefaultItemsPerPage'. 207
 Error
javadoc JavadocMethod Expected @param tag for 'paginator'. 207
 Error
javadoc JavadocMethod Expected @param tag for 'listDemandDashboards'. 207
 Error
whitespace ParenPad ')' is not preceded with whitespace. 226

fr/paris/lutece/plugins/mydashboard/modules/grusupply/web/MyDashboardComponentLastNotificationGRU.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