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
39 0 0 863

Files

File  I  W  E
fr/paris/lutece/plugins/stock/modules/billetterie/StockBilletteriePlugin.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/business/IRatingProductDAO.java 0 0 3
fr/paris/lutece/plugins/stock/modules/billetterie/business/RatingProductDAO.java 0 0 2
fr/paris/lutece/plugins/stock/modules/billetterie/business/RatingProductDTO.java 0 0 22
fr/paris/lutece/plugins/stock/modules/billetterie/business/district/District.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/business/district/DistrictFilter.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/business/district/District_.java 0 0 4
fr/paris/lutece/plugins/stock/modules/billetterie/business/portlet/BilletteriePortletDAO.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/business/portlet/BilletteriePortletHome.java 0 0 2
fr/paris/lutece/plugins/stock/modules/billetterie/business/portlet/IBilletterieDAO.java 0 0 5
fr/paris/lutece/plugins/stock/modules/billetterie/business/portlet/PortletBilletterie.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/dao/quartier/DistrictDAO.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/resources/billetterie_csv.properties 0 0 543
fr/paris/lutece/plugins/stock/modules/billetterie/resources/billetterie_messages.properties 0 0 2
fr/paris/lutece/plugins/stock/modules/billetterie/resources/billetterie_messages_fr.properties 0 0 2
fr/paris/lutece/plugins/stock/modules/billetterie/service/BilletterieHomeSolrAddon.java 0 0 21
fr/paris/lutece/plugins/stock/modules/billetterie/service/BilletteriePlugin.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/service/IRatingProductService.java 0 0 3
fr/paris/lutece/plugins/stock/modules/billetterie/service/ProductExtendableResourceService.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/service/PurchaseClearDaemon.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/service/RatingProductService.java 0 0 2
fr/paris/lutece/plugins/stock/modules/billetterie/service/district/DistrictService.java 0 0 2
fr/paris/lutece/plugins/stock/modules/billetterie/utils/constants/BilletterieConstants.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/web/AbstractJspBean.java 0 0 7
fr/paris/lutece/plugins/stock/modules/billetterie/web/AbstractXPageApp.java 0 0 7
fr/paris/lutece/plugins/stock/modules/billetterie/web/BilleterieDashboardComponent.java 0 0 3
fr/paris/lutece/plugins/stock/modules/billetterie/web/BilletterieSolrSearch.java 0 0 4
fr/paris/lutece/plugins/stock/modules/billetterie/web/CategoryJspBean.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/web/NotificationJspBean.java 0 0 55
fr/paris/lutece/plugins/stock/modules/billetterie/web/OfferJspBean.java 0 0 106
fr/paris/lutece/plugins/stock/modules/billetterie/web/PartnerJspBean.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/web/PosterImageServlet.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/web/PurchaseJspBean.java 0 0 28
fr/paris/lutece/plugins/stock/modules/billetterie/web/ShowJspBean.java 0 0 5
fr/paris/lutece/plugins/stock/modules/billetterie/web/StatisticJspBean.java 0 0 1
fr/paris/lutece/plugins/stock/modules/billetterie/web/StockBilletterieApp.java 0 0 9
fr/paris/lutece/plugins/stock/modules/billetterie/web/StockBilletterieReservationApp.java 0 0 9
fr/paris/lutece/plugins/stock/modules/billetterie/web/SubscriptionProductJspBean.java 0 0 2
fr/paris/lutece/plugins/stock/modules/billetterie/web/portlet/PortletBilletterieJspBean.java 0 0 1

Rules

Category Rule Violations Severity
blocks EmptyBlock 1  Error
LeftCurly
  • option: "nl"
27  Error
NeedBraces 1  Error
RightCurly
  • option: "alone"
8  Error
coding ArrayTrailingComma 6  Error
DeclarationOrder 34  Error
ExplicitInitialization 1  Error
HiddenField 4  Error
NestedIfDepth
  • max: "3"
10  Error
ParameterAssignment 1  Error
StringLiteralEquality 1  Error
design VisibilityModifier 7  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/admin-github-build/workspace@2/target/checkstyle-header.txt"
36  Error
imports AvoidStarImport 5  Error
UnusedImports 16  Error
javadoc JavadocMethod 38  Error
JavadocType 7  Error
misc Translation 547  Error
modifier RedundantModifier 4  Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
4  Error
TypeName 1  Error
regexp RegexpSinglelineJava
  • format: "System\.exit"
1  Error
RegexpSinglelineJava
  • format: "System\.out\.println"
1  Error
whitespace ParenPad
  • option: "space"
103  Error

Details

fr/paris/lutece/plugins/stock/modules/billetterie/StockBilletteriePlugin.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/business/IRatingProductDAO.java

Severity Category Rule Message Line
 Error header Header Missing a header - not enough lines in file. 1
 Error javadoc JavadocType Missing a Javadoc comment. 5
 Error javadoc JavadocMethod Missing a Javadoc comment. 8

fr/paris/lutece/plugins/stock/modules/billetterie/business/RatingProductDAO.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. 9

fr/paris/lutece/plugins/stock/modules/billetterie/business/RatingProductDTO.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. 3
 Error naming MemberName Name 'idProduct' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 6
 Error design VisibilityModifier Variable 'idProduct' must be private and have accessor methods. 6
 Error naming MemberName Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 7
 Error design VisibilityModifier Variable 'name' must be private and have accessor methods. 7
 Error naming MemberName Name 'rating' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 8
 Error design VisibilityModifier Variable 'rating' must be private and have accessor methods. 8
 Error naming MemberName Name 'voteCount' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 9
 Error design VisibilityModifier Variable 'voteCount' must be private and have accessor methods. 9
 Error javadoc JavadocMethod Missing a Javadoc comment. 11
 Error javadoc JavadocMethod Missing a Javadoc comment. 16
 Error coding HiddenField 'idProduct' hides a field. 16
 Error javadoc JavadocMethod Missing a Javadoc comment. 21
 Error javadoc JavadocMethod Missing a Javadoc comment. 26
 Error coding HiddenField 'name' hides a field. 26
 Error javadoc JavadocMethod Missing a Javadoc comment. 31
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Error coding HiddenField 'rating' hides a field. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error coding HiddenField 'voteCount' hides a field. 46

fr/paris/lutece/plugins/stock/modules/billetterie/business/district/District.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/business/district/DistrictFilter.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/business/district/District_.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error naming TypeName Name 'District_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 45
 Error design VisibilityModifier Variable '_id' must be private and have accessor methods. 47
 Error design VisibilityModifier Variable '_libelle' must be private and have accessor methods. 48

fr/paris/lutece/plugins/stock/modules/billetterie/business/portlet/BilletteriePortletDAO.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/business/portlet/BilletteriePortletHome.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error coding ExplicitInitialization Variable '_singleton' explicitly initialized to 'null' (default value for its type). 50

fr/paris/lutece/plugins/stock/modules/billetterie/business/portlet/IBilletterieDAO.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error modifier RedundantModifier Redundant 'public' modifier. 48
 Error modifier RedundantModifier Redundant 'public' modifier. 54
 Error modifier RedundantModifier Redundant 'public' modifier. 60
 Error modifier RedundantModifier Redundant 'public' modifier. 66

fr/paris/lutece/plugins/stock/modules/billetterie/business/portlet/PortletBilletterie.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/dao/quartier/DistrictDAO.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/resources/billetterie_csv.properties

Severity Category Rule Message Line
 Error misc Translation Key 'accessibility' missing.
 Error misc Translation Key 'accessibleForReducedMobility' missing.
 Error misc Translation Key 'adminFeature.categoriesManagement.description' missing.
 Error misc Translation Key 'adminFeature.categoriesManagement.name' missing.
 Error misc Translation Key 'adminFeature.offresManagement.description' missing.
 Error misc Translation Key 'adminFeature.offresManagement.name' missing.
 Error misc Translation Key 'adminFeature.partnersManagement.description' missing.
 Error misc Translation Key 'adminFeature.partnersManagement.name' missing.
 Error misc Translation Key 'adminFeature.productsManagement.description' missing.
 Error misc Translation Key 'adminFeature.productsManagement.name' missing.
 Error misc Translation Key 'adminFeature.purchasesManagement.description' missing.
 Error misc Translation Key 'adminFeature.purchasesManagement.name' missing.
 Error misc Translation Key 'adminFeature.statisticsManagement.description' missing.
 Error misc Translation Key 'adminFeature.statisticsManagement.name' missing.
 Error misc Translation Key 'booking.message.booking' missing.
 Error misc Translation Key 'booking.message.currentDate' missing.
 Error misc Translation Key 'booking.message.discountTarget' missing.
 Error misc Translation Key 'booking.message.eventDate' missing.
 Error misc Translation Key 'booking.message.intro' missing.
 Error misc Translation Key 'booking.message.invitationTarget' missing.
 Error misc Translation Key 'booking.message.invitationTicket' missing.
 Error misc Translation Key 'booking.message.number' missing.
 Error misc Translation Key 'booking.message.oneDiscountTicket' missing.
 Error misc Translation Key 'booking.message.twoDiscountTicket' missing.
 Error misc Translation Key 'booking_bloc.available.places' missing.
 Error misc Translation Key 'booking_bloc.book' missing.
 Error misc Translation Key 'booking_bloc.no.session.available' missing.
 Error misc Translation Key 'booking_bloc.places.to.book' missing.
 Error misc Translation Key 'confirm_booking.date' missing.
 Error misc Translation Key 'confirm_booking.email' missing.
 Error misc Translation Key 'confirm_booking.enter.details' missing.
 Error misc Translation Key 'confirm_booking.first.name' missing.
 Error misc Translation Key 'confirm_booking.name' missing.
 Error misc Translation Key 'confirm_booking.nb.places' missing.
 Error misc Translation Key 'confirm_booking.show' missing.
 Error misc Translation Key 'confirm_booking.summary' missing.
 Error misc Translation Key 'confirm_booking.title' missing.
 Error misc Translation Key 'confirm_booking.your.email' missing.
 Error misc Translation Key 'create_category.labelColor' missing.
 Error misc Translation Key 'create_category.labelColorPicker' missing.
 Error misc Translation Key 'create_category.title' missing.
 Error misc Translation Key 'create_offer.title' missing.
 Error misc Translation Key 'create_partner.booking_mail' missing.
 Error misc Translation Key 'create_partner.booking_phone' missing.
 Error misc Translation Key 'create_partner.error.nicknameAlreadyUsed' missing.
 Error misc Translation Key 'create_partner.nickname' missing.
 Error misc Translation Key 'create_partner.schedule' missing.
 Error misc Translation Key 'create_partner.title' missing.
 Error misc Translation Key 'create_partner.type' missing.
 Error misc Translation Key 'create_partner.type.name' missing.
 Error misc Translation Key 'create_partner_type.name' missing.
 Error misc Translation Key 'create_partner_type.title' missing.
 Error misc Translation Key 'create_provider.accessibilityComment' missing.
 Error misc Translation Key 'create_provider.district' missing.
 Error misc Translation Key 'create_provider.isAccessible' missing.
 Error misc Translation Key 'create_provider.metroComment' missing.
 Error misc Translation Key 'create_purchase.title' missing.
 Error misc Translation Key 'daemon.purchase.clear.description' missing.
 Error misc Translation Key 'daemon.purchase.clear.name' missing.
 Error misc Translation Key 'dashboard.nbReservationsJour' missing.
 Error misc Translation Key 'dashboard.nbReservationsMois' missing.
 Error misc Translation Key 'dashboard.nbSpectaclesALAffiche' missing.
 Error misc Translation Key 'dashboard.nbSpectaclesAVenir' missing.
 Error misc Translation Key 'dashboard.pageTitle' missing.
 Error misc Translation Key 'delete_offer.delete_confirmation' missing.
 Error misc Translation Key 'delete_offer.error.notAuthorized' missing.
 Error misc Translation Key 'edit_survey.title' missing.
 Error misc Translation Key 'features.group.billetterie.description' missing.
 Error misc Translation Key 'features.group.billetterie.label' missing.
 Error misc Translation Key 'field.Category._strName' missing.
 Error misc Translation Key 'field.Contact.mail' missing.
 Error misc Translation Key 'field.Contact.phoneNumber' missing.
 Error misc Translation Key 'field.NotificationDTO.message' missing.
 Error misc Translation Key 'field.NotificationDTO.recipientsTo' missing.
 Error misc Translation Key 'field.NotificationDTO.subject' missing.
 Error misc Translation Key 'field.PartnerDTO.address' missing.
 Error misc Translation Key 'field.PartnerDTO.comment' missing.
 Error misc Translation Key 'field.PartnerDTO.contactList._mail' missing.
 Error misc Translation Key 'field.PartnerDTO.contactName' missing.
 Error misc Translation Key 'field.PartnerDTO.name' missing.
 Error misc Translation Key 'field.ReservationDTO.emailAgent' missing.
 Error misc Translation Key 'field.ReservationDTO.firstNameAgent' missing.
 Error misc Translation Key 'field.ReservationDTO.nameAgent' missing.
 Error misc Translation Key 'field.ReservationDTO.quantity' missing.
 Error misc Translation Key 'field.ReservationDTO.userName' missing.
 Error misc Translation Key 'field.SeanceDTO.date' missing.
 Error misc Translation Key 'field.SeanceDTO.hour' missing.
 Error misc Translation Key 'field.SeanceDTO.idGenre' missing.
 Error misc Translation Key 'field.SeanceDTO.maxTickets' missing.
 Error misc Translation Key 'field.SeanceDTO.minTickets' missing.
 Error misc Translation Key 'field.SeanceDTO.name' missing.
 Error misc Translation Key 'field.SeanceDTO.product' missing.
 Error misc Translation Key 'field.SeanceDTO.quantity' missing.
 Error misc Translation Key 'field.SeanceDTO.reductPrice' missing.
 Error misc Translation Key 'field.ShowCategoryDTO.color' missing.
 Error misc Translation Key 'field.ShowCategoryDTO.name' missing.
 Error misc Translation Key 'field.ShowDTO.description' missing.
 Error misc Translation Key 'field.ShowDTO.endDate' missing.
 Error misc Translation Key 'field.ShowDTO.idCategory' missing.
 Error misc Translation Key 'field.ShowDTO.idProvider' missing.
 Error misc Translation Key 'field.ShowDTO.name' missing.
 Error misc Translation Key 'field.ShowDTO.posterName' missing.
 Error misc Translation Key 'field.ShowDTO.startDate' missing.
 Error misc Translation Key 'field.ShowDTO.website' missing.
 Error misc Translation Key 'field.ShowDTO.with' missing.
 Error misc Translation Key 'field.UnauthentifiedPurchaserDTO.emailAgent' missing.
 Error misc Translation Key 'field.UnauthentifiedPurchaserDTO.firstNameAgent' missing.
 Error misc Translation Key 'field.UnauthentifiedPurchaserDTO.nameAgent' missing.
 Error misc Translation Key 'fo.solr.alphabetical' missing.
 Error misc Translation Key 'fo.solr.date' missing.
 Error misc Translation Key 'fo.solr.date.order' missing.
 Error misc Translation Key 'fo.solr.delete' missing.
 Error misc Translation Key 'fo.solr.dont.erase.spectacle' missing.
 Error misc Translation Key 'fo.solr.handicap.access' missing.
 Error misc Translation Key 'fo.solr.next.week' missing.
 Error misc Translation Key 'fo.solr.rease.criteria' missing.
 Error misc Translation Key 'fo.solr.search.advance' missing.
 Error misc Translation Key 'fo.solr.search.simple' missing.
 Error misc Translation Key 'fo.solr.see.spectacle' missing.
 Error misc Translation Key 'fo.solr.sort.by' missing.
 Error misc Translation Key 'fo.solr.spectacle.invitation' missing.
 Error misc Translation Key 'fo.solr.spectacle.invitation.enfants' missing.
 Error misc Translation Key 'fo.solr.spectacle.tarif.reduit' missing.
 Error misc Translation Key 'fo.solr.this.night' missing.
 Error misc Translation Key 'fo.solr.this.week' missing.
 Error misc Translation Key 'fo.solr.valide' missing.
 Error misc Translation Key 'fo.solr.what' missing.
 Error misc Translation Key 'fo.solr.when' missing.
 Error misc Translation Key 'fo.solr.where' missing.
 Error misc Translation Key 'list_offres.actions' missing.
 Error misc Translation Key 'list_offres.au' missing.
 Error misc Translation Key 'list_offres.button.createOffer' missing.
 Error misc Translation Key 'list_offres.button.exportCSV' missing.
 Error misc Translation Key 'list_offres.button.manageOfferGenre' missing.
 Error misc Translation Key 'list_offres.button.masseDelete' missing.
 Error misc Translation Key 'list_offres.button.offresInactives' missing.
 Error misc Translation Key 'list_offres.buttonSearch' missing.
 Error misc Translation Key 'list_offres.cancel' missing.
 Error misc Translation Key 'list_offres.exportPurchases' missing.
 Error misc Translation Key 'list_offres.filter.all' missing.
 Error misc Translation Key 'list_offres.filter.date' missing.
 Error misc Translation Key 'list_offres.filter.dateEt' missing.
 Error misc Translation Key 'list_offres.filter.dateOuLe' missing.
 Error misc Translation Key 'list_offres.filter.identifiant' missing.
 Error misc Translation Key 'list_offres.filter.invitation' missing.
 Error misc Translation Key 'list_offres.filter.libelle' missing.
 Error misc Translation Key 'list_offres.filter.libellePartenaire' missing.
 Error misc Translation Key 'list_offres.filter.name' missing.
 Error misc Translation Key 'list_offres.filter.product' missing.
 Error misc Translation Key 'list_offres.filter.pseudoPartenaire' missing.
 Error misc Translation Key 'list_offres.filter.tarifReduit' missing.
 Error misc Translation Key 'list_offres.filter.typeOffre' missing.
 Error misc Translation Key 'list_offres.identifiant' missing.
 Error misc Translation Key 'list_offres.libelle' missing.
 Error misc Translation Key 'list_offres.lieu' missing.
 Error misc Translation Key 'list_offres.linkCanceloffer' missing.
 Error misc Translation Key 'list_offres.linkCreateReservation' missing.
 Error misc Translation Key 'list_offres.linkDeleteOffer' missing.
 Error misc Translation Key 'list_offres.linkDuplicateOffer' missing.
 Error misc Translation Key 'list_offres.linkModifyOffer' missing.
 Error misc Translation Key 'list_offres.linkSendNotification' missing.
 Error misc Translation Key 'list_offres.linkSendReservation' missing.
 Error misc Translation Key 'list_offres.linkShowReservation' missing.
 Error misc Translation Key 'list_offres.lock' missing.
 Error misc Translation Key 'list_offres.masseDelete' missing.
 Error misc Translation Key 'list_offres.noresult' missing.
 Error misc Translation Key 'list_offres.quantity' missing.
 Error misc Translation Key 'list_offres.semaineDu' missing.
 Error misc Translation Key 'list_offres.title' missing.
 Error misc Translation Key 'list_offres.type' missing.
 Error misc Translation Key 'list_purchase.button.masseDelete' missing.
 Error misc Translation Key 'list_purchase.filter.offerDate' missing.
 Error misc Translation Key 'list_purchase.filter.offerDateEt' missing.
 Error misc Translation Key 'list_purchase.filter.offerType' missing.
 Error misc Translation Key 'list_purchase.filter.purchaseDate' missing.
 Error misc Translation Key 'list_purchase.filter.purchaseDateEt' missing.
 Error misc Translation Key 'list_purchase.filter.userName' missing.
 Error misc Translation Key 'list_purchase.linkCancelPurchase' missing.
 Error misc Translation Key 'list_purchase.linkNotifiyPurchase' missing.
 Error misc Translation Key 'list_purchase.linkPrintTicket' missing.
 Error misc Translation Key 'list_purchase.masseDelete' missing.
 Error misc Translation Key 'list_purchase.message.noResult' missing.
 Error misc Translation Key 'list_purchase.modifyPurchase' missing.
 Error misc Translation Key 'list_purchase.table.actions' missing.
 Error misc Translation Key 'list_purchase.table.dateOffer' missing.
 Error misc Translation Key 'list_purchase.table.datePurchase' missing.
 Error misc Translation Key 'list_purchase.table.product' missing.
 Error misc Translation Key 'list_purchase.table.quantity' missing.
 Error misc Translation Key 'list_purchase.table.typeOffer' missing.
 Error misc Translation Key 'list_purchase.table.userName' missing.
 Error misc Translation Key 'list_purchase.title' missing.
 Error misc Translation Key 'liste.show.page.more.info' missing.
 Error misc Translation Key 'liste.show.page.no.show.on.display' missing.
 Error misc Translation Key 'liste.show.page.no.upcoming.show' missing.
 Error misc Translation Key 'manage_category.actif' missing.
 Error misc Translation Key 'manage_category.actionsLabel' missing.
 Error misc Translation Key 'manage_category.buttonCreateCategory' missing.
 Error misc Translation Key 'manage_category.filter.name' missing.
 Error misc Translation Key 'manage_category.filter.statut' missing.
 Error misc Translation Key 'manage_category.inactif' missing.
 Error misc Translation Key 'manage_category.linkDeleteCategory' missing.
 Error misc Translation Key 'manage_category.linkModifyCategory' missing.
 Error misc Translation Key 'manage_category.title' missing.
 Error misc Translation Key 'manage_partner.additionnalContact' missing.
 Error misc Translation Key 'manage_partner.buttonCreatePartner' missing.
 Error misc Translation Key 'manage_partner.buttonManagePartnerType' missing.
 Error misc Translation Key 'manage_partner.csv.column.address' missing.
 Error misc Translation Key 'manage_partner.csv.column.bookingMail' missing.
 Error misc Translation Key 'manage_partner.csv.column.bookingPhone' missing.
 Error misc Translation Key 'manage_partner.csv.column.comment' missing.
 Error misc Translation Key 'manage_partner.csv.column.contactName' missing.
 Error misc Translation Key 'manage_partner.csv.column.mail' missing.
 Error misc Translation Key 'manage_partner.csv.column.name' missing.
 Error misc Translation Key 'manage_partner.csv.column.nickname' missing.
 Error misc Translation Key 'manage_partner.csv.column.phoneNumber' missing.
 Error misc Translation Key 'manage_partner.csv.column.schedule' missing.
 Error misc Translation Key 'manage_partner.csv.column.type' missing.
 Error misc Translation Key 'manage_partner.deleteContact' missing.
 Error misc Translation Key 'manage_partner.filter.defaultType' missing.
 Error misc Translation Key 'manage_partner.linkCreateOffer' missing.
 Error misc Translation Key 'manage_partner.linkDeletePartner' missing.
 Error misc Translation Key 'manage_partner.linkManageProducts' missing.
 Error misc Translation Key 'manage_partner.linkModifyPartner' missing.
 Error misc Translation Key 'manage_partner.list.partners' missing.
 Error misc Translation Key 'manage_partner.nickname' missing.
 Error misc Translation Key 'manage_partner.title' missing.
 Error misc Translation Key 'manage_partner.type' missing.
 Error misc Translation Key 'manage_partner_type.actionsLabel' missing.
 Error misc Translation Key 'manage_partner_type.buttonCreatePartnerType' missing.
 Error misc Translation Key 'manage_partner_type.linkDeletePartnerType' missing.
 Error misc Translation Key 'manage_partner_type.linkModifyPartnerType' missing.
 Error misc Translation Key 'manage_partner_type.name' missing.
 Error misc Translation Key 'manage_partner_type.title' missing.
 Error misc Translation Key 'manage_product.actif' missing.
 Error misc Translation Key 'manage_product.actionsLabel' missing.
 Error misc Translation Key 'manage_product.buttonCreateProduct' missing.
 Error misc Translation Key 'manage_product.buttonGererListeCategories' missing.
 Error misc Translation Key 'manage_product.buttonSeeAllComments' missing.
 Error misc Translation Key 'manage_product.buttonSeeComments' missing.
 Error misc Translation Key 'manage_product.dates' missing.
 Error misc Translation Key 'manage_product.filter.alaffiche' missing.
 Error misc Translation Key 'manage_product.filter.category' missing.
 Error misc Translation Key 'manage_product.filter.date_from' missing.
 Error misc Translation Key 'manage_product.filter.date_to' missing.
 Error misc Translation Key 'manage_product.filter.name' missing.
 Error misc Translation Key 'manage_product.filter.provider' missing.
 Error misc Translation Key 'manage_product.filter.salle' missing.
 Error misc Translation Key 'manage_product.filter.statut' missing.
 Error misc Translation Key 'manage_product.inactif' missing.
 Error misc Translation Key 'manage_product.linkDeleteProduct' missing.
 Error misc Translation Key 'manage_product.linkModifyProduct' missing.
 Error misc Translation Key 'manage_product.linkSeance' missing.
 Error misc Translation Key 'manage_product.title' missing.
 Error misc Translation Key 'manage_products_statistics.labelAnd' missing.
 Error misc Translation Key 'manage_products_statistics.labelAxisY' missing.
 Error misc Translation Key 'manage_products_statistics.labelGraph' missing.
 Error misc Translation Key 'manage_products_statistics.labelNumberResponse' missing.
 Error misc Translation Key 'manage_products_statistics.labelValidationDate' missing.
 Error misc Translation Key 'manage_products_statistics.pageTitle' missing.
 Error misc Translation Key 'manage_products_statistics.titleStatistic' missing.
 Error misc Translation Key 'manage_purchases_statistics.labelAnd' missing.
 Error misc Translation Key 'manage_purchases_statistics.labelAxisY' missing.
 Error misc Translation Key 'manage_purchases_statistics.labelGraph' missing.
 Error misc Translation Key 'manage_purchases_statistics.labelNumberResponse' missing.
 Error misc Translation Key 'manage_purchases_statistics.labelValidationDate' missing.
 Error misc Translation Key 'manage_purchases_statistics.pageTitle' missing.
 Error misc Translation Key 'manage_purchases_statistics.titleStatistic' missing.
 Error misc Translation Key 'manage_statistics.csv.groupDay' missing.
 Error misc Translation Key 'manage_statistics.csv.groupMonth' missing.
 Error misc Translation Key 'manage_statistics.csv.groupWeek' missing.
 Error misc Translation Key 'manage_statistics.csv.headerDate' missing.
 Error misc Translation Key 'manage_statistics.csv.headerNbProducts' missing.
 Error misc Translation Key 'manage_statistics.labelAxisX' missing.
 Error misc Translation Key 'manage_statistics.labelExportResult' missing.
 Error misc Translation Key 'manage_statistics.products_management' missing.
 Error misc Translation Key 'manage_statistics.purchases_management' missing.
 Error misc Translation Key 'manage_statistics.radioButtonDay' missing.
 Error misc Translation Key 'manage_statistics.radioButtonMonth' missing.
 Error misc Translation Key 'manage_statistics.radioButtonWeek' missing.
 Error misc Translation Key 'manage_statistics.title' missing.
 Error misc Translation Key 'manage_statistics.titleDataSave' missing.
 Error misc Translation Key 'message.buttonCreate' missing.
 Error misc Translation Key 'message.buttonExport' missing.
 Error misc Translation Key 'message.buttonModify' missing.
 Error misc Translation Key 'message.buttonRefresh' missing.
 Error misc Translation Key 'message.buttonSave' missing.
 Error misc Translation Key 'message.buttonSearch' missing.
 Error misc Translation Key 'message.buttonSend' missing.
 Error misc Translation Key 'message.buttonValidate' missing.
 Error misc Translation Key 'message.cancelOffer.avertissement' missing.
 Error misc Translation Key 'message.caution.time.max' missing.
 Error misc Translation Key 'message.caution.time.max.plural' missing.
 Error misc Translation Key 'message.confirm.delete.purchase' missing.
 Error misc Translation Key 'message.confirm.delete.purchase.title' missing.
 Error misc Translation Key 'message.csv.error.nothingToExport' missing.
 Error misc Translation Key 'message.date.error.dateFormat' missing.
 Error misc Translation Key 'message.date.error.hourFormat' missing.
 Error misc Translation Key 'message.deleteCategory.confirmation' missing.
 Error misc Translation Key 'message.deleteCategory.with.show' missing.
 Error misc Translation Key 'message.deleteContact.confirmation' missing.
 Error misc Translation Key 'message.deleteMasseOffer.noCaseCheck' missing.
 Error misc Translation Key 'message.deleteMassePurchase.noCaseCheck' missing.
 Error misc Translation Key 'message.deleteOffer.confirmation' missing.
 Error misc Translation Key 'message.deleteOffer.masseConfirmation' missing.
 Error misc Translation Key 'message.deletePartner.confirmation' missing.
 Error misc Translation Key 'message.deletePartner.with.show' missing.
 Error misc Translation Key 'message.deletePartnerType.confirmation' missing.
 Error misc Translation Key 'message.deletePartnerType.error.partnersAreLinked' missing.
 Error misc Translation Key 'message.deleteProduct.confirmation' missing.
 Error misc Translation Key 'message.deleteProduct.with.seance' missing.
 Error misc Translation Key 'message.deletePurchase.confirmation' missing.
 Error misc Translation Key 'message.deletePurchase.masseConfirmation' missing.
 Error misc Translation Key 'message.error.dateBeginBeforeDateEnd' missing.
 Error misc Translation Key 'message.error.date_end_before_begin' missing.
 Error misc Translation Key 'message.error.days.not.in.date.range' missing.
 Error misc Translation Key 'message.error.formNotFound' missing.
 Error misc Translation Key 'message.error.get.affiche' missing.
 Error misc Translation Key 'message.error.idFormNotDigit' missing.
 Error misc Translation Key 'message.error.insufficient_place_remaining' missing.
 Error misc Translation Key 'message.error.invalid_date' missing.
 Error misc Translation Key 'message.error.invalid_date_begin' missing.
 Error misc Translation Key 'message.error.invalid_date_end' missing.
 Error misc Translation Key 'message.error.invalid_nb_places' missing.
 Error misc Translation Key 'message.error.mandatory_date_begin' missing.
 Error misc Translation Key 'message.error.mandatory_date_end' missing.
 Error misc Translation Key 'message.error.mandatory_date_session' missing.
 Error misc Translation Key 'message.error.mandatory_days' missing.
 Error misc Translation Key 'message.error.mandatory_hour' missing.
 Error misc Translation Key 'message.error.mandatory_poster' missing.
 Error misc Translation Key 'message.error.mandatory_quantity' missing.
 Error misc Translation Key 'message.error.nameAlreadyUsed' missing.
 Error misc Translation Key 'message.error.negative_quantity' missing.
 Error misc Translation Key 'message.error.nombreReservationsZero' missing.
 Error misc Translation Key 'message.error.nombreSpectaclesZero' missing.
 Error misc Translation Key 'message.error.notDigitPosition' missing.
 Error misc Translation Key 'message.error.offer.id.exists' missing.
 Error misc Translation Key 'message.error.parameterNullOrEmpty' missing.
 Error misc Translation Key 'message.error.purchase.quantity.offer' missing.
 Error misc Translation Key 'message.error.purchase.quantity.offer.type' missing.
 Error misc Translation Key 'message.error.purchase.session.expired' missing.
 Error misc Translation Key 'message.error.purchase.unavailable' missing.
 Error misc Translation Key 'message.error.submitSurvey' missing.
 Error misc Translation Key 'message.error.supp.tickets' missing.
 Error misc Translation Key 'message.error.ticket.mandatoryFields' missing.
 Error misc Translation Key 'message.error.tickets.range' missing.
 Error misc Translation Key 'message.generatePdf' missing.
 Error misc Translation Key 'message.insufficient_quantity' missing.
 Error misc Translation Key 'message.noCommentIfNotAccessible' missing.
 Error misc Translation Key 'message.notifyPurchase.confirmation' missing.
 Error misc Translation Key 'message.offer.statut.isnt.cancel' missing.
 Error misc Translation Key 'message.offer.statut.isnt.masseCancel' missing.
 Error misc Translation Key 'message.placesAvailableInitially' missing.
 Error misc Translation Key 'message.search.contact' missing.
 Error misc Translation Key 'message.search.offer.date' missing.
 Error misc Translation Key 'message.search.purchase.date' missing.
 Error misc Translation Key 'message.sendOffer.avertissement' missing.
 Error misc Translation Key 'message.title.deleteOffer.confirmation' missing.
 Error misc Translation Key 'message.title.deletePurchase.confirmation' missing.
 Error misc Translation Key 'message.title.masseDeletePurchase.confirmation' missing.
 Error misc Translation Key 'message.title.notifyPurchase.confirmation' missing.
 Error misc Translation Key 'message.updateNbVisitors.error.negativeValue' missing.
 Error misc Translation Key 'message.updateNbVisitors.error.notDigit' missing.
 Error misc Translation Key 'message.updateNbVisitors.updated' missing.
 Error misc Translation Key 'message.user.ban.libelle' missing.
 Error misc Translation Key 'message.warning.booked_session.modify' missing.
 Error misc Translation Key 'messages.notAuthorized' missing.
 Error misc Translation Key 'modify_offer.title' missing.
 Error misc Translation Key 'modify_partner.title' missing.
 Error misc Translation Key 'modify_partner_type.name' missing.
 Error misc Translation Key 'modify_partner_type.title' missing.
 Error misc Translation Key 'modify_purchase.title' missing.
 Error misc Translation Key 'my.bookings.cancelled' missing.
 Error misc Translation Key 'my.bookings.hello' missing.
 Error misc Translation Key 'my.bookings.no.reservation' missing.
 Error misc Translation Key 'my.bookings.welcome' missing.
 Error misc Translation Key 'my_bookings.title' missing.
 Error misc Translation Key 'notification.admin.offer.quantity.subject' missing.
 Error misc Translation Key 'notification.booking.date' missing.
 Error misc Translation Key 'notification.booking.good.show' missing.
 Error misc Translation Key 'notification.booking.info.place.places' missing.
 Error misc Translation Key 'notification.booking.more.infos' missing.
 Error misc Translation Key 'notification.booking.nb.places' missing.
 Error misc Translation Key 'notification.booking.print' missing.
 Error misc Translation Key 'notification.booking.reservation' missing.
 Error misc Translation Key 'notification.booking.reservation.taken.into.account' missing.
 Error misc Translation Key 'notification.booking.show' missing.
 Error misc Translation Key 'notification.booking.subject' missing.
 Error misc Translation Key 'notification.booking.summary' missing.
 Error misc Translation Key 'notification.booking.welcome' missing.
 Error misc Translation Key 'notification.bookingList.subject' missing.
 Error misc Translation Key 'notification.cancel.subject' missing.
 Error misc Translation Key 'notification.offer.product' missing.
 Error misc Translation Key 'notification.request.date' missing.
 Error misc Translation Key 'notification.request.nb.places' missing.
 Error misc Translation Key 'notification.request.reservation' missing.
 Error misc Translation Key 'notification.request.show' missing.
 Error misc Translation Key 'notification.request.subject' missing.
 Error misc Translation Key 'notification.request.welcome' missing.
 Error misc Translation Key 'offer_type.discount_ticket' missing.
 Error misc Translation Key 'offer_type.invitation' missing.
 Error misc Translation Key 'order_session.label.cancel' missing.
 Error misc Translation Key 'order_session.label.comment' missing.
 Error misc Translation Key 'order_session.label.date' missing.
 Error misc Translation Key 'order_session.label.edit' missing.
 Error misc Translation Key 'order_session.label.event' missing.
 Error misc Translation Key 'order_session.label.hour' missing.
 Error misc Translation Key 'order_session.label.lastname' missing.
 Error misc Translation Key 'order_session.label.name' missing.
 Error misc Translation Key 'order_session.label.order' missing.
 Error misc Translation Key 'order_session.label.place' missing.
 Error misc Translation Key 'order_session.label.quantity' missing.
 Error misc Translation Key 'order_session.label.quantity_left' missing.
 Error misc Translation Key 'order_session.title' missing.
 Error misc Translation Key 'permission.label.createOffer' missing.
 Error misc Translation Key 'permission.label.createOfferGenre' missing.
 Error misc Translation Key 'permission.label.createPartner' missing.
 Error misc Translation Key 'permission.label.createPartnerType' missing.
 Error misc Translation Key 'permission.label.createSession' missing.
 Error misc Translation Key 'permission.label.deleteOffer' missing.
 Error misc Translation Key 'permission.label.deleteOfferGenre' missing.
 Error misc Translation Key 'permission.label.deletePartner' missing.
 Error misc Translation Key 'permission.label.deletePartnerType' missing.
 Error misc Translation Key 'permission.label.deleteSession' missing.
 Error misc Translation Key 'permission.label.deleteUnusedOffers' missing.
 Error misc Translation Key 'permission.label.editSurvey' missing.
 Error misc Translation Key 'permission.label.exportCSV' missing.
 Error misc Translation Key 'permission.label.manageInactiveOffers' missing.
 Error misc Translation Key 'permission.label.manageOfferGenre' missing.
 Error misc Translation Key 'permission.label.modifyOffer' missing.
 Error misc Translation Key 'permission.label.modifyOfferGenre' missing.
 Error misc Translation Key 'permission.label.modifyPartner' missing.
 Error misc Translation Key 'permission.label.modifyPartnerType' missing.
 Error misc Translation Key 'permission.label.modifySession' missing.
 Error misc Translation Key 'permission.label.offer' missing.
 Error misc Translation Key 'permission.label.offerGenre' missing.
 Error misc Translation Key 'permission.label.typePartner' missing.
 Error misc Translation Key 'permission.label.typePartnerType' missing.
 Error misc Translation Key 'permission.label.typeSurvey' missing.
 Error misc Translation Key 'save_category.error.name.unique' missing.
 Error misc Translation Key 'save_category.title' missing.
 Error misc Translation Key 'save_offer.category' missing.
 Error misc Translation Key 'save_offer.contact' missing.
 Error misc Translation Key 'save_offer.contact.help' missing.
 Error misc Translation Key 'save_offer.date' missing.
 Error misc Translation Key 'save_offer.date.before.after.spectacle' missing.
 Error misc Translation Key 'save_offer.error.notAuthorized' missing.
 Error misc Translation Key 'save_offer.error.unique' missing.
 Error misc Translation Key 'save_offer.hour' missing.
 Error misc Translation Key 'save_offer.identification' missing.
 Error misc Translation Key 'save_offer.initialQuantity' missing.
 Error misc Translation Key 'save_offer.invitation' missing.
 Error misc Translation Key 'save_offer.maxTickets' missing.
 Error misc Translation Key 'save_offer.minTickets' missing.
 Error misc Translation Key 'save_offer.name' missing.
 Error misc Translation Key 'save_offer.offerType' missing.
 Error misc Translation Key 'save_offer.product' missing.
 Error misc Translation Key 'save_offer.quantity' missing.
 Error misc Translation Key 'save_offer.reduced_price' missing.
 Error misc Translation Key 'save_offer.reductPrice' missing.
 Error misc Translation Key 'save_offer.reductPrice.mandatory' missing.
 Error misc Translation Key 'save_offer.sessions.actions' missing.
 Error misc Translation Key 'save_offer.supTickets' missing.
 Error misc Translation Key 'save_offer.totalQuantity' missing.
 Error misc Translation Key 'save_offer.type' missing.
 Error misc Translation Key 'save_partner.name.unique' missing.
 Error misc Translation Key 'save_product.aLaffiche' missing.
 Error misc Translation Key 'save_product.category' missing.
 Error misc Translation Key 'save_product.contact' missing.
 Error misc Translation Key 'save_product.contact.help' missing.
 Error misc Translation Key 'save_product.create.title' missing.
 Error misc Translation Key 'save_product.description' missing.
 Error misc Translation Key 'save_product.end' missing.
 Error misc Translation Key 'save_product.error.date.chevauche' missing.
 Error misc Translation Key 'save_product.error.name.unique' missing.
 Error misc Translation Key 'save_product.name' missing.
 Error misc Translation Key 'save_product.poster' missing.
 Error misc Translation Key 'save_product.provider' missing.
 Error misc Translation Key 'save_product.start' missing.
 Error misc Translation Key 'save_product.subscriptionPossible' missing.
 Error misc Translation Key 'save_product.targetPublic' missing.
 Error misc Translation Key 'save_product.title' missing.
 Error misc Translation Key 'save_product.website' missing.
 Error misc Translation Key 'save_product.with' missing.
 Error misc Translation Key 'save_purchase.emailAgent' missing.
 Error misc Translation Key 'save_purchase.firstNameAgent' missing.
 Error misc Translation Key 'save_purchase.nameAgent' missing.
 Error misc Translation Key 'save_purchase.nbPurchase' missing.
 Error misc Translation Key 'save_purchase.nbPurchased' missing.
 Error misc Translation Key 'save_purchase.offerName' missing.
 Error misc Translation Key 'save_purchase.offerQuantity' missing.
 Error misc Translation Key 'save_purchase.offerType' missing.
 Error misc Translation Key 'save_purchase.title.agent' missing.
 Error misc Translation Key 'save_purchase.title.representation' missing.
 Error misc Translation Key 'save_purchase.userName' missing.
 Error misc Translation Key 'send_notification.field.message' missing.
 Error misc Translation Key 'send_notification.field.recipientsTo' missing.
 Error misc Translation Key 'send_notification.field.subject' missing.
 Error misc Translation Key 'send_notification.title' missing.
 Error misc Translation Key 'show_list.aLaffiche.intro' missing.
 Error misc Translation Key 'show_list.aLaffiche.pre_intro' missing.
 Error misc Translation Key 'show_list.aLaffiche.title' missing.
 Error misc Translation Key 'show_list.aVenir.intro' missing.
 Error misc Translation Key 'show_list.aVenir.pre_intro' missing.
 Error misc Translation Key 'show_list.aVenir.title' missing.
 Error misc Translation Key 'show_list.accessibility' missing.
 Error misc Translation Key 'show_list.button.see.available.places' missing.
 Error misc Translation Key 'show_list.button.subscribe' missing.
 Error misc Translation Key 'show_list.button.unsubscribe' missing.
 Error misc Translation Key 'show_list.current.subscription' missing.
 Error misc Translation Key 'show_list.dates' missing.
 Error misc Translation Key 'show_list.dates.from' missing.
 Error misc Translation Key 'show_list.dates.to' missing.
 Error misc Translation Key 'show_list.distribution' missing.
 Error misc Translation Key 'show_list.district' missing.
 Error misc Translation Key 'show_list.genre' missing.
 Error misc Translation Key 'show_list.info.subscribe' missing.
 Error misc Translation Key 'show_list.info.unsubscribe' missing.
 Error misc Translation Key 'show_list.no.dates' missing.
 Error misc Translation Key 'show_list.public' missing.
 Error misc Translation Key 'show_list.recommandation.title1' missing.
 Error misc Translation Key 'show_list.recommandation.title2' missing.
 Error misc Translation Key 'show_list.reservation' missing.
 Error misc Translation Key 'show_list.reservations.completed' missing.
 Error misc Translation Key 'show_list.reservations.not.opened' missing.
 Error misc Translation Key 'show_list.see.comment' missing.
 Error misc Translation Key 'show_list.subscription' missing.
 Error misc Translation Key 'show_list.subway' missing.
 Error misc Translation Key 'show_list.theater' missing.
 Error misc Translation Key 'show_list.unsunscribe' missing.
 Error misc Translation Key 'show_list.website' missing.
 Error misc Translation Key 'transverse.cancel' missing.
 Error misc Translation Key 'transverse.clone' missing.
 Error misc Translation Key 'transverse.comment' missing.
 Error misc Translation Key 'transverse.delete' missing.
 Error misc Translation Key 'transverse.down' missing.
 Error misc Translation Key 'transverse.edit' missing.
 Error misc Translation Key 'transverse.export' missing.
 Error misc Translation Key 'transverse.history' missing.
 Error misc Translation Key 'transverse.save' missing.
 Error misc Translation Key 'transverse.see' missing.
 Error misc Translation Key 'transverse.send' missing.
 Error misc Translation Key 'transverse.up' missing.
 Error misc Translation Key 'validation.error' missing.

