Fork me on GitHub

Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
34 0 0 47

Files

File  I  W  E
fr/paris/lutece/plugins/shoppingcart/business/IShoppingCartItemDAO.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/business/ShoppingCartItem.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/business/ShoppingCartItemDAO.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/business/ShoppingCartItemDTO.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/business/ShoppingCartItemFilter.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/business/ShoppingCartItemHome.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/business/lot/IShoppingCartLotDAO.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/business/lot/ShoppingCartLotDAO.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/business/lot/ShoppingCartLotHome.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/business/portlet/IShoppingCartPortletDAO.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/business/portlet/ShoppingCartPortlet.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/business/portlet/ShoppingCartPortletDAO.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/business/portlet/ShoppingCartPortletHome.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/resources/shoppingcart_messages.properties 0 0 4
fr/paris/lutece/plugins/shoppingcart/resources/shoppingcart_messages_fr.properties 0 0 10
fr/paris/lutece/plugins/shoppingcart/service/AnonymousShoppingCartFilter.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/ShoppingCartCacheService.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/ShoppingCartLotService.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/ShoppingCartPlugin.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/ShoppingCartService.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/daemon/ShoppingCartCleanerDaemon.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/persistence/DatabasePersistenceService.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/persistence/IShoppingCartPersistenceService.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/persistence/SessionPersistenceService.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/persistence/SessionedShoppingCartItem.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/provider/IShoppingCartItemProviderService.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/provider/ShoppingCartItemProviderManagementService.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/validator/AbstractShoppingCartValidator.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/validator/IShoppingCartValidator.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/validator/LoggedInUserValidator.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/service/validator/ShoppingCartValidatorService.java 0 0 2
fr/paris/lutece/plugins/shoppingcart/web/ManageShoppingCartJspBean.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/web/ShoppingCartApp.java 0 0 1
fr/paris/lutece/plugins/shoppingcart/web/portlet/ShoppingCartPortletJspBean.java 0 0 1

Rules

Category Rule Violations Severity
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/ecom-plugin-shoppingcart-doc-QA/workspace/target/checkstyle-header.txt"
32  Error
misc Translation 14  Error
modifier RedundantModifier 1  Error

Details

fr/paris/lutece/plugins/shoppingcart/business/IShoppingCartItemDAO.java

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

fr/paris/lutece/plugins/shoppingcart/business/ShoppingCartItem.java

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

fr/paris/lutece/plugins/shoppingcart/business/ShoppingCartItemDAO.java

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

fr/paris/lutece/plugins/shoppingcart/business/ShoppingCartItemDTO.java

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

fr/paris/lutece/plugins/shoppingcart/business/ShoppingCartItemFilter.java

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

fr/paris/lutece/plugins/shoppingcart/business/ShoppingCartItemHome.java

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

fr/paris/lutece/plugins/shoppingcart/business/lot/IShoppingCartLotDAO.java

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

fr/paris/lutece/plugins/shoppingcart/business/lot/ShoppingCartLotDAO.java

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

fr/paris/lutece/plugins/shoppingcart/business/lot/ShoppingCartLotHome.java

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

fr/paris/lutece/plugins/shoppingcart/business/portlet/IShoppingCartPortletDAO.java

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

fr/paris/lutece/plugins/shoppingcart/business/portlet/ShoppingCartPortlet.java

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

fr/paris/lutece/plugins/shoppingcart/business/portlet/ShoppingCartPortletDAO.java

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

fr/paris/lutece/plugins/shoppingcart/business/portlet/ShoppingCartPortletHome.java

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

fr/paris/lutece/plugins/shoppingcart/resources/shoppingcart_messages.properties

Severity Category Rule Message Line
 Error misc Translation Key 'adminFeature.ManageShoppingCart.description' missing.
 Error misc Translation Key 'adminFeature.ManageShoppingCart.name' missing.
 Error misc Translation Key 'manage_shoppingcart.pageTitle' missing.
 Error misc Translation Key 'shoppingcart_validated.labelShoppingCartValidated' missing.

fr/paris/lutece/plugins/shoppingcart/resources/shoppingcart_messages_fr.properties

Severity Category Rule Message Line
 Error misc Translation Key 'adminFeature.ManageShoppingCartValidators.description' missing.
 Error misc Translation Key 'adminFeature.ManageShoppingCartValidators.name' missing.
 Error misc Translation Key 'manage_validators.pageTitle' missing.
 Error misc Translation Key 'model.entity.shoppingitem.attribute.idItem' missing.
 Error misc Translation Key 'model.entity.shoppingitem.attribute.idLot' missing.
 Error misc Translation Key 'model.entity.shoppingitem.attribute.idProvider' missing.
 Error misc Translation Key 'model.entity.shoppingitem.attribute.idResource' missing.
 Error misc Translation Key 'model.entity.shoppingitem.attribute.idUser' missing.
 Error misc Translation Key 'model.entity.shoppingitem.attribute.itemPrice' missing.
 Error misc Translation Key 'model.entity.shoppingitem.attribute.resourceType' missing.

fr/paris/lutece/plugins/shoppingcart/service/AnonymousShoppingCartFilter.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1

fr/paris/lutece/plugins/shoppingcart/service/ShoppingCartCacheService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1

fr/paris/lutece/plugins/shoppingcart/service/ShoppingCartLotService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1

fr/paris/lutece/plugins/shoppingcart/service/ShoppingCartPlugin.java

Severity Category Rule Message Line
 Error header Header Missing a header - not enough lines in file. 1

fr/paris/lutece/plugins/shoppingcart/service/ShoppingCartService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1

fr/paris/lutece/plugins/shoppingcart/service/daemon/ShoppingCartCleanerDaemon.java

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

fr/paris/lutece/plugins/shoppingcart/service/persistence/DatabasePersistenceService.java

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

fr/paris/lutece/plugins/shoppingcart/service/persistence/IShoppingCartPersistenceService.java

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

fr/paris/lutece/plugins/shoppingcart/service/persistence/SessionPersistenceService.java

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

fr/paris/lutece/plugins/shoppingcart/service/persistence/SessionedShoppingCartItem.java

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

fr/paris/lutece/plugins/shoppingcart/service/provider/IShoppingCartItemProviderService.java

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

fr/paris/lutece/plugins/shoppingcart/service/provider/ShoppingCartItemProviderManagementService.java

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

fr/paris/lutece/plugins/shoppingcart/service/validator/AbstractShoppingCartValidator.java

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

fr/paris/lutece/plugins/shoppingcart/service/validator/IShoppingCartValidator.java

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

fr/paris/lutece/plugins/shoppingcart/service/validator/LoggedInUserValidator.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1

fr/paris/lutece/plugins/shoppingcart/service/validator/ShoppingCartValidatorService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of '/*'. 1
 Error modifier RedundantModifier Redundant 'public' modifier. 342

fr/paris/lutece/plugins/shoppingcart/web/ManageShoppingCartJspBean.java

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

fr/paris/lutece/plugins/shoppingcart/web/ShoppingCartApp.java

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

fr/paris/lutece/plugins/shoppingcart/web/portlet/ShoppingCartPortletJspBean.java

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