Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
13 0 0 37

Files

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

Rules

Category Rule Violations Severity
design HideUtilityClassConstructor 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
11
 Error
javadoc JavadocMethod 5
 Error
naming ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
4
 Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
11
 Error
whitespace ParenPad
  • option: "space"
2
 Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
3
 Error

Details

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
naming ParameterName Name 'demand_type_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 120
 Error
naming ParameterName Name 'demand_type_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 144
 Error
naming ParameterName Name 'demand_type_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 183
 Error
naming ParameterName Name 'demand_type_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 209

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

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

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 82

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

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 146
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 236