The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | DeclarationOrder | 2 | Error |
ExplicitInitialization | 1 | Error | |
javadoc | JavadocMethod | 10 | Error |
misc | Translation | 2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Unused @param tag for '_nIdParticipant'. | 69 |
Error | javadoc | JavadocMethod | Expected @param tag for 'nIdParticipant'. | 71 |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | ExplicitInitialization | Variable '_singleton' explicitly initialized to 'null' (default value for its type). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | Translation | Key 'destinataire.mail' missing. | |
Error | misc | Translation | Key 'manage_questions.columnTitleName' missing. |
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 |