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
25 0 2 27

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 2
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 13
fr/paris/lutece/plugins/genericalert/service/TaskNotifyReminderConfigService.java 0 0 1
fr/paris/lutece/plugins/genericalert/web/NotifyReminderTaskComponent.java 0 1 2

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
1
 Error
coding DeclarationOrder 2
 Error
NestedIfDepth
  • max: "3"
1
 Error
ReturnCount
  • max: "5"
1
 Warning
design VisibilityModifier 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
11
 Error
imports UnusedImports 1
 Error
javadoc JavadocMethod 10
 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'. 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