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
13 0 2 24

Files

File
 I
 W
 E
fr/paris/lutece/plugins/genericalert/business/ITaskNotifyReminderConfigDAO.java 0 0 1
fr/paris/lutece/plugins/genericalert/business/ReminderAppointment.java 0 0 1
fr/paris/lutece/plugins/genericalert/business/TaskNotifyReminderConfig.java 0 0 1
fr/paris/lutece/plugins/genericalert/business/TaskNotifyReminderConfigDAO.java 0 0 3
fr/paris/lutece/plugins/genericalert/business/TaskNotifyReminderConfigHome.java 0 0 1
fr/paris/lutece/plugins/genericalert/daemon/AppointmentReminderDaemon.java 0 0 1
fr/paris/lutece/plugins/genericalert/service/ITaskNotifyReminderConfigService.java 0 0 1
fr/paris/lutece/plugins/genericalert/service/NotifyReminderPlugin.java 0 0 1
fr/paris/lutece/plugins/genericalert/service/TaskNotifyReminder.java 0 1 12
fr/paris/lutece/plugins/genericalert/service/TaskNotifyReminderConfigService.java 0 0 1
fr/paris/lutece/plugins/genericalert/web/NotifyReminderTaskComponent.java 0 1 1

Rules

Category Rule Violations Severity
coding DeclarationOrder 2
 Error
NestedIfDepth
  • max: "3"
1
 Error
ReturnCount
  • max: "5"
1
 Warning
design VisibilityModifier 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
11
 Error
javadoc JavadocMethod 9
 Error
sizes ParameterNumber 1
 Warning

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'. 382
 Error
javadoc JavadocMethod Expected @param tag for 'nIdTask'. 411

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

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
coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 197
 Error
javadoc JavadocMethod Unused @param tag for 'form'. 222
 Warning
sizes ParameterNumber More than 7 parameters (found 8). 227
 Error
javadoc JavadocMethod Expected @param tag for 'nIdWorkflow'. 227
 Error
javadoc JavadocMethod Expected @param tag for 'strResourceType'. 228
 Error
javadoc JavadocMethod Expected @param tag for 'nIdAction'. 228
 Error
javadoc JavadocMethod Unused @param tag for 'form'. 402
 Error
javadoc JavadocMethod Expected @param tag for 'nIdWorkflow'. 407

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