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
24 0 0 35

Files

File
 I
 W
 E
fr/paris/lutece/plugins/extend/modules/favorite/business/Favorite.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/business/FavoriteDAO.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/business/FavoriteFilter.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/business/FavoriteHistory.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/business/FavoriteHistoryDAO.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/business/IFavoriteDAO.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/business/IFavoriteHistoryDAO.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/service/FavoriteAddOnService.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/service/FavoriteHistoryService.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/service/FavoriteListenerService.java 0 0 5
fr/paris/lutece/plugins/extend/modules/favorite/service/FavoritePlugin.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/service/FavoriteService.java 0 0 2
fr/paris/lutece/plugins/extend/modules/favorite/service/IFavoriteHistoryService.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/service/IFavoriteListener.java 0 0 7
fr/paris/lutece/plugins/extend/modules/favorite/service/IFavoriteService.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/service/extender/FavoriteResourceExtender.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/service/validator/FavoriteValidationManagementService.java 0 0 2
fr/paris/lutece/plugins/extend/modules/favorite/service/validator/IFavoriteValidationService.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/util/constants/FavoriteConstants.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/web/FavoriteJspBean.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/web/action/FavoriteInstallerPluginAction.java 0 0 1
fr/paris/lutece/plugins/extend/modules/favorite/web/component/FavoriteResourceExtenderComponent.java 0 0 2

Rules

Category Rule Violations Severity
design HideUtilityClassConstructor 2
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
22
 Error
imports RedundantImport 2
 Error
UnusedImports 2
 Error
javadoc JavadocMethod 6
 Error
JavadocType 1
 Error

Details

fr/paris/lutece/plugins/extend/modules/favorite/business/Favorite.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/extend/modules/favorite/business/FavoriteDAO.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/extend/modules/favorite/business/FavoriteFilter.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/extend/modules/favorite/business/FavoriteHistory.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/extend/modules/favorite/business/FavoriteHistoryDAO.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/extend/modules/favorite/business/IFavoriteDAO.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/extend/modules/favorite/business/IFavoriteHistoryDAO.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/extend/modules/favorite/service/FavoriteAddOnService.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/extend/modules/favorite/service/FavoriteHistoryService.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/extend/modules/favorite/service/FavoriteListenerService.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 RedundantImport Redundant import from the same package - fr.paris.lutece.plugins.extend.modules.favorite.service.IFavoriteListener. 43
 Error
javadoc JavadocType Missing a Javadoc comment. 46
 Error
design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 46
 Error
javadoc JavadocMethod Missing a Javadoc comment. 129

fr/paris/lutece/plugins/extend/modules/favorite/service/FavoritePlugin.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/extend/modules/favorite/service/FavoriteService.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 RedundantImport Redundant import from the same package - fr.paris.lutece.plugins.extend.modules.favorite.service.FavoriteListenerService. 42

fr/paris/lutece/plugins/extend/modules/favorite/service/IFavoriteHistoryService.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/extend/modules/favorite/service/IFavoriteListener.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 UnusedImports Unused import - java.util.Date. 36
 Error
javadoc JavadocMethod Unused @param tag for 'startDate'. 77
 Error
javadoc JavadocMethod Unused @param tag for 'endDate'. 79
 Error
javadoc JavadocMethod Expected @param tag for 'strExtendableResourceType'. 83
 Error
javadoc JavadocMethod Expected @param tag for 'strIdExtendableResource'. 83
 Error
javadoc JavadocMethod Expected @param tag for 'user'. 83

fr/paris/lutece/plugins/extend/modules/favorite/service/IFavoriteService.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/extend/modules/favorite/service/extender/FavoriteResourceExtender.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/extend/modules/favorite/service/validator/FavoriteValidationManagementService.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. 46

fr/paris/lutece/plugins/extend/modules/favorite/service/validator/IFavoriteValidationService.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/extend/modules/favorite/util/constants/FavoriteConstants.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/extend/modules/favorite/web/FavoriteJspBean.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/extend/modules/favorite/web/action/FavoriteInstallerPluginAction.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/extend/modules/favorite/web/component/FavoriteResourceExtenderComponent.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 UnusedImports Unused import - fr.paris.lutece.plugins.extend.modules.favorite.business.FavoriteFilter. 41