fr/paris/lutece/plugins/stock/modules/billetterie/resources/billetterie_messages.properties

Severity Category Rule Message Line
 Error misc Translation Key 'RESERVATIONS.champs' missing.
 Error misc Translation Key 'RESERVATIONS.entete' missing.

fr/paris/lutece/plugins/stock/modules/billetterie/resources/billetterie_messages_fr.properties

Severity Category Rule Message Line
 Error misc Translation Key 'RESERVATIONS.champs' missing.
 Error misc Translation Key 'RESERVATIONS.entete' missing.

fr/paris/lutece/plugins/stock/modules/billetterie/service/BilletterieHomeSolrAddon.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 39
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.service.security.UserNotSignedException. 59
 Error javadoc JavadocType Missing a Javadoc comment. 66
 Error coding DeclarationOrder Variable access definition in wrong order. 75
 Error coding DeclarationOrder Variable access definition in wrong order. 80
 Error blocks LeftCurly '{' at column 89 should be on a new line. 86
 Error whitespace ParenPad '(' is not followed by whitespace. 119
 Error whitespace ParenPad '(' is not followed by whitespace. 119
 Error whitespace ParenPad '(' is not followed by whitespace. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 Error whitespace ParenPad '(' is not followed by whitespace. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 Error whitespace ParenPad ')' is not preceded with whitespace. 119
 Error coding StringLiteralEquality Literal Strings should be compared using equals(), not '!='. 119
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Error regexp RegexpSinglelineJava Line matches the illegal pattern 'printStackTrace'. 141
 Error javadoc JavadocMethod Expected @throws tag for 'SiteMessageException'. 154
 Error javadoc JavadocMethod Missing a Javadoc comment. 175
 Error blocks NeedBraces 'if' construct must use '{}'s. 180

