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
26 0 0 29

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/business/AutomaticAssignment.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/business/AutomaticAssignmentDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/business/IAutomaticAssignmentDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/business/ITaskAutomaticAssignmentConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/business/TaskAutomaticAssignmentConfig.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/business/TaskAutomaticAssignmentConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/service/AutomaticAssignmentPlugin.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/service/AutomaticAssignmentService.java 0 0 6
fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/service/IAutomaticAssignmentService.java 0 0 6
fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/service/TaskAutomaticAssignment.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/service/TaskAutomaticAssignmentConfigService.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/web/AutomaticAssignmentJspBean.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/web/AutomaticAssignmentTaskComponent.java 0 0 2

Rules

Category Rule Violations Severity
coding ArrayTrailingComma 2
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
13
 Error
javadoc JavadocMethod 14
 Error

Details

fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/business/AutomaticAssignment.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. 155
 Error
javadoc JavadocMethod Missing a Javadoc comment. 160

fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/business/AutomaticAssignmentDAO.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/workflow/modules/formsautomaticassignment/business/IAutomaticAssignmentDAO.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/workflow/modules/formsautomaticassignment/business/ITaskAutomaticAssignmentConfigDAO.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/workflow/modules/formsautomaticassignment/business/TaskAutomaticAssignmentConfig.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. 338
 Error
javadoc JavadocMethod Missing a Javadoc comment. 343

fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/business/TaskAutomaticAssignmentConfigDAO.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/workflow/modules/formsautomaticassignment/service/AutomaticAssignmentPlugin.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/workflow/modules/formsautomaticassignment/service/AutomaticAssignmentService.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 Unused @param tag for 'nIdRecord'. 405
 Error
javadoc JavadocMethod Unused @param tag for 'nIdDirectory'. 407
 Error
javadoc JavadocMethod Expected @param tag for 'listFormQuestionResponse'. 411
 Error
javadoc JavadocMethod Expected @param tag for 'listFormQuestionResponse'. 517
 Error
coding ArrayTrailingComma Array should contain trailing comma. 580

fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/service/IAutomaticAssignmentService.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. 160
 Error
javadoc JavadocMethod Unused @param tag for 'nIdRecord'. 167
 Error
javadoc JavadocMethod Unused @param tag for 'nIdDirectory'. 169
 Error
javadoc JavadocMethod Expected @param tag for 'listFormQuestionResponse'. 173
 Error
javadoc JavadocMethod Expected @param tag for 'listFormQuestionResponse'. 191

fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/service/TaskAutomaticAssignment.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/workflow/modules/formsautomaticassignment/service/TaskAutomaticAssignmentConfigService.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/workflow/modules/formsautomaticassignment/web/AutomaticAssignmentJspBean.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 Unused @param tag for 'directoryPlugin'. 146

fr/paris/lutece/plugins/workflow/modules/formsautomaticassignment/web/AutomaticAssignmentTaskComponent.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 ArrayTrailingComma Array should contain trailing comma. 194