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

Files

File
 I
 W
 E
fr/paris/lutece/plugins/newsletter/modules/blog/business/INewsletterBlogDAO.java 0 0 3
fr/paris/lutece/plugins/newsletter/modules/blog/business/NewsletterBlog.java 0 0 1
fr/paris/lutece/plugins/newsletter/modules/blog/business/NewsletterBlogDAO.java 0 0 1
fr/paris/lutece/plugins/newsletter/modules/blog/business/NewsletterBlogHome.java 0 0 2
fr/paris/lutece/plugins/newsletter/modules/blog/business/NewsletterBlogTemplateRemovalListener.java 0 0 1
fr/paris/lutece/plugins/newsletter/modules/blog/service/NewsletterBlogPlugin.java 0 0 1
fr/paris/lutece/plugins/newsletter/modules/blog/service/NewsletterBlogService.java 0 0 4
fr/paris/lutece/plugins/newsletter/modules/blog/service/NewsletterBlogTopicService.java 0 0 19
fr/paris/lutece/plugins/newsletter/modules/blog/util/BlogNewsletterDocument.java 0 0 8
fr/paris/lutece/plugins/newsletter/modules/blog/util/NewsletterBlogUtils.java 0 0 2
fr/paris/lutece/plugins/newsletter/modules/blog/web/NewsletterDocumentServiceJspBean.java 0 0 3

Rules

Category Rule Violations Severity
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
11
 Error
imports UnusedImports 11
 Error
javadoc JavadocMethod 4
 Error
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Error
whitespace ParenPad
  • option: "space"
16
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
2
 Error

Details

fr/paris/lutece/plugins/newsletter/modules/blog/business/INewsletterBlogDAO.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 'nDocumentCategoryId'. 90
 Error
javadoc JavadocMethod Expected @param tag for 'nTagId'. 95

fr/paris/lutece/plugins/newsletter/modules/blog/business/NewsletterBlog.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/newsletter/modules/blog/business/NewsletterBlogDAO.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/newsletter/modules/blog/business/NewsletterBlogHome.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 'dateEndPublishing'. 230

fr/paris/lutece/plugins/newsletter/modules/blog/business/NewsletterBlogTemplateRemovalListener.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/newsletter/modules/blog/service/NewsletterBlogPlugin.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/newsletter/modules/blog/service/NewsletterBlogService.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.newsletter.business.NewsLetterTemplate. 58
 Error
naming LocalVariableName Name '_bTemplate' must match pattern '^[a-z][a-zA-Z0-9]*$'. 307
 Error
javadoc JavadocMethod Expected @return tag. 324

fr/paris/lutece/plugins/newsletter/modules/blog/service/NewsletterBlogTopicService.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
whitespace ParenPad ')' is not preceded with whitespace. 156
 Error
whitespace ParenPad '(' is not followed by whitespace. 163
 Error
whitespace ParenPad ')' is not preceded with whitespace. 163
 Error
whitespace ParenPad '(' is not followed by whitespace. 164
 Error
whitespace ParenPad ')' is not preceded with whitespace. 164
 Error
whitespace WhitespaceAround '==' is not followed by whitespace. 173
 Error
whitespace WhitespaceAround '==' is not preceded with whitespace. 173
 Error
whitespace ParenPad '(' is not followed by whitespace. 175
 Error
whitespace ParenPad ')' is not preceded with whitespace. 175
 Error
whitespace ParenPad '(' is not followed by whitespace. 179
 Error
whitespace ParenPad ')' is not preceded with whitespace. 179
 Error
whitespace ParenPad '(' is not followed by whitespace. 199
 Error
whitespace ParenPad ')' is not preceded with whitespace. 199
 Error
whitespace ParenPad '(' is not followed by whitespace. 221
 Error
whitespace ParenPad '(' is not followed by whitespace. 224
 Error
whitespace ParenPad '(' is not followed by whitespace. 224
 Error
whitespace ParenPad ')' is not preceded with whitespace. 224
 Error
whitespace ParenPad ')' is not preceded with whitespace. 224

fr/paris/lutece/plugins/newsletter/modules/blog/util/BlogNewsletterDocument.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.blog.business.Blog. 36
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.blog.service.BlogService. 37
 Error
imports UnusedImports Unused import - fr.paris.lutece.plugins.newsletter.util.NewsLetterConstants. 40
 Error
imports UnusedImports Unused import - org.apache.commons.lang3.StringUtils. 42
 Error
imports UnusedImports Unused import - org.w3c.dom.NamedNodeMap. 43
 Error
imports UnusedImports Unused import - org.w3c.dom.Node. 44
 Error
imports UnusedImports Unused import - org.w3c.dom.NodeList. 45

fr/paris/lutece/plugins/newsletter/modules/blog/util/NewsletterBlogUtils.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 - org.apache.commons.lang3.StringUtils. 36

fr/paris/lutece/plugins/newsletter/modules/blog/web/NewsletterDocumentServiceJspBean.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.newsletter.modules.blog.util.NewsletterBlogUtils. 43
 Error
imports UnusedImports Unused import - java.util.ArrayList. 64