fr/paris/lutece/plugins/stock/modules/billetterie/service/BilletteriePlugin.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/service/IRatingProductService.java

Severity Category Rule Message Line
 Error header Header Missing a header - not enough lines in file. 1
 Error javadoc JavadocType Missing a Javadoc comment. 7
 Error javadoc JavadocMethod Missing a Javadoc comment. 10

fr/paris/lutece/plugins/stock/modules/billetterie/service/ProductExtendableResourceService.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/service/PurchaseClearDaemon.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/service/RatingProductService.java

Severity Category Rule Message Line
 Error header Header Missing a header - not enough lines in file. 1
 Error javadoc JavadocType Missing a Javadoc comment. 9

fr/paris/lutece/plugins/stock/modules/billetterie/service/district/DistrictService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error javadoc JavadocType Missing a Javadoc comment. 49

fr/paris/lutece/plugins/stock/modules/billetterie/utils/constants/BilletterieConstants.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/web/AbstractJspBean.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error design VisibilityModifier Variable '_nItemsPerPage' must be private and have accessor methods. 93
 Error javadoc JavadocMethod Expected @param tag for '<T>'. 106
 Error javadoc JavadocMethod Expected @param tag for '<T>'. 388
 Error javadoc JavadocMethod Expected @param tag for 'forceNewFilter'. 389
 Error javadoc JavadocMethod Expected @param tag for '<T>'. 449
 Error javadoc JavadocMethod Missing a Javadoc comment. 455

