Osky2918

Errors on startup of Eclips first run.

Jan 1st, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Description Resource Path Location All of these are Java Problems
  2.  
  3. #1 'The assignment to variable par2 has no effect'
  4. 'EntityLivingBase.java'
  5. '/Minecraft/src/net/minecraft/entity'
  6. 'line 1213'
  7. #2 'Unreachable catch block for IOException. Only more specific exceptions are thrown and they are handled by previous catch block(s).'
  8. 'TaskWorldCreation.java'
  9. '/Minecraft/src/net/minecraft/client/gui/mco'
  10. 'line 61'
  11. #3 'The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method translateToLocalFormatted(String, Object...) from type StatCollector. It could alternatively be cast to Object for a varargs invocation'
  12. 'ChatMessageComponent.java'
  13. '/Minecraft/src/net/minecraft/util'
  14. 'line 270'
  15. #4 'Resource leak: '<unassigned Closeable value>' is never closed'
  16. 'RegionFile.java'
  17. '/Minecraft/src/net/minecraft/world/chunk/storage'
  18. 'line 185'
Advertisement
Add Comment
Please, Sign In to add comment