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
9 0 0 14

Files

File
 I
 W
 E
fr/paris/lutece/plugins/workflow/modules/extendcomment/business/CommentNotificationTaskConfig.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/extendcomment/business/CommentNotificationTaskConfigDAO.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/extendcomment/service/CommentNotificationService.java 0 0 3
fr/paris/lutece/plugins/workflow/modules/extendcomment/service/CommentNotificationTask.java 0 0 2
fr/paris/lutece/plugins/workflow/modules/extendcomment/service/ICommentNotificationService.java 0 0 5
fr/paris/lutece/plugins/workflow/modules/extendcomment/service/WorkflowCommentPlugin.java 0 0 1
fr/paris/lutece/plugins/workflow/modules/extendcomment/web/CommentNotificationTaskComponent.java 0 0 1

Rules

Category Rule Violations Severity
design VisibilityModifier 2
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
7
 Error
imports UnusedImports 1
 Error
javadoc JavadocMethod 4
 Error

Details

fr/paris/lutece/plugins/workflow/modules/extendcomment/business/CommentNotificationTaskConfig.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/extendcomment/business/CommentNotificationTaskConfigDAO.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/extendcomment/service/CommentNotificationService.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.portal.service.security.LuteceUserService. 52
 Error
design VisibilityModifier Variable '_commentService' must be private and have accessor methods. 80

fr/paris/lutece/plugins/workflow/modules/extendcomment/service/CommentNotificationTask.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 '_resourceHistoryService' must be private and have accessor methods. 59

fr/paris/lutece/plugins/workflow/modules/extendcomment/service/ICommentNotificationService.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 @return tag. 63
 Error
javadoc JavadocMethod Expected @param tag for 'comment'. 63
 Error
javadoc JavadocMethod Expected @param tag for 'resourceHistory'. 71
 Error
javadoc JavadocMethod Expected @param tag for 'config'. 71

fr/paris/lutece/plugins/workflow/modules/extendcomment/service/WorkflowCommentPlugin.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/extendcomment/web/CommentNotificationTaskComponent.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