fr/paris/lutece/plugins/stock/modules/billetterie/web/AbstractXPageApp.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error coding DeclarationOrder Variable access definition in wrong order. 79
 Error coding DeclarationOrder Variable access definition in wrong order. 80
 Error coding DeclarationOrder Variable access definition in wrong order. 81
 Error coding DeclarationOrder Variable access definition in wrong order. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 290
 Error whitespace ParenPad '(' is not followed by whitespace. 290

fr/paris/lutece/plugins/stock/modules/billetterie/web/BilleterieDashboardComponent.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 49
 Error coding DeclarationOrder Variable access definition in wrong order. 69

fr/paris/lutece/plugins/stock/modules/billetterie/web/BilletterieSolrSearch.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error coding DeclarationOrder Variable access definition in wrong order. 66
 Error coding DeclarationOrder Variable access definition in wrong order. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 136

fr/paris/lutece/plugins/stock/modules/billetterie/web/CategoryJspBean.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/web/NotificationJspBean.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.stock.business.attribute.product.ProductAttributeNum. 37
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.stock.business.attribute.purchase.PurchaseAttribute. 38
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.stock.business.offer.Offer. 39
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.stock.business.product.ProductFilter. 41
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.stock.business.provider.Provider. 42
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.stock.business.provider.ProviderFilter. 43
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.stock.business.purchase.Purchase. 44
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.stock.commons.ResultList. 46
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - fr.paris.lutece.plugins.stock.modules.tickets.business.*. 49
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - fr.paris.lutece.plugins.stock.modules.tickets.service.*. 50
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.stock.service.IProductService. 53
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 66
 Error imports UnusedImports Unused import - javax.inject.Inject. 69
 Error imports UnusedImports Unused import - javax.inject.Named. 70
 Error imports UnusedImports Unused import - java.util.stream.Collectors.mapping. 75
 Error whitespace ParenPad '(' is not followed by whitespace. 185
 Error whitespace ParenPad ')' is not preceded with whitespace. 185
 Error whitespace ParenPad '(' is not followed by whitespace. 185
 Error whitespace ParenPad ')' is not preceded with whitespace. 185
 Error whitespace ParenPad '(' is not followed by whitespace. 185
 Error whitespace ParenPad ')' is not preceded with whitespace. 185
 Error whitespace ParenPad '(' is not followed by whitespace. 208
 Error whitespace ParenPad '(' is not followed by whitespace. 208
 Error whitespace ParenPad '(' is not followed by whitespace. 208
 Error whitespace ParenPad ')' is not preceded with whitespace. 208
 Error whitespace ParenPad ')' is not preceded with whitespace. 209
 Error whitespace ParenPad '(' is not followed by whitespace. 212
 Error whitespace ParenPad '(' is not followed by whitespace. 212
 Error whitespace ParenPad '(' is not followed by whitespace. 213
 Error whitespace ParenPad '(' is not followed by whitespace. 213
 Error whitespace ParenPad ')' is not preceded with whitespace. 213
 Error whitespace ParenPad ')' is not preceded with whitespace. 213
 Error whitespace ParenPad ')' is not preceded with whitespace. 213
 Error whitespace ParenPad ')' is not preceded with whitespace. 213
 Error whitespace ParenPad '(' is not followed by whitespace. 215
 Error whitespace ParenPad ')' is not preceded with whitespace. 215
 Error blocks LeftCurly '{' at column 51 should be on a new line. 215
 Error whitespace ParenPad '(' is not followed by whitespace. 216
 Error whitespace ParenPad ')' is not preceded with whitespace. 216
 Error blocks LeftCurly '{' at column 88 should be on a new line. 216
 Error whitespace ParenPad '(' is not followed by whitespace. 217
 Error whitespace ParenPad '(' is not followed by whitespace. 217
 Error whitespace ParenPad ')' is not preceded with whitespace. 217
 Error whitespace ParenPad ')' is not preceded with whitespace. 217
 Error whitespace ParenPad '(' is not followed by whitespace. 218
 Error whitespace ParenPad ')' is not preceded with whitespace. 218
 Error coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 269
 Error coding NestedIfDepth Nested if-else depth is 5 (max allowed is 3). 277
 Error coding NestedIfDepth Nested if-else depth is 6 (max allowed is 3). 279
 Error coding NestedIfDepth Nested if-else depth is 5 (max allowed is 3). 292
 Error coding NestedIfDepth Nested if-else depth is 6 (max allowed is 3). 294
 Error whitespace ParenPad '(' is not followed by whitespace. 362
 Error whitespace ParenPad ')' is not preceded with whitespace. 362
 Error blocks LeftCurly '{' at column 49 should be on a new line. 362

