Checkstyle Results
The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
12 |
0 |
0 |
33 |
Rules
Category |
Rule |
Violations |
Severity |
coding |
DeclarationOrder |
12 |
Error |
design |
VisibilityModifier |
1 |
Error |
header |
Header
- fileExtensions:
"java"
- headerFile:
"/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt" |
10 |
Error |
javadoc |
JavadocMethod |
10 |
Error |
Details
fr/paris/lutece/plugins/mydashboard/modules/notification/business/INotificationDAO.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 'nIdNotification'. |
68 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'isRead'. |
68 |
fr/paris/lutece/plugins/mydashboard/modules/notification/business/Notification.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/notification/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 |
fr/paris/lutece/plugins/mydashboard/modules/notification/service/INotificationService.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 'nIdNotification'. |
71 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'isRead'. |
71 |
fr/paris/lutece/plugins/mydashboard/modules/notification/service/NotificationService.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 |
VisibilityModifier |
Variable '_notificationDAO' must be private and have accessor methods. |
55 |
fr/paris/lutece/plugins/mydashboard/modules/notification/service/rest/NotificationRest.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 |
Missing a Javadoc comment. |
77 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
104 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
133 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
157 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
184 |
fr/paris/lutece/plugins/mydashboard/modules/notification/util/NotificationConstants.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 |
Static variable definition in wrong order. |
51 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
52 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
53 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
55 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
56 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
57 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
59 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
60 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
62 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
64 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
66 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
68 |
fr/paris/lutece/plugins/mydashboard/modules/notification/web/MyDashboardComponentAllNotification.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/notification/web/MyDashboardComponentLastNotification.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/notification/web/NotificationXPage.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 |
Missing a Javadoc comment. |
72 |