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
8 0 0 17

Rules

Category Rule Violations Severity
javadoc JavadocMethod 1  Error
misc Translation 16  Error

Details

fr/paris/lutece/plugins/mypage/business/Widget.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Missing a Javadoc comment. 63

fr/paris/lutece/plugins/mypage/resources/mypage_messages.properties

Severity Category Rule Message Line
 Error misc Translation Key 'create_widget.labelColor' missing.
 Error misc Translation Key 'create_widget.labelColumn' missing.
 Error misc Translation Key 'create_widget.labelIdPortlet' missing.
 Error misc Translation Key 'create_widget.title' missing.
 Error misc Translation Key 'modify_widget.labelColor' missing.
 Error misc Translation Key 'modify_widget.labelColumn' missing.
 Error misc Translation Key 'modify_widget.labelIdPortlet' missing.
 Error misc Translation Key 'modify_widget.title' missing.

fr/paris/lutece/plugins/mypage/resources/mypage_messages_fr.properties

Severity Category Rule Message Line
 Error misc Translation Key 'create_widget.rowColor' missing.
 Error misc Translation Key 'create_widget.rowColumn' missing.
 Error misc Translation Key 'create_widget.rowId_portlet' missing.
 Error misc Translation Key 'create_widget.tableLabel' missing.
 Error misc Translation Key 'modify_widget.rowColor' missing.
 Error misc Translation Key 'modify_widget.rowColumn' missing.
 Error misc Translation Key 'modify_widget.rowId_portlet' missing.
 Error misc Translation Key 'modify_widget.tableLabel' missing.