fr/paris/lutece/plugins/stock/modules/billetterie/web/OfferJspBean.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - fr.paris.lutece.plugins.stock.business.product.ProductFilter. 39
 Error imports UnusedImports Unused import - java.util.Optional. 90
 Error javadoc JavadocMethod Expected @param tag for '<T>'. 379
 Error javadoc JavadocMethod Expected @param tag for 'forceNewFilter'. 379
 Error whitespace ParenPad '(' is not followed by whitespace. 488
 Error whitespace ParenPad ')' is not preceded with whitespace. 488
 Error coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 526
 Error javadoc JavadocMethod Missing a Javadoc comment. 568
 Error javadoc JavadocMethod Expected @param tag for 'idProvider'. 600
 Error whitespace ParenPad '(' is not followed by whitespace. 638
 Error whitespace ParenPad ')' is not preceded with whitespace. 638
 Error blocks LeftCurly '{' at column 28 should be on a new line. 638
 Error whitespace ParenPad '(' is not followed by whitespace. 639
 Error whitespace ParenPad ')' is not preceded with whitespace. 639
 Error whitespace ParenPad '(' is not followed by whitespace. 645
 Error whitespace ParenPad ')' is not preceded with whitespace. 645
 Error blocks LeftCurly '{' at column 33 should be on a new line. 645
 Error whitespace ParenPad '(' is not followed by whitespace. 646
 Error whitespace ParenPad ')' is not preceded with whitespace. 646
 Error blocks LeftCurly '{' at column 64 should be on a new line. 646
 Error whitespace ParenPad '(' is not followed by whitespace. 648
 Error whitespace ParenPad '(' is not followed by whitespace. 648
 Error whitespace ParenPad ')' is not preceded with whitespace. 648
 Error whitespace ParenPad ')' is not preceded with whitespace. 648
 Error blocks LeftCurly '{' at column 93 should be on a new line. 648
 Error whitespace ParenPad '(' is not followed by whitespace. 649
 Error whitespace ParenPad ')' is not preceded with whitespace. 649
 Error blocks RightCurly '}' at column 25 should be alone on a line. 650
 Error blocks LeftCurly '{' at column 32 should be on a new line. 650
 Error whitespace ParenPad '(' is not followed by whitespace. 651
 Error whitespace ParenPad ')' is not preceded with whitespace. 651
 Error whitespace ParenPad '(' is not followed by whitespace. 653
 Error whitespace ParenPad ')' is not preceded with whitespace. 653
 Error blocks LeftCurly '{' at column 78 should be on a new line. 653
 Error whitespace ParenPad '(' is not followed by whitespace. 654
 Error whitespace ParenPad ')' is not preceded with whitespace. 654
 Error blocks RightCurly '}' at column 26 should be alone on a line. 655
 Error blocks LeftCurly '{' at column 33 should be on a new line. 655
 Error whitespace ParenPad '(' is not followed by whitespace. 656
 Error whitespace ParenPad ')' is not preceded with whitespace. 656
 Error blocks RightCurly '}' at column 21 should be alone on a line. 658
 Error blocks LeftCurly '{' at column 28 should be on a new line. 658
 Error whitespace ParenPad '(' is not followed by whitespace. 659
 Error whitespace ParenPad ')' is not preceded with whitespace. 659
 Error whitespace ParenPad '(' is not followed by whitespace. 660
 Error whitespace ParenPad ')' is not preceded with whitespace. 660
 Error blocks LeftCurly '{' at column 42 should be on a new line. 660
 Error whitespace ParenPad '(' is not followed by whitespace. 661
 Error whitespace ParenPad ')' is not preceded with whitespace. 661
 Error blocks RightCurly '}' at column 25 should be alone on a line. 662
 Error blocks LeftCurly '{' at column 32 should be on a new line. 662
 Error whitespace ParenPad '(' is not followed by whitespace. 663
 Error whitespace ParenPad ')' is not preceded with whitespace. 663
 Error whitespace ParenPad '(' is not followed by whitespace. 669
 Error whitespace ParenPad ')' is not preceded with whitespace. 669
 Error blocks LeftCurly '{' at column 37 should be on a new line. 669
 Error whitespace ParenPad '(' is not followed by whitespace. 670
 Error whitespace ParenPad ')' is not preceded with whitespace. 670
 Error blocks LeftCurly '{' at column 62 should be on a new line. 670
 Error whitespace ParenPad '(' is not followed by whitespace. 671
 Error whitespace ParenPad ')' is not preceded with whitespace. 671
 Error blocks LeftCurly '{' at column 68 should be on a new line. 671
 Error coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 673
 Error whitespace ParenPad '(' is not followed by whitespace. 673
 Error whitespace ParenPad '(' is not followed by whitespace. 673
 Error whitespace ParenPad ')' is not preceded with whitespace. 673
 Error whitespace ParenPad ')' is not preceded with whitespace. 673
 Error blocks LeftCurly '{' at column 97 should be on a new line. 673
 Error whitespace ParenPad '(' is not followed by whitespace. 674
 Error whitespace ParenPad ')' is not preceded with whitespace. 674
 Error blocks RightCurly '}' at column 29 should be alone on a line. 675
 Error blocks LeftCurly '{' at column 36 should be on a new line. 675
 Error whitespace ParenPad '(' is not followed by whitespace. 676
 Error whitespace ParenPad ')' is not preceded with whitespace. 676
 Error coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 678
 Error whitespace ParenPad '(' is not followed by whitespace. 678
 Error whitespace ParenPad ')' is not preceded with whitespace. 678
 Error blocks LeftCurly '{' at column 82 should be on a new line. 678
 Error whitespace ParenPad '(' is not followed by whitespace. 679
 Error whitespace ParenPad ')' is not preceded with whitespace. 679
 Error blocks RightCurly '}' at column 29 should be alone on a line. 680
 Error blocks LeftCurly '{' at column 36 should be on a new line. 680
 Error whitespace ParenPad '(' is not followed by whitespace. 681
 Error whitespace ParenPad ')' is not preceded with whitespace. 681
 Error blocks RightCurly '}' at column 25 should be alone on a line. 683
 Error blocks LeftCurly '{' at column 32 should be on a new line. 683
 Error whitespace ParenPad '(' is not followed by whitespace. 684
 Error whitespace ParenPad ')' is not preceded with whitespace. 684
 Error coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 685
 Error whitespace ParenPad '(' is not followed by whitespace. 685
 Error whitespace ParenPad ')' is not preceded with whitespace. 685
 Error blocks LeftCurly '{' at column 46 should be on a new line. 685
 Error whitespace ParenPad '(' is not followed by whitespace. 686
 Error whitespace ParenPad ')' is not preceded with whitespace. 686
 Error blocks RightCurly '}' at column 29 should be alone on a line. 687
 Error blocks LeftCurly '{' at column 36 should be on a new line. 687
 Error whitespace ParenPad '(' is not followed by whitespace. 688
 Error whitespace ParenPad ')' is not preceded with whitespace. 688
 Error blocks LeftCurly '{' at column 22 should be on a new line. 693
 Error whitespace ParenPad '(' is not followed by whitespace. 717
 Error whitespace ParenPad ')' is not preceded with whitespace. 717
 Error blocks LeftCurly '{' at column 38 should be on a new line. 717
 Error whitespace ParenPad ')' is not preceded with whitespace. 718
 Error javadoc JavadocMethod Missing a Javadoc comment. 1047
 Error coding ArrayTrailingComma Array should contain trailing comma. 1068

