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
30 0 0 64

Files

File
 I
 W
 E
fr/paris/lutece/plugins/htmlpage/business/HtmlPage.java 0 0 4
fr/paris/lutece/plugins/htmlpage/business/HtmlPageDAO.java 0 0 3
fr/paris/lutece/plugins/htmlpage/business/HtmlPageHome.java 0 0 2
fr/paris/lutece/plugins/htmlpage/business/IHtmlPageDAO.java 0 0 1
fr/paris/lutece/plugins/htmlpage/service/EnumStatus.java 0 0 4
fr/paris/lutece/plugins/htmlpage/service/HtmlPagePlugin.java 0 0 2
fr/paris/lutece/plugins/htmlpage/service/HtmlPageService.java 0 0 3
fr/paris/lutece/plugins/htmlpage/service/HtmlPageWorkgroupRemovalListener.java 0 0 1
fr/paris/lutece/plugins/htmlpage/service/IHtmlPageService.java 0 0 7
fr/paris/lutece/plugins/htmlpage/service/PublicHtmlPageCacheService.java 0 0 8
fr/paris/lutece/plugins/htmlpage/service/search/HtmlPageIndexer.java 0 0 6
fr/paris/lutece/plugins/htmlpage/service/search/HtmlPageSearchEngine.java 0 0 1
fr/paris/lutece/plugins/htmlpage/utils/HtmlPageIndexerUtils.java 0 0 2
fr/paris/lutece/plugins/htmlpage/utils/HtmlPageUtil.java 0 0 7
fr/paris/lutece/plugins/htmlpage/web/HtmlPageApp.java 0 0 6
fr/paris/lutece/plugins/htmlpage/web/HtmlPageInclude.java 0 0 1
fr/paris/lutece/plugins/htmlpage/web/HtmlPageJspBean.java 0 0 6

Rules

Category Rule Violations Severity
blocks RightCurly
  • option: "alone"
1
 Error
coding ArrayTrailingComma 1
 Error
DeclarationOrder 1
 Error
design FinalClass 2
 Error
HideUtilityClassConstructor 2
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
17
 Error
imports UnusedImports 1
 Error
javadoc JavadocMethod 26
 Error
modifier RedundantModifier 5
 Error
whitespace ParenPad
  • option: "space"
8
 Error

Details

fr/paris/lutece/plugins/htmlpage/business/HtmlPage.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 'strDescription'. 161
 Error
javadoc JavadocMethod Expected @param tag for 'nStatus'. 164
 Error
javadoc JavadocMethod Missing a Javadoc comment. 236

fr/paris/lutece/plugins/htmlpage/business/HtmlPageDAO.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 followed by whitespace. 111
 Error
whitespace ParenPad '(' is not followed by whitespace. 112

fr/paris/lutece/plugins/htmlpage/business/HtmlPageHome.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 FinalClass Class HtmlPageHome should be declared as final. 52

fr/paris/lutece/plugins/htmlpage/business/IHtmlPageDAO.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/htmlpage/service/EnumStatus.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
modifier RedundantModifier Redundant 'private' modifier. 57
 Error
javadoc JavadocMethod Expected @param tag for 'nId'. 57
 Error
javadoc JavadocMethod Expected @param tag for 'strLabel'. 57

fr/paris/lutece/plugins/htmlpage/service/HtmlPagePlugin.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. 65

fr/paris/lutece/plugins/htmlpage/service/HtmlPageService.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. 79
 Error
whitespace ParenPad ')' is not preceded with whitespace. 83

fr/paris/lutece/plugins/htmlpage/service/HtmlPageWorkgroupRemovalListener.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/htmlpage/service/IHtmlPageService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
modifier RedundantModifier Redundant 'public' modifier. 19
 Error
javadoc JavadocMethod Expected @param tag for 'nId'. 19
 Error
modifier RedundantModifier Redundant 'public' modifier. 26
 Error
javadoc JavadocMethod Expected @param tag for 'nId'. 26
 Error
modifier RedundantModifier Redundant 'public' modifier. 32
 Error
modifier RedundantModifier Redundant 'public' modifier. 38

fr/paris/lutece/plugins/htmlpage/service/PublicHtmlPageCacheService.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 FinalClass Class PublicHtmlPageCacheService should be declared as final. 46
 Error
javadoc JavadocMethod Expected @return tag. 85
 Error
javadoc JavadocMethod Expected @param tag for 'strId'. 85
 Error
javadoc JavadocMethod Expected @return tag. 96
 Error
javadoc JavadocMethod Expected @param tag for 'htmlPage'. 106
 Error
javadoc JavadocMethod Expected @param tag for 'htmlPageList'. 120
 Error
javadoc JavadocMethod Missing a Javadoc comment. 128

fr/paris/lutece/plugins/htmlpage/service/search/HtmlPageIndexer.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.htmlpage.business.HtmlPageHome. 37
 Error
coding DeclarationOrder Variable access definition in wrong order. 84
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 133
 Error
javadoc JavadocMethod Expected @throws tag for 'InterruptedException'. 133
 Error
javadoc JavadocMethod Expected @throws tag for 'SiteMessageException'. 133

fr/paris/lutece/plugins/htmlpage/service/search/HtmlPageSearchEngine.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/htmlpage/utils/HtmlPageIndexerUtils.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 HideUtilityClassConstructor Utility classes should not have a public or default constructor. 45

fr/paris/lutece/plugins/htmlpage/utils/HtmlPageUtil.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 HideUtilityClassConstructor Utility classes should not have a public or default constructor. 53
 Error
javadoc JavadocMethod Expected @param tag for 'strRole'. 65
 Error
javadoc JavadocMethod Expected @param tag for 'htmlPage'. 85
 Error
javadoc JavadocMethod Expected @param tag for 'strRole'. 110
 Error
javadoc JavadocMethod Expected @param tag for 'strDate'. 120
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 127

fr/paris/lutece/plugins/htmlpage/web/HtmlPageApp.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. 153
 Error
javadoc JavadocMethod Missing a Javadoc comment. 166
 Error
javadoc JavadocMethod Unused @param tag for 'plugin'. 193
 Error
javadoc JavadocMethod Expected @param tag for 'strHtmlPageId'. 197
 Error
javadoc JavadocMethod Expected @throws tag for 'SiteMessageException'. 197

fr/paris/lutece/plugins/htmlpage/web/HtmlPageInclude.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/htmlpage/web/HtmlPageJspBean.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 followed by whitespace. 172
 Error
whitespace ParenPad ')' is not preceded with whitespace. 172
 Error
whitespace ParenPad '(' is not followed by whitespace. 282
 Error
whitespace ParenPad ')' is not preceded with whitespace. 282
 Error
coding ArrayTrailingComma Array should contain trailing comma. 359