Checkstyle Results
The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
15 |
0 |
0 |
31 |
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 |