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
15 0 0 31

Files

File
 I
 W
 E
fr/paris/lutece/plugins/grafana/business/Dashboard.java 0 0 1
fr/paris/lutece/plugins/grafana/business/DashboardDAO.java 0 0 1
fr/paris/lutece/plugins/grafana/business/DashboardHome.java 0 0 3
fr/paris/lutece/plugins/grafana/business/IDashboardDAO.java 0 0 4
fr/paris/lutece/plugins/grafana/service/DashboardIdService.java 0 0 2
fr/paris/lutece/plugins/grafana/service/DashboardService.java 0 0 8
fr/paris/lutece/plugins/grafana/service/GrafanaPlugin.java 0 0 1
fr/paris/lutece/plugins/grafana/service/NoGrafanaDashboardException.java 0 0 1
fr/paris/lutece/plugins/grafana/service/NoGrafanaServerException.java 0 0 1
fr/paris/lutece/plugins/grafana/utils/constants/GrafanaConstants.java 0 0 1
fr/paris/lutece/plugins/grafana/web/DashboardJspBean.java 0 0 5
fr/paris/lutece/plugins/grafana/web/GrafanaDashboardJspBean.java 0 0 1
fr/paris/lutece/plugins/grafana/web/ManageGrafanaJspBean.java 0 0 2

Rules

Category Rule Violations Severity
coding DeclarationOrder 1
 Error
ExplicitInitialization 1
 Error
design FinalClass 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
13
 Error
javadoc JavadocMethod 14
 Error
JavadocType 1
 Error

Details

fr/paris/lutece/plugins/grafana/business/Dashboard.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/grafana/business/DashboardDAO.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/grafana/business/DashboardHome.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 'dashboard'. 141
 Error
javadoc JavadocMethod Expected @param tag for 'strIdGrafana'. 160

fr/paris/lutece/plugins/grafana/business/IDashboardDAO.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 'plugin'. 129
 Error
javadoc JavadocMethod Expected @param tag for 'dashboard'. 138
 Error
javadoc JavadocMethod Expected @param tag for 'plugin'. 138

fr/paris/lutece/plugins/grafana/service/DashboardIdService.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 Missing a Javadoc comment. 47

fr/paris/lutece/plugins/grafana/service/DashboardService.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 DashboardService should be declared as final. 63
 Error
coding ExplicitInitialization Variable '_instance' explicitly initialized to 'null' (default value for its type). 79
 Error
javadoc JavadocMethod Missing a Javadoc comment. 87
 Error
javadoc JavadocMethod Expected @param tag for 'dashboard'. 241
 Error
javadoc JavadocMethod Expected @param tag for 'listDashboard'. 253
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 253
 Error
javadoc JavadocMethod Expected @param tag for 'nIdDashboard'. 273

fr/paris/lutece/plugins/grafana/service/GrafanaPlugin.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/grafana/service/NoGrafanaDashboardException.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/grafana/service/NoGrafanaServerException.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/grafana/utils/constants/GrafanaConstants.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/grafana/web/DashboardJspBean.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 @return tag. 105
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 106
 Error
javadoc JavadocMethod Expected @return tag. 137
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 138

fr/paris/lutece/plugins/grafana/web/GrafanaDashboardJspBean.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/grafana/web/ManageGrafanaJspBean.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
coding DeclarationOrder Variable access definition in wrong order. 55