Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 6.11.2 avec les règles build-config/lutece_checks.xml. rss feed

Résumé

Fichiers  Infos  Avertissements  Erreurs
21 0 0 28

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
1  Erreur
coding DeclarationOrder 4  Erreur
design HideUtilityClassConstructor 1  Erreur
VisibilityModifier 6  Erreur
javadoc JavadocMethod 1  Erreur
JavadocType 5  Erreur
modifier ModifierOrder 1  Erreur
RedundantModifier 2  Erreur
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1  Erreur
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
1  Erreur
TypeName 1  Erreur
whitespace ParenPad
  • option: "space"
4  Erreur

Détails

fr/paris/lutece/plugins/userban/bean/user/User.java

Sévérité Catégorie Règle Message Ligne
 Erreur whitespace ParenPad '(' is not followed by whitespace. 65
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 65
 Erreur whitespace ParenPad '(' is not followed by whitespace. 75
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 75

fr/paris/lutece/plugins/userban/bean/user/User_.java

Sévérité Catégorie Règle Message Ligne
 Erreur design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 44
 Erreur naming TypeName Name 'User_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 45
 Erreur blocks LeftCurly '{' at column 20 should be on a new line. 45
 Erreur design VisibilityModifier Variable '_strState' must be private and have accessor methods. 47
 Erreur design VisibilityModifier Variable '_strId' must be private and have accessor methods. 48
 Erreur design VisibilityModifier Variable '_date' must be private and have accessor methods. 49
 Erreur design VisibilityModifier Variable '_strCommentaire' must be private and have accessor methods. 50
 Erreur design VisibilityModifier Variable '_strMotif' must be private and have accessor methods. 51

fr/paris/lutece/plugins/userban/dao/user/IUserDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur javadoc JavadocType Unused @param tag for '<K>'. 42
 Erreur javadoc JavadocType Unused @param tag for '<E>'. 43

fr/paris/lutece/plugins/userban/service/IAbstractService.java

Sévérité Catégorie Règle Message Ligne
 Erreur modifier RedundantModifier Redundant 'abstract' modifier. 78
 Erreur modifier RedundantModifier Redundant 'abstract' modifier. 86

fr/paris/lutece/plugins/userban/service/UserbanPlugin.java

Sévérité Catégorie Règle Message Ligne
 Erreur javadoc JavadocType Missing a Javadoc comment. 40

fr/paris/lutece/plugins/userban/service/user/IUserService.java

Sévérité Catégorie Règle Message Ligne
 Erreur javadoc JavadocType Unused @param tag for '<K>'. 44
 Erreur javadoc JavadocType Unused @param tag for '<E>'. 45

fr/paris/lutece/plugins/userban/web/AbstractJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur design VisibilityModifier Variable '_nItemsPerPage' must be private and have accessor methods. 58
 Erreur coding DeclarationOrder Static variable definition in wrong order. 59
 Erreur modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 59
 Erreur coding DeclarationOrder Static variable definition in wrong order. 60
 Erreur coding DeclarationOrder Static variable definition in wrong order. 61
 Erreur coding DeclarationOrder Static variable definition in wrong order. 64
 Erreur javadoc JavadocMethod Expected @param tag for 'JSP_MANAGE_BEAN'. 95
 Erreur naming ParameterName Name 'JSP_MANAGE_BEAN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95

fr/paris/lutece/plugins/userban/web/user/UserJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur naming MemberName Name 'defaultOrder' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 103