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

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
4  Erreur
RightCurly
  • option: "alone"
1  Erreur
coding DeclarationOrder 3  Erreur
ParameterAssignment 1  Erreur
design FinalClass 1  Erreur
VisibilityModifier 4  Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/myapps-module-myportal-rss-doc-QA/workspace/target/checkstyle-header.txt"
14  Erreur
imports AvoidStarImport 4  Erreur
UnusedImports 2  Erreur
javadoc JavadocMethod 6  Erreur
misc Translation 1  Erreur
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
4  Erreur
whitespace ParenPad
  • option: "space"
55  Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
6  Erreur

Détails

fr/paris/lutece/plugins/myportal/modules/rss/business/Category.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur imports AvoidStarImport Using the '.*' form of import should be avoided - javax.validation.constraints.*. 36
 Erreur imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. 37

fr/paris/lutece/plugins/myportal/modules/rss/business/CategoryDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 66

fr/paris/lutece/plugins/myportal/modules/rss/business/CategoryHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 99
 Erreur whitespace ParenPad '(' is not followed by whitespace. 126
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 135

fr/paris/lutece/plugins/myportal/modules/rss/business/ICategoryDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/myportal/modules/rss/business/IRssConfDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 100

fr/paris/lutece/plugins/myportal/modules/rss/business/RssConf.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur imports AvoidStarImport Using the '.*' form of import should be avoided - javax.validation.constraints.*. 36
 Erreur imports AvoidStarImport Using the '.*' form of import should be avoided - org.hibernate.validator.constraints.*. 37

fr/paris/lutece/plugins/myportal/modules/rss/business/RssConfDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 64

fr/paris/lutece/plugins/myportal/modules/rss/business/RssConfHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 99
 Erreur whitespace ParenPad '(' is not followed by whitespace. 126
 Erreur javadoc JavadocMethod Expected an @return tag. 134
 Erreur javadoc JavadocMethod Expected @param tag for 'nIdCategory'. 134
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 134
 Erreur whitespace ParenPad '(' is not followed by whitespace. 136

fr/paris/lutece/plugins/myportal/modules/rss/resources/rss_messages.properties

Sévérité Catégorie Règle Message Ligne
 Erreur misc Translation Key 'module.provider' missing.

fr/paris/lutece/plugins/myportal/modules/rss/service/RssAdvancedWidgetHandler.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur imports UnusedImports Unused import - org.apache.commons.lang.StringUtils. 51
 Erreur naming MemberName Name 'NAME' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 58
 Erreur design VisibilityModifier Variable 'NAME' must be private and have accessor methods. 58
 Erreur naming MemberName Name 'DESCRIPTION' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 59
 Erreur design VisibilityModifier Variable 'DESCRIPTION' must be private and have accessor methods. 59
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 81
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 83
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 84
 Erreur coding ParameterAssignment Assignment of parameter 'user' is not allowed. 85
 Erreur whitespace ParenPad '(' is not followed by whitespace. 85
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 85
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 87
 Erreur blocks LeftCurly '{' at column 22 should be on a new line. 87
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 89
 Erreur whitespace ParenPad '(' is not followed by whitespace. 89
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 89
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 90
 Erreur whitespace ParenPad '(' is not followed by whitespace. 90
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 90
 Erreur whitespace ParenPad '(' is not followed by whitespace. 91
 Erreur whitespace ParenPad '(' is not followed by whitespace. 91
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 91
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 91
 Erreur whitespace ParenPad '(' is not followed by whitespace. 93
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 93
 Erreur blocks LeftCurly '{' at column 39 should be on a new line. 93
 Erreur whitespace ParenPad '(' is not followed by whitespace. 95
 Erreur whitespace ParenPad '(' is not followed by whitespace. 95
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 95
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 95
 Erreur blocks LeftCurly '{' at column 102 should be on a new line. 95
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 97
 Erreur whitespace WhitespaceAround '=' is not preceded with whitespace. 98
 Erreur blocks LeftCurly '{' at column 48 should be on a new line. 104
 Erreur whitespace ParenPad '(' is not followed by whitespace. 106
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 106
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 107

fr/paris/lutece/plugins/myportal/modules/rss/service/RssWidgetHandler.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur naming MemberName Name 'NAME' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 48
 Erreur design VisibilityModifier Variable 'NAME' must be private and have accessor methods. 48
 Erreur naming MemberName Name 'DESCRIPTION' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 49
 Erreur design VisibilityModifier Variable 'DESCRIPTION' must be private and have accessor methods. 49
 Erreur coding DeclarationOrder Static variable definition in wrong order. 50
 Erreur coding DeclarationOrder Static variable definition in wrong order. 51
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 74

fr/paris/lutece/plugins/myportal/modules/rss/service/RssWidgetService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur imports UnusedImports Unused import - fr.paris.lutece.portal.service.cache.AbstractCacheableService. 38
 Erreur design FinalClass Class RssWidgetService should be declared as final. 49
 Erreur coding DeclarationOrder Variable access definition in wrong order. 53
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 70
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 75
 Erreur whitespace ParenPad '(' is not followed by whitespace. 75
 Erreur whitespace ParenPad '(' is not followed by whitespace. 80
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 80
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 81
 Erreur whitespace ParenPad '(' is not followed by whitespace. 93
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 93
 Erreur whitespace ParenPad '(' is not followed by whitespace. 100
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 100
 Erreur blocks RightCurly '}' at column 9 should be alone on a line. 101
 Erreur whitespace ParenPad '(' is not followed by whitespace. 101
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 101
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 107
 Erreur whitespace ParenPad '(' is not followed by whitespace. 112
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 112

fr/paris/lutece/plugins/myportal/modules/rss/web/CategoryJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 200

fr/paris/lutece/plugins/myportal/modules/rss/web/ManageRssJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2

fr/paris/lutece/plugins/myportal/modules/rss/web/RssConfJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2017, Mairie de Paris'. 2
 Erreur whitespace ParenPad '(' is not followed by whitespace. 116
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 116
 Erreur whitespace ParenPad '(' is not followed by whitespace. 133
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 133
 Erreur whitespace ParenPad '(' is not followed by whitespace. 135
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 135
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 208
 Erreur whitespace ParenPad '(' is not followed by whitespace. 214
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 214
 Erreur whitespace ParenPad '(' is not followed by whitespace. 216
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 216