Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.88 KB | None | 0 0
  1. [yjavac] Compiling 303 source files to /media/dados/projetos/uber/arezzo/local_env/hybris/bin/custom/arezzococore/classes
  2.    [yjavac] ----------
  3.    [yjavac] 1. ERROR in /media/dados/projetos/uber/arezzo/local_env/hybris/bin/custom/arezzococore/src/br/com/arezzoco/core/promotions/jalo/OrderFreeShippingPromotion.java (at line 9)
  4.    [yjavac]     public class OrderFreeShippingPromotion extends GeneratedOrderFreeShippingPromotion
  5.    [yjavac]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
  6.    [yjavac] The type OrderFreeShippingPromotion must implement the inherited abstract method AbstractPromotion.getResultDescription(SessionContext, PromotionResult, Locale)
  7.    [yjavac] ----------
  8.    [yjavac] 2. ERROR in /media/dados/projetos/uber/arezzo/local_env/hybris/bin/custom/arezzococore/src/br/com/arezzoco/core/promotions/jalo/OrderFreeShippingPromotion.java (at line 9)
  9.    [yjavac]     public class OrderFreeShippingPromotion extends GeneratedOrderFreeShippingPromotion
  10.    [yjavac]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
  11.    [yjavac] The type OrderFreeShippingPromotion must implement the inherited abstract method AbstractPromotion.evaluate(SessionContext, PromotionEvaluationContext)
  12.    [yjavac] ----------
  13.    [yjavac] ----------
  14.    [yjavac] 3. ERROR in /media/dados/projetos/uber/arezzo/local_env/hybris/bin/custom/arezzococore/src/br/com/arezzoco/core/promotions/restriction/jalo/DiscountProductRestriction.java (at line 9)
  15.    [yjavac]     public class DiscountProductRestriction extends GeneratedDiscountProductRestriction
  16.    [yjavac]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
  17.    [yjavac] The type DiscountProductRestriction must implement the inherited abstract method AbstractPromotionRestriction.evaluate(SessionContext, Collection<Product>, Date, AbstractOrder)
  18.    [yjavac] ----------
  19.    [yjavac] ----------
  20.    [yjavac] 4. ERROR in /media/dados/projetos/uber/arezzo/local_env/hybris/bin/custom/arezzococore/src/br/com/arezzoco/core/promotions/restriction/jalo/DiscountVoucherRestriction.java (at line 9)
  21.    [yjavac]     public class DiscountVoucherRestriction extends GeneratedDiscountVoucherRestriction
  22.    [yjavac]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
  23.    [yjavac] The type DiscountVoucherRestriction must implement the inherited abstract method Restriction.isFulfilledInternal(Product)
  24.    [yjavac] ----------
  25.    [yjavac] 5. ERROR in /media/dados/projetos/uber/arezzo/local_env/hybris/bin/custom/arezzococore/src/br/com/arezzoco/core/promotions/restriction/jalo/DiscountVoucherRestriction.java (at line 9)
  26.    [yjavac]     public class DiscountVoucherRestriction extends GeneratedDiscountVoucherRestriction
  27.    [yjavac]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
  28.    [yjavac] The type DiscountVoucherRestriction must implement the inherited abstract method Restriction.isFulfilledInternal(AbstractOrder)
  29.    [yjavac] ----------
  30.    [yjavac] ----------
  31.    [yjavac] 6. ERROR in /media/dados/projetos/uber/arezzo/local_env/hybris/bin/custom/arezzococore/src/br/com/arezzoco/core/promotions/restriction/jalo/OrderQuantityVoucherRestriction.java (at line 9)
  32.    [yjavac]     public class OrderQuantityVoucherRestriction extends GeneratedOrderQuantityVoucherRestriction
  33.    [yjavac]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  34.    [yjavac] The type OrderQuantityVoucherRestriction must implement the inherited abstract method Restriction.isFulfilledInternal(Product)
  35.    [yjavac] ----------
  36.    [yjavac] 7. ERROR in /media/dados/projetos/uber/arezzo/local_env/hybris/bin/custom/arezzococore/src/br/com/arezzoco/core/promotions/restriction/jalo/OrderQuantityVoucherRestriction.java (at line 9)
  37.    [yjavac]     public class OrderQuantityVoucherRestriction extends GeneratedOrderQuantityVoucherRestriction
  38.    [yjavac]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  39.    [yjavac] The type OrderQuantityVoucherRestriction must implement the inherited abstract method Restriction.isFulfilledInternal(AbstractOrder)
  40.    [yjavac] ----------
  41.    [yjavac] 7 problems (7 errors)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement