Checkstyle Results
The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
30 |
0 |
0 |
64 |
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 |