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

Rules

Category Rule Violations Severity
design FinalClass 1  Error
imports UnusedImports 3  Error
javadoc JavadocMethod 8  Error
misc Translation 4  Error

Details

fr/paris/lutece/plugins/wrapper/business/Wrapper.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Unused @param tag for 'strDescription'. 175
 Error javadoc JavadocMethod Expected @param tag for 'nStatus'. 177
 Error javadoc JavadocMethod Missing a Javadoc comment. 240

fr/paris/lutece/plugins/wrapper/business/WrapperHome.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.business.indexeraction.IndexerAction. 36
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.service.search.IndexationService. 38
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.service.util.AppPropertiesService. 40
 Error design FinalClass Class WrapperHome should be declared as final. 49

fr/paris/lutece/plugins/wrapper/resources/wrapper_messages.properties

Severity Category Rule Message Line
 Error misc Translation Key 'modify_wrapper.labelIFrameStyle' missing.
 Error misc Translation Key 'modify_wrapper.labelIFrameUrl' missing.

fr/paris/lutece/plugins/wrapper/resources/wrapper_messages_fr.properties

Severity Category Rule Message Line
 Error misc Translation Key 'modify_wrapper.labeIFrameStyle' missing.
 Error misc Translation Key 'modify_wrapper.labeIFrameUrl' missing.

fr/paris/lutece/plugins/wrapper/web/WrapperApp.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Missing a Javadoc comment. 133
 Error javadoc JavadocMethod Unused @param tag for 'plugin'. 160
 Error javadoc JavadocMethod Expected @param tag for 'strWrapperId'. 163
 Error javadoc JavadocMethod Expected @throws tag for 'SiteMessageException'. 164
 Error javadoc JavadocMethod Expected @param tag for 'strRole'. 201