fr/paris/lutece/plugins/stock/modules/billetterie/web/PartnerJspBean.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/web/PosterImageServlet.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/web/PurchaseJspBean.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.service.util.AppPropertiesService. 66
 Error coding DeclarationOrder Variable access definition in wrong order. 171
 Error coding DeclarationOrder Variable access definition in wrong order. 172
 Error coding DeclarationOrder Variable access definition in wrong order. 173
 Error coding DeclarationOrder Variable access definition in wrong order. 174
 Error coding DeclarationOrder Variable access definition in wrong order. 175
 Error coding DeclarationOrder Variable access definition in wrong order. 176
 Error coding DeclarationOrder Variable access definition in wrong order. 177
 Error coding DeclarationOrder Variable access definition in wrong order. 178
 Error coding DeclarationOrder Variable access definition in wrong order. 181
 Error coding DeclarationOrder Variable access definition in wrong order. 184
 Error coding DeclarationOrder Variable access definition in wrong order. 187
 Error coding DeclarationOrder Variable access definition in wrong order. 190
 Error coding DeclarationOrder Variable access definition in wrong order. 193
 Error coding DeclarationOrder Variable access definition in wrong order. 196
 Error coding DeclarationOrder Variable access definition in wrong order. 199
 Error coding DeclarationOrder Variable access definition in wrong order. 202
 Error coding DeclarationOrder Variable access definition in wrong order. 205
 Error coding DeclarationOrder Variable access definition in wrong order. 208
 Error coding DeclarationOrder Variable access definition in wrong order. 211
 Error coding DeclarationOrder Variable access definition in wrong order. 212
 Error coding DeclarationOrder Variable access definition in wrong order. 213
 Error coding DeclarationOrder Variable access definition in wrong order. 216
 Error javadoc JavadocMethod Expected @param tag for 'forceNewFilter'. 429
 Error coding ParameterAssignment Assignment of parameter 'actualQuantity' is not allowed. 621
 Error javadoc JavadocMethod Expected @param tag for 'purchase'. 712
 Error coding ArrayTrailingComma Array should contain trailing comma. 735

