Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. Information:java: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  2. Information:java: Errors occurred while compiling module 'Oramus12.1'
  3. Information:javac 9 was used to compile java sources
  4. Information:2018-01-21 14:57 - Compilation completed with 7 errors and 1 warning in 5s 171ms
  5. C:\Users\Mariusz\IdeaProjects\Oramus12.1\src\PMO_GeneralPurposeFabric.java
  6. Warning:(10, 64) java: newInstance() in java.lang.Class has been deprecated
  7. C:\Users\Mariusz\IdeaProjects\Oramus12.1\src\Sorter.java
  8. Error:(27, 29) java: no suitable method found for add(java.lang.Object)
  9. method java.util.Collection.add(Box3D) is not applicable
  10. (argument mismatch; java.lang.Object cannot be converted to Box3D)
  11. method java.util.List.add(Box3D) is not applicable
  12. (argument mismatch; java.lang.Object cannot be converted to Box3D)
  13. Error:(30, 68) java: no suitable method found for add(java.lang.Object)
  14. method java.util.Collection.add(Box3D) is not applicable
  15. (argument mismatch; java.lang.Object cannot be converted to Box3D)
  16. method java.util.List.add(Box3D) is not applicable
  17. (argument mismatch; java.lang.Object cannot be converted to Box3D)
  18. Error:(39, 15) java: no suitable method found for addAll(java.util.List<java.lang.Object>)
  19. method java.util.Collection.addAll(java.util.Collection<? extends capture#1 of ? super Box3D>) is not applicable
  20. (argument mismatch; inference variable T has incompatible bounds
  21. upper bounds: capture#1 of ? super Box3D,java.lang.Object
  22. lower bounds: java.lang.Object)
  23. method java.util.List.addAll(java.util.Collection<? extends capture#1 of ? super Box3D>) is not applicable
  24. (argument mismatch; inference variable T has incompatible bounds
  25. upper bounds: capture#1 of ? super Box3D,java.lang.Object
  26. lower bounds: java.lang.Object)
  27. Error:(42, 26) java: cannot find symbol
  28. symbol: method getValue()
  29. location: variable o1 of type java.lang.Object
  30. Error:(42, 40) java: cannot find symbol
  31. symbol: method getValue()
  32. location: variable o2 of type java.lang.Object
  33. Error:(46, 26) java: cannot find symbol
  34. symbol: method getValue()
  35. location: variable o1 of type java.lang.Object
  36. Error:(46, 40) java: cannot find symbol
  37. symbol: method getValue()
  38. location: variable o2 of type java.lang.Object
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement