Advertisement
Guest User

ERROR

a guest
Jan 24th, 2020
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. 16:48:01 > Task :Set10:SetRetail10_Server:RetailX:SET-PrintPriceTags:compileJava
  2. 16:48:01 /home/centos/workspace/StandUP/setretail10/SetRetail10_Server/RetailX/SET-PrintPriceTags/src/main/java/ru/crystals/setretailx/printing_async/model/attribute/Attribute.java:863: error: an enum switch case label must be the unqualified name of an enumeration constant
  3. 16:48:01 case WHOLESALE_LEVEL:
  4. 16:48:01 ^
  5. 16:48:01 /home/centos/workspace/StandUP/setretail10/SetRetail10_Server/RetailX/SET-PrintPriceTags/src/main/java/ru/crystals/setretailx/printing_async/builder/ModelBuilder.java:393: error: cannot find symbol
  6. 16:48:01 return textBlock.isResizable() == null ? mnemonics.size() == 1 && mnemonics.get(0).isResizable() : textBlock.isResizable();
  7. 16:48:01 ^
  8. 16:48:01 symbol: method isResizable()
  9. 16:48:01 location: variable textBlock of type XMLTagTextBlock
  10. 16:48:01 /home/centos/workspace/StandUP/setretail10/SetRetail10_Server/RetailX/SET-PrintPriceTags/src/main/java/ru/crystals/setretailx/printing_async/builder/ModelBuilder.java:393: error: cannot find symbol
  11. 16:48:01 return textBlock.isResizable() == null ? mnemonics.size() == 1 && mnemonics.get(0).isResizable() : textBlock.isResizable();
  12. 16:48:01 ^
  13. 16:48:01 symbol: method isResizable()
  14. 16:48:01 location: variable textBlock of type XMLTagTextBlock
  15. 16:48:01 /home/centos/workspace/StandUP/setretail10/SetRetail10_Server/RetailX/SET-PrintPriceTags/src/main/java/ru/crystals/setretailx/printing_async/builder/ModelBuilder.java:400: error: cannot find symbol
  16. 16:48:01 return textBlock.isLineBreakable() == null ? mnemonics.size() == 1 && mnemonics.get(0).isLineBreaksAvailable() : textBlock.isLineBreakable();
  17. 16:48:01 ^
  18. 16:48:01 symbol: method isLineBreakable()
  19. 16:48:01 location: variable textBlock of type XMLTagTextBlock
  20. 16:48:01 /home/centos/workspace/StandUP/setretail10/SetRetail10_Server/RetailX/SET-PrintPriceTags/src/main/java/ru/crystals/setretailx/printing_async/builder/ModelBuilder.java:400: error: cannot find symbol
  21. 16:48:01 return textBlock.isLineBreakable() == null ? mnemonics.size() == 1 && mnemonics.get(0).isLineBreaksAvailable() : textBlock.isLineBreakable();
  22. 16:48:01 ^
  23. 16:48:01 symbol: method isLineBreakable()
  24. 16:48:01 location: variable textBlock of type XMLTagTextBlock
  25. 16:48:01 /home/centos/workspace/StandUP/setretail10/SetRetail10_Server/RetailX/SET-PrintPriceTags/src/main/java/ru/crystals/setretailx/printing_async/visibility/VisibilityValidator.java:76: error: an enum switch case label must be the unqualified name of an enumeration constant
  26. 16:48:01 case WHOLESALE_LEVEL:
  27. 16:48:01 ^
  28. 16:48:01 Note: Some input files use or override a deprecated API.
  29. 16:48:01 Note: Recompile with -Xlint:deprecation for details.
  30. 16:48:01 Note: Some input files use unchecked or unsafe operations.
  31. 16:48:01 Note: Recompile with -Xlint:unchecked for details.
  32. 16:48:01 6 errors
  33. 16:48:01
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement