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
23 0 0 27

Files

File
 I
 W
 E
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/INotifygruMappingManagerDAO.java 0 0 1
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManager.java 0 0 2
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.java 0 0 1
fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerHome.java 0 0 2
fr/paris/lutece/plugins/modulenotifygrumappingmanager/service/AbstractProviderManagerWithMapping.java 0 0 2
fr/paris/lutece/plugins/modulenotifygrumappingmanager/service/NotifygruMappingManagerService.java 0 0 6
fr/paris/lutece/plugins/modulenotifygrumappingmanager/web/ManageModulenotifygrumappingmanagerJspBean.java 0 0 2
fr/paris/lutece/plugins/modulenotifygrumappingmanager/web/NotifygruMappingManagerJspBean.java 0 0 3
fr/paris/lutece/plugins/modulenotifygrumappingmanager/web/rs/Constants.java 0 0 3
fr/paris/lutece/plugins/modulenotifygrumappingmanager/web/rs/NotifygruMappingManagerRest.java 0 0 5

Rules

Category Rule Violations Severity
coding DeclarationOrder 1
 Error
design HideUtilityClassConstructor 2
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
10
 Error
imports AvoidStarImport 1
 Error
javadoc JavadocMethod 10
 Error
JavadocType 2
 Error
naming StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Error

Details

fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/INotifygruMappingManagerDAO.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/modulenotifygrumappingmanager/business/NotifygruMappingManager.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
imports AvoidStarImport Using the '.*' form of import should be avoided - javax.validation.constraints.*. 36

fr/paris/lutece/plugins/modulenotifygrumappingmanager/business/NotifygruMappingManagerDAO.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/modulenotifygrumappingmanager/business/NotifygruMappingManagerHome.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 Missing a Javadoc comment. 114

fr/paris/lutece/plugins/modulenotifygrumappingmanager/service/AbstractProviderManagerWithMapping.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 'strId'. 51

fr/paris/lutece/plugins/modulenotifygrumappingmanager/service/NotifygruMappingManagerService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of '/*'. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 13
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 13
 Error
naming StaticVariableName Name 'MESSAGE_MAPPING_NONE' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 17
 Error
javadoc JavadocMethod Missing a Javadoc comment. 19
 Error
javadoc JavadocMethod Missing a Javadoc comment. 37

fr/paris/lutece/plugins/modulenotifygrumappingmanager/web/ManageModulenotifygrumappingmanagerJspBean.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
coding DeclarationOrder Variable access definition in wrong order. 56

fr/paris/lutece/plugins/modulenotifygrumappingmanager/web/NotifygruMappingManagerJspBean.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 Missing a Javadoc comment. 240
 Error
javadoc JavadocMethod Missing a Javadoc comment. 273

fr/paris/lutece/plugins/modulenotifygrumappingmanager/web/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
 Error
javadoc JavadocType Missing a Javadoc comment. 37
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 37

fr/paris/lutece/plugins/modulenotifygrumappingmanager/web/rs/NotifygruMappingManagerRest.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 Missing a Javadoc comment. 73
 Error
javadoc JavadocMethod Missing a Javadoc comment. 90
 Error
javadoc JavadocMethod Missing a Javadoc comment. 121
 Error
javadoc JavadocMethod Missing a Javadoc comment. 133