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
11 0 0 30

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/NotificationGruService.java 0 0 13
fr/paris/lutece/plugins/mydashboard/modules/grusupply/util/MydashboardGrusupplyUtil.java 0 0 2
fr/paris/lutece/plugins/mydashboard/modules/grusupply/web/MyDashboardComponentAllNotificationGRU.java 0 0 1
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"
2
 Error
design FinalClass 2
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
9
 Error
javadoc JavadocMethod 13
 Error
whitespace ParenPad
  • option: "space"
3
 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/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
design FinalClass Class NotificationGruService should be declared as final. 54
 Error
whitespace ParenPad '(' is not followed by whitespace. 60
 Error
whitespace ParenPad ')' is not preceded with whitespace. 60
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 80
 Error
javadoc JavadocMethod Expected @param tag for 'strIndex'. 80
 Error
javadoc JavadocMethod Expected @param tag for 'strLimitResult'. 80
 Error
javadoc JavadocMethod Expected @param tag for 'strNotificationType'. 80
 Error
javadoc JavadocMethod Expected @param tag for 'strIdDemand'. 102
 Error
javadoc JavadocMethod Expected @param tag for 'strIdDemandType'. 102
 Error
javadoc JavadocMethod Expected @param tag for 'strCustomerId'. 102
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 107
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 124

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/MyDashboardComponentAllNotificationGRU.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/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