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

Files

File
 I
 W
 E
fr/paris/lutece/plugins/linkpages/business/portlet/ILinkPagesPortletDAO.java 0 0 3
fr/paris/lutece/plugins/linkpages/business/portlet/LinkPagesPortlet.java 0 0 1
fr/paris/lutece/plugins/linkpages/business/portlet/LinkPagesPortletDAO.java 0 0 3
fr/paris/lutece/plugins/linkpages/business/portlet/LinkPagesPortletHome.java 0 0 2
fr/paris/lutece/plugins/linkpages/web/portlet/LinkPagesPortletJspBean.java 0 0 7

Rules

Category Rule Violations Severity
coding ExplicitInitialization 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
5
 Error
javadoc JavadocMethod 4
 Error
modifier ModifierOrder 4
 Error
whitespace ParenPad
  • option: "space"
2
 Error

Details

fr/paris/lutece/plugins/linkpages/business/portlet/ILinkPagesPortletDAO.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. 70
 Error
javadoc JavadocMethod Missing a Javadoc comment. 123

fr/paris/lutece/plugins/linkpages/business/portlet/LinkPagesPortlet.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/linkpages/business/portlet/LinkPagesPortletDAO.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. 68
 Error
javadoc JavadocMethod Missing a Javadoc comment. 110

fr/paris/lutece/plugins/linkpages/business/portlet/LinkPagesPortletHome.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
coding ExplicitInitialization Variable '_singleton' explicitly initialized to 'null' (default value for its type). 56

fr/paris/lutece/plugins/linkpages/web/portlet/LinkPagesPortletJspBean.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 ModifierOrder 'static' modifier out of order with the JLS suggestions. 71
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 72
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 73
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 74
 Error
whitespace ParenPad '(' is not followed by whitespace. 93
 Error
whitespace ParenPad ')' is not preceded with whitespace. 93