Guest User

Untitled

a guest
Jun 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. Class85.java:67: warning: non-varargs call of varargs method with inexact argument type for last parameter;
  2. = (Integer) method.invoke(runtime, null);
  3. ^
  4. cast to Object for a varargs call
  5. cast to Object[] for a non-varargs call and to suppress this warning
  6. Class203.java:20: error: missing return statement
  7. }
  8. ^
  9. Class203.java:31: error: missing return statement
  10. }
  11. ^
  12. Class340.java:893: warning: non-varargs call of varargs method with inexact argument type for last parameter;
  13. null);
  14. ^
  15. cast to Class for a varargs call
  16. cast to Class[] for a non-varargs call and to suppress this warning
  17. Class340.java:894: warning: non-varargs call of varargs method with inexact argument type for last parameter;
  18. Object object = method.invoke(null, null);
  19. ^
  20. cast to Object for a varargs call
  21. cast to Object[] for a non-varargs call and to suppress this warning
  22. Class96.java:365: warning: non-varargs call of varargs method with inexact argument type for last parameter;
  23. = (Long) method.invoke(runtime, null);
  24. ^
  25. cast to Object for a varargs call
  26. cast to Object[] for a non-varargs call and to suppress this warning
  27. Note: Some input files use or override a deprecated API.
  28. Note: Recompile with -Xlint:deprecation for details.
  29. Note: Some input files use unchecked or unsafe operations.
  30. Note: Recompile with -Xlint:unchecked for details.
  31. 2 errors
  32. 4 warnings
  33. Press any key to continue . . .
Add Comment
Please, Sign In to add comment