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
6 0 0 6

Files

File
 I
 W
 E
fr/paris/lutece/plugins/blog/modules/extendcomment/web/AbstractManageBlogExtendcommentJspBean.java 0 0 1
fr/paris/lutece/plugins/blog/modules/extendcomment/web/BlogExtendCommentJspBean.java 0 0 5

Rules

Category Rule Violations Severity
blocks NeedBraces 1
 Error
design VisibilityModifier 3
 Error
javadoc JavadocMethod 1
 Error
whitespace WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
1
 Error

Details

fr/paris/lutece/plugins/blog/modules/extendcomment/web/AbstractManageBlogExtendcommentJspBean.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 82

fr/paris/lutece/plugins/blog/modules/extendcomment/web/BlogExtendCommentJspBean.java

Severity Category Rule Message Line
 Error
design VisibilityModifier Variable '_strCurrentPageIndex' must be private and have accessor methods. 96
 Error
design VisibilityModifier Variable '_nItemsPerPage' must be private and have accessor methods. 97
 Error
design VisibilityModifier Variable '_nDefaultItemsPerPage' must be private and have accessor methods. 98
 Error
blocks NeedBraces 'if' construct must use '{}'s. 135
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 215