Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
13 0 0 45

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
3  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/cms-module-newsletter-htmldocs-doc-QA/workspace/target/checkstyle-header.txt"
11  Error
imports UnusedImports 12  Error
javadoc JavadocMethod 4  Error
misc ArrayTypeStyle
  • javaStyle: "true"
1  Error
Translation 1  Error
whitespace ParenPad
  • option: "space"
12  Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
1  Error

Details

fr/paris/lutece/plugins/newsletter/modules/htmldocs/business/INewsletterHtmlDocDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.htmldocs.business.HtmlDoc. 3
 Error imports UnusedImports Unused import - fr.paris.lutece.util.ReferenceList. 5
 Error imports UnusedImports Unused import - java.sql.Timestamp. 7
 Error imports UnusedImports Unused import - java.util.Collection. 8
 Error imports UnusedImports Unused import - java.util.Date. 9
 Error imports UnusedImports Unused import - java.util.List. 10
 Error javadoc JavadocMethod Unused @param tag for 'nDocumentCategoryId'. 66
 Error javadoc JavadocMethod Expected @param tag for 'nTagId'. 71

fr/paris/lutece/plugins/newsletter/modules/htmldocs/business/NewsletterHtmlDoc.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1

fr/paris/lutece/plugins/newsletter/modules/htmldocs/business/NewsletterHtmlDocDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1

fr/paris/lutece/plugins/newsletter/modules/htmldocs/business/NewsletterHtmlDocHome.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error javadoc JavadocMethod Expected @param tag for 'dateEndPublishing'. 199

fr/paris/lutece/plugins/newsletter/modules/htmldocs/business/NewsletterHtmlDocTemplateRemovalListener.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1

fr/paris/lutece/plugins/newsletter/modules/htmldocs/resources/htmldocs_messages_fr.properties

Severity Category Rule Message Line
 Error misc Translation Key 'select_documents.title' missing.

fr/paris/lutece/plugins/newsletter/modules/htmldocs/service/NewsletterHtmlDocPlugin.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/newsletter/modules/htmldocs/service/NewsletterHtmlDocService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error javadoc JavadocMethod Expected an @return tag. 261
 Error blocks LeftCurly '{' at column 49 should be on a new line. 261
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 263
 Error whitespace ParenPad '(' is not followed by whitespace. 267
 Error whitespace ParenPad ')' is not preceded with whitespace. 267
 Error blocks LeftCurly '{' at column 75 should be on a new line. 267
 Error whitespace ParenPad '(' is not followed by whitespace. 269
 Error whitespace ParenPad '(' is not followed by whitespace. 269
 Error whitespace ParenPad ')' is not preceded with whitespace. 269
 Error whitespace ParenPad ')' is not preceded with whitespace. 269
 Error blocks LeftCurly '{' at column 57 should be on a new line. 269
 Error whitespace ParenPad '(' is not followed by whitespace. 270
 Error whitespace ParenPad ')' is not preceded with whitespace. 270

fr/paris/lutece/plugins/newsletter/modules/htmldocs/service/NewsletterHtmlDocTopicService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.htmldocs.business.portlet.HtmlDocsListPortletHome. 3
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.htmldocs.business.portlet.HtmldocsPortletHome. 4
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.htmldocs.service.HtmldocsPlugin. 5
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.htmldocs.service.PublishingService. 6
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.business.portlet.Portlet. 18
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.business.portlet.PortletTypeHome. 19

fr/paris/lutece/plugins/newsletter/modules/htmldocs/util/HtmlDomDocNewsletterDocument.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1

fr/paris/lutece/plugins/newsletter/modules/htmldocs/util/NewsletterHtmlDocUtils.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1

fr/paris/lutece/plugins/newsletter/modules/htmldocs/web/NewsletterDocumentServiceJspBean.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Error misc ArrayTypeStyle Array brackets at illegal position. 161
 Error whitespace ParenPad '(' is not followed by whitespace. 162
 Error whitespace ParenPad ')' is not preceded with whitespace. 162
 Error whitespace ParenPad '(' is not followed by whitespace. 163
 Error whitespace ParenPad ')' is not preceded with whitespace. 163