Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 6.11.2 avec les règles build-config/lutece_checks.xml. rss feed

Résumé

Fichiers  Infos  Avertissements  Erreurs
39 0 0 863

Fichiers

Fichier  I  A  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

Règles

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

Détails

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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Missing a header - not enough lines in file. 1
 Erreur javadoc JavadocType Missing a Javadoc comment. 5
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 8

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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of '/*'. 1
 Erreur javadoc JavadocType Missing a Javadoc comment. 9

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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of '/*'. 1
 Erreur javadoc JavadocType Missing a Javadoc comment. 3
 Erreur naming MemberName Name 'idProduct' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 6
 Erreur design VisibilityModifier Variable 'idProduct' must be private and have accessor methods. 6
 Erreur naming MemberName Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 7
 Erreur design VisibilityModifier Variable 'name' must be private and have accessor methods. 7
 Erreur naming MemberName Name 'rating' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 8
 Erreur design VisibilityModifier Variable 'rating' must be private and have accessor methods. 8
 Erreur naming MemberName Name 'voteCount' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 9
 Erreur design VisibilityModifier Variable 'voteCount' must be private and have accessor methods. 9
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 11
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 16
 Erreur coding HiddenField 'idProduct' hides a field. 16
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 21
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 26
 Erreur coding HiddenField 'name' hides a field. 26
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 31
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 36
 Erreur coding HiddenField 'rating' hides a field. 36
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 41
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 46
 Erreur coding HiddenField 'voteCount' hides a field. 46

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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur naming TypeName Name 'District_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 45
 Erreur design VisibilityModifier Variable '_id' must be private and have accessor methods. 47
 Erreur design VisibilityModifier Variable '_libelle' must be private and have accessor methods. 48

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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur 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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur modifier RedundantModifier Redundant 'public' modifier. 48
 Erreur modifier RedundantModifier Redundant 'public' modifier. 54
 Erreur modifier RedundantModifier Redundant 'public' modifier. 60
 Erreur modifier RedundantModifier Redundant 'public' modifier. 66

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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

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

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

Sévérité Catégorie Règle Message Ligne
 Erreur misc Translation Key 'RESERVATIONS.champs' missing.
 Erreur misc Translation Key 'RESERVATIONS.entete' missing.

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

Sévérité Catégorie Règle Message Ligne
 Erreur misc Translation Key 'RESERVATIONS.champs' missing.
 Erreur misc Translation Key 'RESERVATIONS.entete' missing.

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

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

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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Missing a header - not enough lines in file. 1
 Erreur javadoc JavadocType Missing a Javadoc comment. 7
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 10

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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Missing a header - not enough lines in file. 1
 Erreur javadoc JavadocType Missing a Javadoc comment. 9

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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocType Missing a Javadoc comment. 49

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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur design VisibilityModifier Variable '_nItemsPerPage' must be private and have accessor methods. 93
 Erreur javadoc JavadocMethod Expected @param tag for '<T>'. 106
 Erreur javadoc JavadocMethod Expected @param tag for '<T>'. 388
 Erreur javadoc JavadocMethod Expected @param tag for 'forceNewFilter'. 389
 Erreur javadoc JavadocMethod Expected @param tag for '<T>'. 449
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 455

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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur coding DeclarationOrder Variable access definition in wrong order. 79
 Erreur coding DeclarationOrder Variable access definition in wrong order. 80
 Erreur coding DeclarationOrder Variable access definition in wrong order. 81
 Erreur coding DeclarationOrder Variable access definition in wrong order. 82
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 290
 Erreur whitespace ParenPad '(' is not followed by whitespace. 290

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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 49
 Erreur coding DeclarationOrder Variable access definition in wrong order. 69

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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur coding DeclarationOrder Variable access definition in wrong order. 66
 Erreur coding DeclarationOrder Variable access definition in wrong order. 67
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 136

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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

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

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

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

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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

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

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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur coding DeclarationOrder Variable access definition in wrong order. 133
 Erreur coding DeclarationOrder Variable access definition in wrong order. 149
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 377
 Erreur coding ArrayTrailingComma Array should contain trailing comma. 636

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

Sévérité Catégorie Règle Message Ligne
 Erreur 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

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

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

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

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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Unused @param tag for 'request'. 177

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

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2