fr/paris/lutece/plugins/stock/modules/billetterie/web/ShowJspBean.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error coding DeclarationOrder Variable access definition in wrong order. 133
 Error coding DeclarationOrder Variable access definition in wrong order. 149
 Error javadoc JavadocMethod Missing a Javadoc comment. 377
 Error coding ArrayTrailingComma Array should contain trailing comma. 636

fr/paris/lutece/plugins/stock/modules/billetterie/web/StatisticJspBean.java

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

fr/paris/lutece/plugins/stock/modules/billetterie/web/StockBilletterieApp.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error coding DeclarationOrder Variable access definition in wrong order. 138
 Error javadoc JavadocMethod Expected @throws tag for 'SiteMessageException'. 220
 Error blocks LeftCurly '{' at column 115 should be on a new line. 220
 Error coding ArrayTrailingComma Array should contain trailing comma. 409
 Error javadoc JavadocMethod Expected @param tag for 'nbPlaceBookMap'. 509
 Error javadoc JavadocMethod Expected @throws tag for 'SiteMessageException'. 566
 Error javadoc JavadocMethod Unused @param tag for 'request'. 637
 Error javadoc JavadocMethod Expected @param tag for 'strDate'. 644

fr/paris/lutece/plugins/stock/modules/billetterie/web/StockBilletterieReservationApp.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error blocks EmptyBlock Must have at least one statement. 236
 Error coding NestedIfDepth Nested if-else depth is 4 (max allowed is 3). 321
 Error coding ArrayTrailingComma Array should contain trailing comma. 413
 Error javadoc JavadocMethod Expected @param tag for 'purchase'. 555
 Error coding ArrayTrailingComma Array should contain trailing comma. 578
 Error javadoc JavadocMethod Unused @param tag for 'user'. 642
 Error javadoc JavadocMethod Expected @throws tag for 'SiteMessageException'. 650
 Error javadoc JavadocMethod Unused Javadoc tag. 855

fr/paris/lutece/plugins/stock/modules/billetterie/web/SubscriptionProductJspBean.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Error javadoc JavadocMethod Unused @param tag for 'request'. 177

fr/paris/lutece/plugins/stock/modules/billetterie/web/portlet/PortletBilletterieJspBean.java

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