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
13 0 0 15

Rules

Category Rule Violations Severity
coding DeclarationOrder 2  Error
ExplicitInitialization 1  Error
javadoc JavadocMethod 10  Error
misc Translation 2  Error

Details

fr/paris/lutece/plugins/quiz/modules/games/business/QuizParticipant.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Unused @param tag for '_nIdParticipant'. 69
 Error javadoc JavadocMethod Expected @param tag for 'nIdParticipant'. 71

fr/paris/lutece/plugins/quiz/modules/games/business/portlet/QuizPortlet.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Static variable definition in wrong order. 61
 Error coding DeclarationOrder Static variable definition in wrong order. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 117

fr/paris/lutece/plugins/quiz/modules/games/business/portlet/QuizPortletHome.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/quiz/modules/games/resources/games_messages.properties

Severity Category Rule Message Line
 Error misc Translation Key 'destinataire.mail' missing.
 Error misc Translation Key 'manage_questions.columnTitleName' missing.

fr/paris/lutece/plugins/quiz/modules/games/web/RandApp.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 102
 Error javadoc JavadocMethod Unused @param tag for 'locale'. 118
 Error javadoc JavadocMethod Unused @param tag for 'mapParameters'. 119
 Error javadoc JavadocMethod Expected @param tag for 'request'. 123
 Error javadoc JavadocMethod Expected @param tag for 'plugin'. 123
 Error javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 124
 Error javadoc JavadocMethod Expected @throws tag for 'UserNotSignedException'. 192