Checkstyle Results
The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
25 |
0 |
2 |
27 |
Details
fr/paris/lutece/plugins/genericalert/business/ITaskNotifyReminderConfigDAO.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/genericalert/business/ReminderAppointment.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/genericalert/business/TaskNotifyReminderConfig.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/genericalert/business/TaskNotifyReminderConfigDAO.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 'nIdTask'. |
389 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'nIdTask'. |
419 |
fr/paris/lutece/plugins/genericalert/business/TaskNotifyReminderConfigHome.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/genericalert/daemon/AppointmentReminderDaemon.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.workflowcore.business.state.State. |
42 |
fr/paris/lutece/plugins/genericalert/service/ITaskNotifyReminderConfigService.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/genericalert/service/NotifyReminderPlugin.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/genericalert/service/TaskNotifyReminder.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. |
124 |
Error |
coding |
DeclarationOrder |
Variable access definition in wrong order. |
144 |
Error |
design |
VisibilityModifier |
Variable '_workflowService' must be private and have accessor methods. |
144 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
153 |
Error |
blocks |
LeftCurly |
'{' at column 74 should be on a new line. |
182 |
Error |
coding |
NestedIfDepth |
Nested if-else depth is 4 (max allowed is 3). |
197 |
Error |
javadoc |
JavadocMethod |
Unused @param tag for 'form'. |
223 |
Warning |
sizes |
ParameterNumber |
More than 7 parameters (found 8). |
228 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'nIdWorkflow'. |
228 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strResourceType'. |
229 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'nIdAction'. |
229 |
Error |
javadoc |
JavadocMethod |
Unused @param tag for 'form'. |
403 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'nIdWorkflow'. |
408 |
fr/paris/lutece/plugins/genericalert/service/TaskNotifyReminderConfigService.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/genericalert/web/NotifyReminderTaskComponent.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 |
Warning |
coding |
ReturnCount |
Return count is 10 (max allowed for non-void methods/lambdas is 5). |
202 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
421 |