Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Description Resource Path Location All of these are Java Problems
- #1 'The assignment to variable par2 has no effect'
- 'EntityLivingBase.java'
- '/Minecraft/src/net/minecraft/entity'
- 'line 1213'
- #2 'Unreachable catch block for IOException. Only more specific exceptions are thrown and they are handled by previous catch block(s).'
- 'TaskWorldCreation.java'
- '/Minecraft/src/net/minecraft/client/gui/mco'
- 'line 61'
- #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'
- 'ChatMessageComponent.java'
- '/Minecraft/src/net/minecraft/util'
- 'line 270'
- #4 'Resource leak: '<unassigned Closeable value>' is never closed'
- 'RegionFile.java'
- '/Minecraft/src/net/minecraft/world/chunk/storage'
- 'line 185'
Advertisement
Add Comment
Please, Sign In to add comment