Fork me on GitHub

Résultats Checkstyle

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

rss feed

Résumé

Fichiers
 Infos
 Avertissements
 Erreurs
11 0 0 37

Fichiers

Fichier
 I
 A
 E
fr/paris/lutece/plugins/grustoragedb/modules/broadcast/business/ISubscriptionDAO.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/modules/broadcast/business/Subscription.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/modules/broadcast/business/SubscriptionDAO.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/modules/broadcast/business/SubscriptionHome.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/modules/broadcast/rs/Constants.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/modules/broadcast/rs/SubscriptionRest.java 0 0 5
fr/paris/lutece/plugins/grustoragedb/modules/broadcast/rs/SwaggerRest.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/modules/broadcast/service/NotificationAlertBroadcastService.java 0 0 20
fr/paris/lutece/plugins/grustoragedb/modules/broadcast/service/daemon/NotificationAlertBroadcastDaemon.java 0 0 1
fr/paris/lutece/plugins/grustoragedb/modules/broadcast/web/AbstractManageSubscriptionsJspBean.java 0 0 2
fr/paris/lutece/plugins/grustoragedb/modules/broadcast/web/SubscriptionJspBean.java 0 0 3

Règles

Catégorie Règle Violations Sévérité
design HideUtilityClassConstructor 1
 Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build_new/workspace/target/checkstyle-header.txt"
11
 Erreur
javadoc JavadocMethod 5
 Erreur
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
4
 Erreur
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
11
 Erreur
whitespace ParenPad
  • option: "space"
2
 Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
3
 Erreur

Détails

fr/paris/lutece/plugins/grustoragedb/modules/broadcast/business/ISubscriptionDAO.java

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

fr/paris/lutece/plugins/grustoragedb/modules/broadcast/business/Subscription.java

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

fr/paris/lutece/plugins/grustoragedb/modules/broadcast/business/SubscriptionDAO.java

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

fr/paris/lutece/plugins/grustoragedb/modules/broadcast/business/SubscriptionHome.java

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

fr/paris/lutece/plugins/grustoragedb/modules/broadcast/rs/Constants.java

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

fr/paris/lutece/plugins/grustoragedb/modules/broadcast/rs/SubscriptionRest.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
naming ParameterName Name 'demand_type_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 120
 Erreur
naming ParameterName Name 'demand_type_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 144
 Erreur
naming ParameterName Name 'demand_type_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 183
 Erreur
naming ParameterName Name 'demand_type_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 209

fr/paris/lutece/plugins/grustoragedb/modules/broadcast/rs/SwaggerRest.java

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

fr/paris/lutece/plugins/grustoragedb/modules/broadcast/service/NotificationAlertBroadcastService.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 58
 Erreur
naming StaticVariableName Name 'DEMAND_SERVICE_BEAN_NAME' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 62
 Erreur
naming StaticVariableName Name 'STATUS_FAILED' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 63
 Erreur
naming StaticVariableName Name 'KEY_NOTIFICATION_EVENT_LIST' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 64
 Erreur
naming StaticVariableName Name 'KEY_START' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 65
 Erreur
naming StaticVariableName Name 'KEY_END' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 66
 Erreur
naming StaticVariableName Name 'PROPERTY_GRU_ALERTS_FROM_NAME' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 68
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 68
 Erreur
naming StaticVariableName Name 'PROPERTY_GRU_ALERTS_FROM_MAIL' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 69
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 69
 Erreur
naming StaticVariableName Name 'PROPERTY_GRU_ALERTS_SUBJECT' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 70
 Erreur
whitespace WhitespaceAround '=' is not followed by whitespace. 70
 Erreur
naming StaticVariableName Name 'GRU_ALERTS_FROM_NAME' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 71
 Erreur
naming StaticVariableName Name 'GRU_ALERTS_FROM_MAIL' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 72
 Erreur
naming StaticVariableName Name 'GRU_ALERTS_SUBJECT' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 73
 Erreur
javadoc JavadocMethod Missing a Javadoc comment. 78
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 124
 Erreur
whitespace ParenPad '(' is not followed by whitespace. 139
 Erreur
javadoc JavadocMethod Expected @param tag for 'sub'. 155

fr/paris/lutece/plugins/grustoragedb/modules/broadcast/service/daemon/NotificationAlertBroadcastDaemon.java

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

fr/paris/lutece/plugins/grustoragedb/modules/broadcast/web/AbstractManageSubscriptionsJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Expected @param tag for '<T>'. 82

fr/paris/lutece/plugins/grustoragedb/modules/broadcast/web/SubscriptionJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 146
 Erreur
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 236