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
18 0 0 4

Rules

Category Rule Violations Severity
coding ExplicitInitialization 1  Error
imports UnusedImports 1  Error
javadoc JavadocMethod 2  Error

Details

fr/paris/lutece/plugins/xmlpage/business/portlet/XmlPagePortletDAO.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO. 36

fr/paris/lutece/plugins/xmlpage/business/portlet/XmlPagePortletHome.java

Severity Category Rule Message Line
 Error coding ExplicitInitialization Variable '_singleton' explicitly initialized to 'null' (default value for its type). 52

fr/paris/lutece/plugins/xmlpage/util/XmlPageContentUtils.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Expected @param tag for 'tranformCache'. 72
 Error javadoc JavadocMethod Expected @param tag for 'mapParameters'. 73