Jump to content

Recommended Posts

Posted
  On 4/21/2013 at 7:34 PM, RuRo said:

I am having a problem,

  Reveal hidden contents

at first everything worked but after some time it started lagging and then this... Every time I enter the world this happens. I am kinda new to modding, sorry if this is something obvious.

 

im no professional modder but i dont think that

"2013-04-21 23:06:42 [sEVERE] [ForgeModLoader] FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.EntityRendererProxy. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!"

 

is very good to be showing up in the logs. try doing what that says and see if it fixes it, my guess is that the mod is interfereing with minecraft and is cause things to load that shouldnt load.

Posted
  On 4/21/2013 at 7:34 PM, RuRo said:

I am having a problem,

  Reveal hidden contents

at first everything worked but after some time it started lagging and then this... Every time I enter the world this happens. I am kinda new to modding, sorry if this is something obvious.

 

im no professional modder but i dont think that

"2013-04-21 23:06:42 [sEVERE] [ForgeModLoader] FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.EntityRendererProxy. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!"

 

is very good to be showing up in the logs. try doing what that says and see if it fixes it, my guess is that the mod is interfereing with minecraft and is cause things to load that shouldnt load.

Posted

MinecraftForge v7.7.1.611

 

Update Forge and see if the problem persists.

 

EDIT: I misread, you're trying to code with Forge :P

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

  Quote

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Posted

MinecraftForge v7.7.1.611

 

Update Forge and see if the problem persists.

 

EDIT: I misread, you're trying to code with Forge :P

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

  Quote

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Posted

Yuck, I am VERY sure that I didn't implement any minecraft.src.EntityRenderProxy packages... Maybe by accedent renamed something somewhere but I COMPLETELY reinstalled mcp, minecraft and forge and still get the same error. BTW, will try this.

  Quote
Update Forge and see if the problem persists.

Maybe it updated while I was coding.

Edit: I may be blind but I don't see any forge newer than 7.7.1

Posted

Yuck, I am VERY sure that I didn't implement any minecraft.src.EntityRenderProxy packages... Maybe by accedent renamed something somewhere but I COMPLETELY reinstalled mcp, minecraft and forge and still get the same error. BTW, will try this.

  Quote
Update Forge and see if the problem persists.

Maybe it updated while I was coding.

Edit: I may be blind but I don't see any forge newer than 7.7.1

Posted
  On 4/21/2013 at 7:55 PM, RuRo said:

Yuck, I am VERY sure that I didn't implement any minecraft.src.EntityRenderProxy packages... Maybe by accedent renamed something somewhere but I COMPLETELY reinstalled mcp, minecraft and forge and still get the same error. BTW, will try this.

  Quote
Update Forge and see if the problem persists.

Maybe it updated while I was coding.

Edit: I may be blind but I don't see any forge newer than 7.7.1

 

No, but look at the last number. You have .611, the latest I can see is .665

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

  Quote

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Posted
  On 4/21/2013 at 7:55 PM, RuRo said:

Yuck, I am VERY sure that I didn't implement any minecraft.src.EntityRenderProxy packages... Maybe by accedent renamed something somewhere but I COMPLETELY reinstalled mcp, minecraft and forge and still get the same error. BTW, will try this.

  Quote
Update Forge and see if the problem persists.

Maybe it updated while I was coding.

Edit: I may be blind but I don't see any forge newer than 7.7.1

 

No, but look at the last number. You have .611, the latest I can see is .665

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

  Quote

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Posted

Ooooooooooooh, will report in a second

 

Edit: Well, .665 didn't work AT ALL.

Exception in thread "main" java.lang.Error: Unresolved compilation problem: 

at net.minecraft.client.Minecraft.main(Minecraft.java:2234)
at Start.main(Start.java:29)

And there is like a thousand warnings and errors...

Description	Resource	Path	Location	Type
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 783	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 782	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 781	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 780	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 779	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 778	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 777	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 776	Java Problem
TextureHelper cannot be resolved to a type	TextureFXManager.java	/Minecraft/minecraft/cpw/mods/fml/client	line 141	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 775	Java Problem
CopySubimageTextureHelper cannot be resolved to a type	TextureFXManager.java	/Minecraft/minecraft/cpw/mods/fml/client	line 138	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 774	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 773	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 772	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 771	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 770	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 769	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 768	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 796	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 797	Java Problem
TextureHelper cannot be resolved to a type	TextureFXManager.java	/Minecraft/minecraft/cpw/mods/fml/client	line 42	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 794	Java Problem
TextureHelper cannot be resolved to a type	TextureFXManager.java	/Minecraft/minecraft/cpw/mods/fml/client	line 114	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 795	Java Problem
TextureHelper cannot be resolved to a type	TextureFXManager.java	/Minecraft/minecraft/cpw/mods/fml/client	line 116	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 792	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockPistonExtension.java	/Minecraft/minecraft/net/minecraft/block	line 136	Java Problem
TextureHelper cannot be resolved to a type	TextureFXManager.java	/Minecraft/minecraft/cpw/mods/fml/client	line 138	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 793	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 790	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 791	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 788	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 789	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfirmation.java	/Minecraft/minecraft/net/minecraft/client/gui	line 23	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 786	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfirmation.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 787	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockDetectorRail.java	/Minecraft/minecraft/net/minecraft/block	line 104	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 784	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockDetectorRail.java	/Minecraft/minecraft/net/minecraft/block	line 162	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 785	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 118	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 113	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPigZombie.java	/Minecraft/minecraft/net/minecraft/entity/monster	line 113	Java Problem
The method getBasename(String) from the type TextureManager is never used locally	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 142	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 72	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 67	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 75	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 75	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 41	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 22	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 57	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 45	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 21	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 22	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 328	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableJavaInfo2.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 123	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 109	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 23	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 36	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 126	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 36	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 125	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 35	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 125	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 35	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 123	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 155	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 149	Java Problem
The value of the local variable object is not used	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 139	Java Problem
The value of the local variable object is not used	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 54	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 131	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 322	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 272	Java Problem
The value of the local variable object is not used	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 167	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableJavaInfo.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 156	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenServerList.java	/Minecraft/minecraft/net/minecraft/client/gui	line 41	Java Problem
The value of the field GuiScreenInvite.field_96228_n is not used	GuiScreenInvite.java	/Minecraft/minecraft/net/minecraft/client/gui	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenServerList.java	/Minecraft/minecraft/net/minecraft/client/gui	line 42	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenInvite.java	/Minecraft/minecraft/net/minecraft/client/gui	line 49	Java Problem
The value of the field GuiScreenInvite.field_96229_o is not used	GuiScreenInvite.java	/Minecraft/minecraft/net/minecraft/client/gui	line 20	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenInvite.java	/Minecraft/minecraft/net/minecraft/client/gui	line 48	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 98	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 106	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 130	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 143	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 152	Java Problem
The value of the field Particle.rand is not used	Particle.java	/Minecraft/minecraft/net/minecraft/client/gui	line 10	Java Problem
The serializable class MinecraftApplet does not declare a static final serialVersionUID field of type long	MinecraftApplet.java	/Minecraft/minecraft/net/minecraft/client	line 12	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 157	Java Problem
Type safety: Unchecked invocation sort(ArrayList) of the generic method sort(List<T>) of type Collections	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 160	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Comparable<? super Comparable<? super T>>>	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 160	Java Problem
Type safety: The method add(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 161	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 39	Java Problem
Type safety: Unchecked invocation unmodifiableList(List) of the generic method unmodifiableList(List<? extends T>) of type Collections	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 41	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends Object>	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 41	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableParticleScreenName.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 9	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 44	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 18	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 18	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 13	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 16	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 25	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 25	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 51	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 294	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 50	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 73	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 69	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerBanlist.java	/Minecraft/minecraft/net/minecraft/command	line 51	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 98	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 88	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 129	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized	CommandServerWhitelist.java	/Minecraft/minecraft/net/minecraft/command	line 48	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 27	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerWhitelist.java	/Minecraft/minecraft/net/minecraft/command	line 90	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 138	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandServerWhitelist.java	/Minecraft/minecraft/net/minecraft/command	line 103	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 138	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandServerWhitelist.java	/Minecraft/minecraft/net/minecraft/command	line 103	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 150	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CommandServerWhitelist.java	/Minecraft/minecraft/net/minecraft/command	line 114	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 138	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 185	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 169	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ItemHangingEntity.java	/Minecraft/minecraft/net/minecraft/item	line 15	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 16	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ItemHangingEntity.java	/Minecraft/minecraft/net/minecraft/item	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 27	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 70	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 1109	Java Problem
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 1502	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 24	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 52	Java Problem
The import net.minecraftforge.event.entity.living.LivingHurtEvent is never used	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 626	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 70	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 728	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 88	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 733	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 106	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 740	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 125	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 1108	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityFallingSand.java	/Minecraft/minecraft/net/minecraft/entity/item	line 161	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityFallingSand.java	/Minecraft/minecraft/net/minecraft/entity/item	line 208	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 84	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 84	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 78	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 78	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 549	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 524	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 505	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 167	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 735	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityFallingSand.java	/Minecraft/minecraft/net/minecraft/entity/item	line 210	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 734	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 660	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityFallingSand.java	/Minecraft/minecraft/net/minecraft/entity/item	line 208	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 623	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityFallingSand.java	/Minecraft/minecraft/net/minecraft/entity/item	line 208	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 736	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 737	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 738	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 739	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 740	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 741	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 742	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 743	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 744	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 745	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 746	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 747	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 748	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 749	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 750	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 751	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 753	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 752	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 755	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 754	Java Problem
Type safety: The expression of type EnumSet needs unchecked conversion to conform to EnumSet<TickType>	BaseModTicker.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 78	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 757	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 756	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 759	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 758	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockQuartz.java	/Minecraft/minecraft/net/minecraft/block	line 128	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 761	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockQuartz.java	/Minecraft/minecraft/net/minecraft/block	line 126	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 760	Java Problem
EnumSet is a raw type. References to generic type EnumSet<E> should be parameterized	BaseModTicker.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 63	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockQuartz.java	/Minecraft/minecraft/net/minecraft/block	line 130	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 763	Java Problem
Type safety: The method add(Object) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized	BaseModTicker.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 75	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockQuartz.java	/Minecraft/minecraft/net/minecraft/block	line 129	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 762	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 765	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 764	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 767	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 766	Java Problem
The serializable class CommandNotFoundException does not declare a static final serialVersionUID field of type long	CommandNotFoundException.java	/Minecraft/minecraft/net/minecraft/command	line 3	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenLongRunningTask.java	/Minecraft/minecraft/net/minecraft/client/gui	line 102	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiScreenLongRunningTask.java	/Minecraft/minecraft/net/minecraft/client/gui	line 25	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	GuiScreenLongRunningTask.java	/Minecraft/minecraft/net/minecraft/client/gui	line 25	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	GuiScreenLongRunningTask.java	/Minecraft/minecraft/net/minecraft/client/gui	line 25	Java Problem
The import java.io.FileNotFoundException is never used	FMLRelaunchLog.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 18	Java Problem
The value of the field GuiScreenLongRunningTask.field_96213_b is not used	GuiScreenLongRunningTask.java	/Minecraft/minecraft/net/minecraft/client/gui	line 12	Java Problem
The import java.util.concurrent.Executors is never used	FMLRelaunchLog.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 18	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenEnd.java	/Minecraft/minecraft/net/minecraft/world/biome	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 17	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSlotStatsBlock.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 45	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSlotStatsBlock.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiSlotStatsBlock.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiTexturePackSlot.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiTexturePackSlot.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 57	Java Problem
The serializable class CanvasCrashReport does not declare a static final serialVersionUID field of type long	CanvasCrashReport.java	/Minecraft/minecraft/net/minecraft/client	line 9	Java Problem
The import net.minecraft.block.Block is never used	SlotArmor.java	/Minecraft/minecraft/net/minecraft/inventory	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 84	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdLibrary.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 29	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 110	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 109	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 319	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiAchievements.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 92	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 112	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageHouse4_Garden.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 277	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiAchievements.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 93	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 111	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 115	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 330	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 113	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 44	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 260	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 119	Java Problem
The import net.minecraft.item.Item is never used	ComponentMineshaftCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 7	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 260	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 117	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 270	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 261	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 121	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 50	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 75	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 209	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 240	Java Problem
The serializable class ExceptionMcoService does not declare a static final serialVersionUID field of type long	ExceptionMcoService.java	/Minecraft/minecraft/net/minecraft/client/mco	line 7	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 50	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityIronGolem.java	/Minecraft/minecraft/net/minecraft/entity/monster	line 151	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageTorch.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
The import net.minecraftforge.event.world is never used	PopulateChunkEvent.java	/Minecraft/minecraft/net/minecraftforge/event/terraingen	line 7	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 85	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 125	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 105	Java Problem
Type safety: Unchecked cast from List to List<Texture>	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 254	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 235	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 231	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 208	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 279	Java Problem
The value of the field TextureStitched.widthNorm is not used	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 42	Java Problem
The value of the field TextureStitched.heightNorm is not used	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 43	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 24	Java Problem
The method getHelper() from the type TextureFXManager refers to the missing type TextureHelper	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 77	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 208	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 57	Java Problem
The method getHelper() from the type TextureFXManager refers to the missing type TextureHelper	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 74	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 151	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 97	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 96	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 131	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 111	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiModsMissingForServer.java	/Minecraft/minecraft/cpw/mods/fml/client	line 39	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandGameMode.java	/Minecraft/minecraft/net/minecraft/command	line 66	Java Problem
The value of the field MinecraftServer.anvilFile is not used	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 72	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockWall.java	/Minecraft/minecraft/net/minecraft/block	line 154	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWall.java	/Minecraft/minecraft/net/minecraft/block	line 156	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWall.java	/Minecraft/minecraft/net/minecraft/block	line 157	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 77	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 77	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 867	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 738	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 869	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 869	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 879	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 875	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 891	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 887	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemCoal.java	/Minecraft/minecraft/net/minecraft/item	line 35	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 911	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemCoal.java	/Minecraft/minecraft/net/minecraft/item	line 34	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemCoal.java	/Minecraft/minecraft/net/minecraft/item	line 32	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandEnchant.java	/Minecraft/minecraft/net/minecraft/command	line 101	Java Problem
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 102	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StatBasic.java	/Minecraft/minecraft/net/minecraft/stats	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 126	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 62	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 72	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableModded.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 30	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 58	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 30	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTagCompound2.java	/Minecraft/minecraft/net/minecraft/nbt	line 5	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 33	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockSapling.java	/Minecraft/minecraft/net/minecraft/block	line 184	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSapling.java	/Minecraft/minecraft/net/minecraft/block	line 186	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSapling.java	/Minecraft/minecraft/net/minecraft/block	line 187	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 81	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSapling.java	/Minecraft/minecraft/net/minecraft/block	line 188	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 85	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSapling.java	/Minecraft/minecraft/net/minecraft/block	line 189	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 33	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 43	Java Problem
The serializable class CanvasMinecraftApplet does not declare a static final serialVersionUID field of type long	CanvasMinecraftApplet.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
The value of the local variable l1 is not used	BlockGrass.java	/Minecraft/minecraft/net/minecraft/block	line 58	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ScreenChatOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 51	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ScreenChatOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 55	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ScreenChatOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 77	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ScreenChatOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 81	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ScreenChatOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 87	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 114	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 122	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 130	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 138	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 146	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 154	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 162	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 377	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 418	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 450	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 114	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 105	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandEffect.java	/Minecraft/minecraft/net/minecraft/command	line 96	Java Problem
The value of the local variable hashmap is not used	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 114	Java Problem
The value of the local variable list is not used	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 45	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 45	Java Problem
The value of the field EntityEnchantmentTableParticleFX.field_70565_a is not used	EntityEnchantmentTableParticleFX.java	/Minecraft/minecraft/net/minecraft/client/particle	line 10	Java Problem
The value of the local variable list is not used	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 101	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 101	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 21	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 21	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 26	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 26	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 21	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 363	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 364	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	FontRenderer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 838	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FontRenderer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 882	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FontRenderer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 836	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 335	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 358	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 325	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 332	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 361	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 362	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 359	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 360	Java Problem
The value of the field MouseHelper.field_85184_d is not used	MouseHelper.java	/Minecraft/minecraft/net/minecraft/util	line 13	Java Problem
The import net.minecraft.stats.StatList is never used	BlockVine.java	/Minecraft/minecraft/net/minecraft/block	line 13	Java Problem
The import net.minecraft.item.Item is never used	BlockVine.java	/Minecraft/minecraft/net/minecraft/block	line 11	Java Problem
The import cpw.mods.fml.common.ModContainer is never used	ModLoaderNetworkHandler.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 15	Java Problem
The import cpw.mods.fml.common.discovery.ASMDataTable is never used	ModLoaderNetworkHandler.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 16	Java Problem
The import cpw.mods.fml.common.network.NetworkMod is never used	ModLoaderNetworkHandler.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 17	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 219	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 218	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 217	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 26	Java Problem
The value of the field MetadataCollection.metadataVersion is not used	MetadataCollection.java	/Minecraft/minecraft/cpw/mods/fml/common	line 32	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 353	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 265	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 155	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 444	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 175	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 454	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 117	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 614	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 137	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 26	Java Problem
The import cpw.mods.fml.common.Mod is never used	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 8	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityWither.java	/Minecraft/minecraft/net/minecraft/entity/boss	line 316	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 124	Java Problem
The import cpw.mods.fml.common.ModContainer is never used	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 9	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 152	Java Problem
The import java.lang.reflect.Constructor is never used	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 3	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 318	Java Problem
The import cpw.mods.fml.common.FMLCommonHandler is never used	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 6	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 342	Java Problem
Type safety: A generic array of Object&Serializable&Comparable<?> is created for a varargs parameter	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 79	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 347	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 98	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 355	Java Problem
The import net.minecraftforge.event.ForgeSubscribe is never used	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 374	Java Problem
The import net.minecraftforge.event.entity.EntityEvent is never used	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 24	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 431	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	RecipeSorter.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 5	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelStorageVersion.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 27	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 27	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 70	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 57	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 26	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 26	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 188	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 200	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 203	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 217	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 165	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 169	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ISaveFormat.java	/Minecraft/minecraft/net/minecraft/world/storage	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 181	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 183	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 241	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 283	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 285	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 291	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 229	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableMPL2.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 8	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 231	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 235	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 235	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 23	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 23	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 22	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 22	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiScreenDemo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 39	Java Problem
The import cpw.mods.fml.client.FMLClientHandler is never used	ModIdMapPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 31	Java Problem
The import cpw.mods.fml.common.registry.GameRegistry is never used	ModIdMapPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 35	Java Problem
The import java.util.BitSet is never used	ModIdMapPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 16	Java Problem
The import com.google.common.primitives.Ints is never used	ModIdMapPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 28	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 95	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 95	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	InventoryEffectRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 58	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	InventoryEffectRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 71	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenDemo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenDemo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	GuiScreenDemo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 37	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiScreenDemo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 38	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 150	Java Problem
The import net.minecraft.world.gen.FlatGeneratorInfo is never used	WorldProvider.java	/Minecraft/minecraft/net/minecraft/world	line 19	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 98	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 198	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 142	Java Problem
The import net.minecraft.world.gen.ChunkProviderGenerate is never used	WorldProvider.java	/Minecraft/minecraft/net/minecraft/world	line 18	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 106	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 197	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 193	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 82	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 196	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 159	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 90	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 195	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 194	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 220	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 64	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 193	Java Problem
The import net.minecraft.world.gen.ChunkProviderFlat is never used	WorldProvider.java	/Minecraft/minecraft/net/minecraft/world	line 17	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 192	Java Problem
The import net.minecraft.world.biome.WorldChunkManagerHell is never used	WorldProvider.java	/Minecraft/minecraft/net/minecraft/world	line 14	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 36	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 102	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 24	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 102	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 24	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 19	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 102	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 25	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 25	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 26	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 28	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 28	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 141	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 141	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 184	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 189	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 198	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 201	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 203	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 203	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 204	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSlot.java	/Minecraft/minecraft/net/minecraft/client/gui	line 157	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 210	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 157	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 159	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 159	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 160	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 166	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 170	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 175	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 183	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 220	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 219	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 225	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 220	Java Problem
The static method addMerchantItem(MerchantRecipeList, int, Random, float) from the type EntityVillager should be accessed in a static way	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 213	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 211	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 200	Java Problem
The static method addBlacksmithItem(MerchantRecipeList, int, Random, float) from the type EntityVillager should be accessed in a static way	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 222	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CreativeTabMisc.java	/Minecraft/minecraft/net/minecraft/creativetab	line 31	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<StructureVillagePieceWeight>	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 193	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 191	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ClientRegistry.java	/Minecraft/minecraft/cpw/mods/fml/client/registry	line 38	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 86	Java Problem
The value of the field GuiControlsScrollPanel.message is not used	GuiControlsScrollPanel.java	/Minecraft/minecraft/net/minecraftforge/client	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdRightTurn.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 17	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableBlockLocation.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemSkull.java	/Minecraft/minecraft/net/minecraft/item	line 119	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 295	Java Problem
The value of the local variable flag is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1440	Java Problem
The value of the local variable f4 is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1818	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemSkull.java	/Minecraft/minecraft/net/minecraft/item	line 123	Java Problem
The value of the local variable f5 is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1819	Java Problem
The import net.minecraftforge.event.Event.Result is never used	PlayerInteractEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 7	Java Problem
The import net.minecraft.world.World is never used	PlayerInteractEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 4	Java Problem
The import net.minecraftforge.event.Event is never used	PlayerInteractEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 6	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelSeed.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 20	Java Problem
The value of the field EntityRenderer.mouseFilterDummy4 is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 76	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 20	Java Problem
The value of the field EntityRenderer.mouseFilterDummy3 is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 73	Java Problem
The value of the field EntityRenderer.mouseFilterDummy2 is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 70	Java Problem
The value of the field EntityRenderer.mouseFilterDummy1 is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 67	Java Problem
The import cpw.mods.fml.relauncher.Side is never used	BaseModProxy.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 27	Java Problem
The import net.minecraftforge.common.MinecraftForge is never used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 43	Java Problem
The import net.minecraftforge.client.event.RenderWorldLastEvent is never used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 42	Java Problem
The import net.minecraftforge.client.event.DrawBlockHighlightEvent is never used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 41	Java Problem
The import cpw.mods.fml.relauncher.SideOnly is never used	BaseModProxy.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 28	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Locations.java	/Minecraft/minecraft/net/minecraft/client/mco	line 30	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Locations.java	/Minecraft/minecraft/net/minecraft/client/mco	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Locations.java	/Minecraft/minecraft/net/minecraft/client/mco	line 16	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Locations.java	/Minecraft/minecraft/net/minecraft/client/mco	line 35	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityMinecartHopper.java	/Minecraft/minecraft/net/minecraft/entity/item	line 164	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenSwamp.java	/Minecraft/minecraft/net/minecraft/world/biome	line 24	Java Problem
The import cpw.mods.fml.common.MissingModsException is never used	GuiDupesFound.java	/Minecraft/minecraft/cpw/mods/fml/client	line 21	Java Problem
The import cpw.mods.fml.common.versioning.ArtifactVersion is never used	GuiDupesFound.java	/Minecraft/minecraft/cpw/mods/fml/client	line 23	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 320	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 316	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 317	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 318	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 21	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 320	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 274	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 286	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 295	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 295	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 30	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 245	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 34	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 249	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 143	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 270	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 143	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 270	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 198	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 27	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 202	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 27	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 202	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 30	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 218	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 108	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 102	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 112	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 112	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 94	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 90	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 102	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 94	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 41	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 19	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 59	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 49	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 16	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 19	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 16	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RegistrySimple.java	/Minecraft/minecraft/net/minecraft/dispenser	line 21	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RegistrySimple.java	/Minecraft/minecraft/net/minecraft/dispenser	line 9	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RegistrySimple.java	/Minecraft/minecraft/net/minecraft/dispenser	line 9	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 176	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 175	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 174	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 173	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 172	Java Problem
The import net.minecraft.entity.player.EntityPlayer is never used	IShearable.java	/Minecraft/minecraft/net/minecraftforge/common	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 171	Java Problem
The import net.minecraft.util.MovingObjectPosition is never used	IShearable.java	/Minecraft/minecraft/net/minecraftforge/common	line 7	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 170	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 169	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 293	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 178	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 177	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 109	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 114	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockPistonBase.java	/Minecraft/minecraft/net/minecraft/block	line 332	Java Problem
The import net.minecraft.entity.item.EntityItem is never used	EntityMooshroom.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 5	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 157	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 158	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 167	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 168	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 119	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 120	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 155	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 156	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageField2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 44	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 34	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 34	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 35	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 35	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 128	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 129	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 214	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 281	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 297	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 298	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldManager.java	/Minecraft/minecraft/net/minecraft/world	line 109	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 38	Java Problem
Unnecessary @SuppressWarnings("unchecked")	ObfuscationReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/common	line 31	Java Problem
Unnecessary @SuppressWarnings("unchecked")	ObfuscationReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/common	line 56	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 57	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 39	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 39	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 38	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 29	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 29	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieceWeight2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdRoomCrossing.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 34	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdRoomCrossing.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 41	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockCloth.java	/Minecraft/minecraft/net/minecraft/block	line 62	Java Problem
The import cpw.mods.fml.client.TextureFXManager is never used	RenderingRegistry.java	/Minecraft/minecraft/cpw/mods/fml/client/registry	line 28	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCrossing2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockCloth.java	/Minecraft/minecraft/net/minecraft/block	line 66	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCrossing2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 30	Java Problem
The import cpw.mods.fml.common.versioning.ArtifactVersion is never used	GuiWrongMinecraft.java	/Minecraft/minecraft/cpw/mods/fml/client	line 18	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEffectDuration.java	/Minecraft/minecraft/net/minecraft/entity	line 6	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	TimerTaskMcoServerListUpdateComparator.java	/Minecraft/minecraft/net/minecraft/client/mco	line 8	Java Problem
The value of the field NetServerHandler.field_72584_h is not used	NetServerHandler.java	/Minecraft/minecraft/net/minecraft/network	line 96	Java Problem
The import net.minecraftforge.event.entity.player.PlayerInteractEvent.Action is never used	NetServerHandler.java	/Minecraft/minecraft/net/minecraft/network	line 73	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NetServerHandler.java	/Minecraft/minecraft/net/minecraft/network	line 1078	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	NetServerHandler.java	/Minecraft/minecraft/net/minecraft/network	line 916	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	NetServerHandler.java	/Minecraft/minecraft/net/minecraft/network	line 912	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	NetServerHandler.java	/Minecraft/minecraft/net/minecraft/network	line 912	Java Problem
The import cpw.mods.fml.common.registry.GameRegistry is never used	FMLServerHandler.java	/Minecraft/minecraft/cpw/mods/fml/server	line 36	Java Problem
Comparable is a raw type. References to generic type Comparable<T> should be parameterized	ProfilerResult.java	/Minecraft/minecraft/net/minecraft/profiler	line 6	Java Problem
The import net.minecraftforge.event.terraingen.OreGenEvent.GenerateMinable is never used	TerrainGen.java	/Minecraft/minecraft/net/minecraftforge/event/terraingen	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenForest.java	/Minecraft/minecraft/net/minecraft/world/biome	line 12	Java Problem
The import net.minecraft.world.World is never used	FMLServerHandler.java	/Minecraft/minecraft/cpw/mods/fml/server	line 26	Java Problem
The import cpw.mods.fml.common.ObfuscationReflectionHelper is never used	FMLServerHandler.java	/Minecraft/minecraft/cpw/mods/fml/server	line 30	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 119	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 127	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 221	Java Problem
The method convertAudioBytes(byte[], boolean) from the type CodecIBXM is never used locally	CodecIBXM.java	/Minecraft/minecraft/paulscode/sound/codecs	line 540	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 230	Java Problem
The method trimArray(byte[], int) from the type CodecIBXM is never used locally	CodecIBXM.java	/Minecraft/minecraft/paulscode/sound/codecs	line 496	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 387	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 433	Java Problem
The import java.awt.Dimension is never used	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 8	Java Problem
The import cpw.mods.fml.common.WrongMinecraftVersionException is never used	GuiCustomModLoadingErrorScreen.java	/Minecraft/minecraft/cpw/mods/fml/client	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockWoodSlab.java	/Minecraft/minecraft/net/minecraft/block	line 69	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 36	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWoodSlab.java	/Minecraft/minecraft/net/minecraft/block	line 75	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 36	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 39	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 39	Java Problem
The import cpw.mods.fml.common.Loader is never used	GuiCustomModLoadingErrorScreen.java	/Minecraft/minecraft/cpw/mods/fml/client	line 16	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 48	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 48	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 2407	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1658	Java Problem
The value of the local variable tessellator is not used	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1616	Java Problem
The value of the local variable random is not used	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 2159	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1803	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1529	Java Problem
Type safety: Unchecked invocation sort(ArrayList, RenderSorter) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1529	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1589	Java Problem
Type safety: The expression of type RenderSorter needs unchecked conversion to conform to Comparator<? super Object>	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1529	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1513	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 430	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1458	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 258	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1518	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 639	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1517	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 611	Java Problem
Type safety: The expression of type EntitySorter needs unchecked conversion to conform to Comparator<? super WorldRenderer>	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 682	Java Problem
Type safety: Unchecked invocation sort(WorldRenderer[], EntitySorter) of the generic method sort(T[], Comparator<? super T>) of type Arrays	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 682	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 936	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 871	Java Problem
Type safety: The expression of type EntitySorter needs unchecked conversion to conform to Comparator<? super WorldRenderer>	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 436	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 478	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 70	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 629	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 70	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 650	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 217	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 183	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 223	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 183	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 227	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 423	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 244	Java Problem
Type safety: Unchecked invocation sort(WorldRenderer[], EntitySorter) of the generic method sort(T[], Comparator<? super T>) of type Arrays	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 436	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 249	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 79	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 137	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 137	Java Problem
The value of the field RenderGlobal.dummyRenderInt is not used	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 177	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 74	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 74	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 79	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdPrison.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 12	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 29	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdPrison.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 41	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 57	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 57	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 109	Java Problem
The value of the field ModLoaderModContainer.sourceType is not used	ModLoaderModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 77	Java Problem
The value of the field ModLoaderModContainer.sidedProxy is not used	ModLoaderModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 79	Java Problem
The value of the field ModLoaderModContainer.bus is not used	ModLoaderModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 84	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 32	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 29	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 15	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 12	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 12	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityDragon.java	/Minecraft/minecraft/net/minecraft/entity/boss	line 412	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityDragon.java	/Minecraft/minecraft/net/minecraft/entity/boss	line 415	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 35	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet20NamedEntitySpawn.java	/Minecraft/minecraft/net/minecraft/network/packet	line 107	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockEndPortal.java	/Minecraft/minecraft/net/minecraft/block	line 61	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StructureMineshaftPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 62	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 15	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureMineshaftPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 50	Java Problem
The value of the local variable object is not used	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 24	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet20NamedEntitySpawn.java	/Minecraft/minecraft/net/minecraft/network/packet	line 40	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 30	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureMineshaftPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 74	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 31	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureMineshaftPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 14	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 251	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 176	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 151	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 121	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 113	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 101	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 57	Java Problem
The value of the field LanServer.timeLastSeen is not used	LanServer.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 14	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenMineshaft.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 16	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapGenMineshaft.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 14	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenMineshaft.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenMineshaft.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 175	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityDragon.java	/Minecraft/minecraft/net/minecraft/entity/boss	line 440	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 176	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityDragon.java	/Minecraft/minecraft/net/minecraft/entity/boss	line 436	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityDragon.java	/Minecraft/minecraft/net/minecraft/entity/boss	line 459	Java Problem
The value of the local variable flag is not used	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 144	Java Problem
The value of the local variable k is not used	WeightedRandomChestContent.java	/Minecraft/minecraft/net/minecraft/util	line 46	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 173	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 173	Java Problem
The import net.minecraftforge.common.DungeonHooks is never used	WeightedRandomChestContent.java	/Minecraft/minecraft/net/minecraft/util	line 8	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CrashReport.java	/Minecraft/minecraft/net/minecraft/crash	line 29	Java Problem
Type safety: Unchecked cast from BaseModProxy to A	ModLoaderModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 364	Java Problem
The import cpw.mods.fml.common.FMLLog is never used	WeightedRandomChestContent.java	/Minecraft/minecraft/net/minecraft/util	line 9	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 174	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 36	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CrashReport.java	/Minecraft/minecraft/net/minecraft/crash	line 107	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ContainerEnchantment.java	/Minecraft/minecraft/net/minecraft/inventory	line 164	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CrashReport.java	/Minecraft/minecraft/net/minecraft/crash	line 29	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 73	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 133	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CrashReport.java	/Minecraft/minecraft/net/minecraft/crash	line 284	Java Problem
The import cpw.mods.fml.relauncher.Side is never used	TexturedQuad.java	/Minecraft/minecraft/net/minecraft/client/model	line 3	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 65	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 208	Java Problem
The import cpw.mods.fml.relauncher.SideOnly is never used	TexturedQuad.java	/Minecraft/minecraft/net/minecraft/client/model	line 4	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 53	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 208	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 72	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 203	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 71	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 192	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 74	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 191	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 179	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 76	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 134	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 75	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 77	Java Problem
The import net.minecraft.entity.item.EntityItem is never used	EntitySheep.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 19	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 287	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 287	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 320	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 330	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EmptyChunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 178	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EmptyChunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 173	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EmptyChunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 178	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 47	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<? extends Object>	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 29	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 63	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 14	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 14	Java Problem
Type safety: Unchecked invocation unmodifiableList(ArrayList) of the generic method unmodifiableList(List<? extends T>) of type Collections	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 29	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 27	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldEvent.java	/Minecraft/minecraft/net/minecraftforge/event/world	line 49	Java Problem
Type safety: Unchecked cast from List to List<SpawnListEntry>	WorldEvent.java	/Minecraft/minecraft/net/minecraftforge/event/world	line 58	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 173	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 173	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 171	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 171	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 285	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 199	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 183	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 174	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 75	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 162	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 156	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 143	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 84	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 133	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 133	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 134	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 141	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 124	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 125	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 125	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 129	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 165	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 172	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 176	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 176	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 143	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 147	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 150	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 165	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 273	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 268	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 218	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 209	Java Problem
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 237	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 236	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	SpawnListEntry.java	/Minecraft/minecraft/net/minecraft/world/biome	line 12	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 17	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	SpawnListEntry.java	/Minecraft/minecraft/net/minecraft/world/biome	line 8	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiLanguage.java	/Minecraft/minecraft/net/minecraft/client/gui	line 41	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemFirework.java	/Minecraft/minecraft/net/minecraft/item	line 50	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ItemFirework.java	/Minecraft/minecraft/net/minecraft/item	line 70	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFirework.java	/Minecraft/minecraft/net/minecraft/item	line 60	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ItemFirework.java	/Minecraft/minecraft/net/minecraft/item	line 70	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemFirework.java	/Minecraft/minecraft/net/minecraft/item	line 77	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFirework.java	/Minecraft/minecraft/net/minecraft/item	line 80	Java Problem
The import java.util.List is never used	FMLFingerprintViolationEvent.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 16	Java Problem
Type safety: Unchecked cast from Object to ArrayList<ItemStack>	ShapedOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 220	Java Problem
The serializable class DuplicateModsFoundException does not declare a static final serialVersionUID field of type long	DuplicateModsFoundException.java	/Minecraft/minecraft/cpw/mods/fml/common	line 20	Java Problem
The import java.util.List is never used	DuplicateModsFoundException.java	/Minecraft/minecraft/cpw/mods/fml/common	line 16	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockAnvil.java	/Minecraft/minecraft/net/minecraft/block	line 173	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockAnvil.java	/Minecraft/minecraft/net/minecraft/block	line 174	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockAnvil.java	/Minecraft/minecraft/net/minecraft/block	line 175	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockAnvil.java	/Minecraft/minecraft/net/minecraft/block	line 171	Java Problem
The import cpw.mods.fml.common.LoaderState is never used	FMLServerStoppedEvent.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 15	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 14	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 15	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 14	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 16	Java Problem
The import cpw.mods.fml.common.FMLLog is never used	BaseMod.java	/Minecraft/minecraft/net/minecraft/src	line 41	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 15	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemDye.java	/Minecraft/minecraft/net/minecraft/item	line 385	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemDye.java	/Minecraft/minecraft/net/minecraft/item	line 381	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 16	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 19	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 40	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 48	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 11	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 192	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 48	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 195	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 44	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 29	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 243	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 45	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 29	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 251	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 252	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 260	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 49	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 261	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 344	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 55	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 58	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 63	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 75	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 58	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 75	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 58	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 71	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemAppleGold.java	/Minecraft/minecraft/net/minecraft/item	line 58	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 85	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 76	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemAppleGold.java	/Minecraft/minecraft/net/minecraft/item	line 60	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 181	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 67	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemAppleGold.java	/Minecraft/minecraft/net/minecraft/item	line 61	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 187	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 68	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 191	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 84	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 84	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 82	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableCrashMemoryReport.java	/Minecraft/minecraft/net/minecraft/crash	line 6	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 76	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 94	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 71	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 89	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 45	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 89	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 85	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 92	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 102	Java Problem
Type safety: The expression of type ComparatorClassSorter needs unchecked conversion to conform to Comparator<? super Object>	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 40	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 346	Java Problem
Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<? super Object>	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 98	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 40	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 345	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 98	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 45	Java Problem
Type safety: Unchecked invocation sort(ArrayList, Comparator) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 98	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 41	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 122	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 38	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 114	Java Problem
Vector is a raw type. References to generic type Vector<E> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 29	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 114	Java Problem
Type safety: Unchecked invocation sort(ArrayList, ComparatorClassSorter) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 40	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 107	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 38	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelGamemode.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ScoreObjectiveCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 9	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ScoreObjectiveCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillageSiege.java	/Minecraft/minecraft/net/minecraft/village	line 112	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ScoreObjectiveCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 9	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageSiege.java	/Minecraft/minecraft/net/minecraft/village	line 113	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageSiege.java	/Minecraft/minecraft/net/minecraft/village	line 135	Java Problem
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized	TexturePackCustom.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 92	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 268	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 257	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 271	Java Problem
Iterable is a raw type. References to generic type Iterable<T> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 268	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 272	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 271	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 280	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 27	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 227	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 43	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 244	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 229	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 247	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 247	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 35	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 72	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 35	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 75	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 76	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 73	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 74	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 79	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 80	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 77	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 78	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 100	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 190	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 81	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 93	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MinecraftFakeLauncher.java	/Minecraft/minecraft/net/minecraft/client	line 17	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MinecraftFakeLauncher.java	/Minecraft/minecraft/net/minecraft/client	line 15	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSleepMP.java	/Minecraft/minecraft/net/minecraft/client/gui	line 19	Java Problem
The serializable class MinecraftFakeLauncher does not declare a static final serialVersionUID field of type long	MinecraftFakeLauncher.java	/Minecraft/minecraft/net/minecraft/client	line 12	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 84	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 94	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 82	Java Problem
The import net.minecraftforge.event.entity.EntityEvent is never used	ItemExpireEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/item	line 5	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 84	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 108	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandXP.java	/Minecraft/minecraft/net/minecraft/command	line 91	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 109	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 33	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 258	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 258	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLvl1.java	/Minecraft/minecraft/net/minecraft/world	line 6	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 259	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type AbstractSet. References to generic type AbstractSet<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 260	Java Problem
The value of the field EnumChatFormatting.field_96330_y is not used	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 35	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 159	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 34	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 159	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 34	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 160	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 33	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 212	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 88	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 89	Java Problem
The value of the field WorldRenderer.bytesDrawn is not used	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 92	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 94	Java Problem
The import net.minecraftforge.client.ForgeHooksClient is never used	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 20	Java Problem
The import net.minecraft.src.BaseMod is never used	ASMModParser.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 88	Java Problem
The import net.minecraft.world.World is never used	EntityEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity	line 4	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet104WindowItems.java	/Minecraft/minecraft/net/minecraft/network/packet	line 21	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 263	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type AbstractSet. References to generic type AbstractSet<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 262	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 261	Java Problem
The value of the field NpcMerchant.theMerchantInventory is not used	NpcMerchant.java	/Minecraft/minecraft/net/minecraft/entity	line 14	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerPardonIp.java	/Minecraft/minecraft/net/minecraft/command	line 60	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor4.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor4.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
The serializable class WrongUsageException does not declare a static final serialVersionUID field of type long	WrongUsageException.java	/Minecraft/minecraft/net/minecraft/command	line 3	Java Problem
The value of the field EnumFacing.order_b is not used	EnumFacing.java	/Minecraft/minecraft/net/minecraft/util	line 16	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 75	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 72	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 68	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 26	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 88	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 83	Java Problem
The value of the field WorldSpecificSaveHandler.world is not used	WorldSpecificSaveHandler.java	/Minecraft/minecraft/net/minecraftforge/common	line 18	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 77	Java Problem
Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 77	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 26	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 25	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 25	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 145	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 146	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 139	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 140	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 179	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 195	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 146	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 159	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 110	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 115	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 99	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 103	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 132	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 34	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 132	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 34	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 120	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 34	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 130	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 34	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 59	Java Problem
Type safety: The method isAnnotationPresent(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 62	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 46	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 49	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 43	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EffectRenderer.java	/Minecraft/minecraft/net/minecraft/client/particle	line 23	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 45	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EffectRenderer.java	/Minecraft/minecraft/net/minecraft/client/particle	line 53	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EffectRenderer.java	/Minecraft/minecraft/net/minecraft/client/particle	line 40	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEffectIsAmbient.java	/Minecraft/minecraft/net/minecraft/entity	line 6	Java Problem
The value of the local variable flag2 is not used	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 2267	Java Problem
Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 2622	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 2257	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 2015	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 758	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 648	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockPane.java	/Minecraft/minecraft/net/minecraft/block	line 91	Java Problem
The value of the field Entity.persistentID is not used	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 244	Java Problem
The import com.google.common.collect.SetMultimap is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 24	Java Problem
The import net.minecraft.src.BaseMod is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 32	Java Problem
The import com.google.common.collect.HashMultimap is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 21	Java Problem
The import com.google.common.collect.ListMultimap is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 22	Java Problem
The import java.util.concurrent.Callable is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 18	Java Problem
The import com.google.common.collect.ArrayListMultimap is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 20	Java Problem
The import java.util.HashMap is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 16	Java Problem
The serializable class ReportedException does not declare a static final serialVersionUID field of type long	ReportedException.java	/Minecraft/minecraft/net/minecraft/util	line 5	Java Problem
The import cpw.mods.fml.common.registry.VillagerRegistry.IVillageTradeHandler is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 49	Java Problem
The import cpw.mods.fml.common.network.IGuiHandler is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 44	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerBan.java	/Minecraft/minecraft/net/minecraft/command	line 67	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 283	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 145	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 144	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 143	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 142	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 141	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 140	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Comparable<? super Comparable<? super T>>>	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 106	Java Problem
Type safety: Unchecked invocation sort(List) of the generic method sort(List<T>) of type Collections	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 106	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 40	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BlockChest.java	/Minecraft/minecraft/net/minecraft/block	line 547	Java Problem
The value of the local variable flag is not used	BlockChest.java	/Minecraft/minecraft/net/minecraft/block	line 210	Java Problem
The value of the local variable flag1 is not used	BlockChest.java	/Minecraft/minecraft/net/minecraft/block	line 213	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandDebug.java	/Minecraft/minecraft/net/minecraft/command	line 101	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandDebug.java	/Minecraft/minecraft/net/minecraft/command	line 157	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 539	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 132	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 131	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 130	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 129	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 128	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 127	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 126	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 78	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageHall.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdStraight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 42	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdStraight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 27	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelGeneratorOptions.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapItemRenderer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 101	Java Problem
The value of the field MapItemRenderer.fontRenderer is not used	MapItemRenderer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureNetherBridgePieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 12	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureNetherBridgePieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 36	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureNetherBridgePieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 6	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 32	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapGenVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 29	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityArrow.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 254	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RegionFileCache.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 49	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RegionFileCache.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 39	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RegionFileCache.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 14	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockFence.java	/Minecraft/minecraft/net/minecraft/block	line 29	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RegionFileCache.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWood.java	/Minecraft/minecraft/net/minecraft/block	line 58	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWood.java	/Minecraft/minecraft/net/minecraft/block	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWood.java	/Minecraft/minecraft/net/minecraft/block	line 59	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ContainerRepair.java	/Minecraft/minecraft/net/minecraft/inventory	line 109	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ContainerRepair.java	/Minecraft/minecraft/net/minecraft/inventory	line 100	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ContainerRepair.java	/Minecraft/minecraft/net/minecraft/inventory	line 196	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ContainerRepair.java	/Minecraft/minecraft/net/minecraft/inventory	line 166	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ContainerRepair.java	/Minecraft/minecraft/net/minecraft/inventory	line 216	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateFlatWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 49	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockWood.java	/Minecraft/minecraft/net/minecraft/block	line 54	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateFlatWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 50	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWood.java	/Minecraft/minecraft/net/minecraft/block	line 56	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateFlatWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 51	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateFlatWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 52	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateFlatWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 53	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateFlatWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 54	Java Problem
The import com.google.common.base.Suppliers is never used	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 37	Java Problem
The import net.minecraft.client is never used	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 26	Java Problem
The import cpw.mods.fml.client.FMLClientHandler is never used	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 47	Java Problem
The import com.google.common.collect.Iterators is never used	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 39	Java Problem
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map<Class<? extends Entity>,Render>	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 75	Java Problem
Type safety: Unchecked invocation newHashMap(Map) of the generic method newHashMap(Map<? extends K,? extends V>) of type Maps	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 75	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdLeftTurn.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 34	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdLeftTurn.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 22	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIMate.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 91	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIMate.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 88	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 181	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 110	Java Problem
The value of the local variable l is not used	WorldGenTallGrass.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 21	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 219	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 192	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 234	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 27	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 32	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 32	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 44	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 64	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 85	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 86	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 109	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 24	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 24	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 27	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 24	Java Problem
Type safety: The expression of type HashSet needs unchecked conversion to conform to Set<List>	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 24	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 25	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to ArrayList<LiquidContainerData>	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 25	Java Problem
Type safety: The expression of type HashSet needs unchecked conversion to conform to Set<List>	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 24	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockLog.java	/Minecraft/minecraft/net/minecraft/block	line 141	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLog.java	/Minecraft/minecraft/net/minecraft/block	line 145	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLog.java	/Minecraft/minecraft/net/minecraft/block	line 146	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLog.java	/Minecraft/minecraft/net/minecraft/block	line 143	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLog.java	/Minecraft/minecraft/net/minecraft/block	line 144	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 41	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemMap.java	/Minecraft/minecraft/net/minecraft/item	line 341	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 75	Java Problem
The value of the field GuiIngameMenu.updateCounter2 is not used	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 15	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 47	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemMap.java	/Minecraft/minecraft/net/minecraft/item	line 349	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 71	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 63	Java Problem
The value of the local variable flag2 is not used	ItemMap.java	/Minecraft/minecraft/net/minecraft/item	line 175	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 24	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 36	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 24	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 35	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 30	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 28	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	ScoreComparator.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 5	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 30	Java Problem
The value of the field GuiIngameMenu.updateCounter is not used	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 13	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 13	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 40	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 39	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 38	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 70	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemMap.java	/Minecraft/minecraft/net/minecraft/item	line 353	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemMap.java	/Minecraft/minecraft/net/minecraft/item	line 354	Java Problem
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map<List,LiquidContainerData>	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillagePathGen.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 89	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillagePathGen.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 24	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 22	Java Problem
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends Class<? extends Entity>,? extends Render>	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 88	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 21	Java Problem
Type safety: The expression of type MapDifference needs unchecked conversion to conform to MapDifference<Class<? extends Entity>,Render>	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 88	Java Problem
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map<List,LiquidContainerData>	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 21	Java Problem
Type safety: Unchecked invocation difference(Map, Map<Class<? extends Entity>,Render>, Equivalence<Object>) of the generic method difference(Map<? extends K,? extends V>, Map<? extends K,? extends V>, Equivalence<? super V>) of type Maps	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 88	Java Problem
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends Class<? extends Entity>,? extends Render>	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 75	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 89	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 69	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 90	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemBoat.java	/Minecraft/minecraft/net/minecraft/item	line 56	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLvl3.java	/Minecraft/minecraft/net/minecraft/world	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CommandServerOp.java	/Minecraft/minecraft/net/minecraft/command	line 58	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandServerOp.java	/Minecraft/minecraft/net/minecraft/command	line 48	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandServerOp.java	/Minecraft/minecraft/net/minecraft/command	line 48	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerOp.java	/Minecraft/minecraft/net/minecraft/command	line 43	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelTime.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 24	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 27	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 24	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableOSInfo.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockHalfSlab.java	/Minecraft/minecraft/net/minecraft/block	line 78	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 73	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 85	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 64	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 68	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 30	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 51	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 27	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 30	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 72	Java Problem
The value of the local variable flag is not used	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 84	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 98	Java Problem
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 29	Java Problem
The import net.minecraft.item.Item is never used	BlockTallGrass.java	/Minecraft/minecraft/net/minecraft/block	line 13	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 48	Java Problem
The import net.minecraft.stats.StatList is never used	BlockTallGrass.java	/Minecraft/minecraft/net/minecraft/block	line 15	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelSpawnLocation.java	/Minecraft/minecraft/net/minecraft/world/storage	line 6	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockTallGrass.java	/Minecraft/minecraft/net/minecraft/block	line 121	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockTallGrass.java	/Minecraft/minecraft/net/minecraft/block	line 125	Java Problem
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureVillageStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 43	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureVillageStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureVillageStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureVillageStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureVillageStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CreativeCrafting.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 21	Java Problem
The import net.minecraftforge.common.ForgeDirection is never used	BlockTorch.java	/Minecraft/minecraft/net/minecraft/block	line 13	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumHelper.java	/Minecraft/minecraft/net/minecraftforge/common	line 35	Java Problem
The import cpw.mods.fml.common.FMLCommonHandler is never used	EnumHelper.java	/Minecraft/minecraft/net/minecraftforge/common	line 6	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumHelper.java	/Minecraft/minecraft/net/minecraftforge/common	line 191	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumHelper.java	/Minecraft/minecraft/net/minecraftforge/common	line 68	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumHelper.java	/Minecraft/minecraft/net/minecraftforge/common	line 193	Java Problem
The value of the field Channel.fine_tune is not used	Channel.java	/Minecraft/minecraft/ibxm	line 13	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableClientMemoryStats.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
The value of the field ChatClickData.fontR is not used	ChatClickData.java	/Minecraft/minecraft/net/minecraft/client/gui	line 16	Java Problem
The value of the field ChatClickData.field_78312_d is not used	ChatClickData.java	/Minecraft/minecraft/net/minecraft/client/gui	line 18	Java Problem
The value of the field ChatClickData.field_78313_e is not used	ChatClickData.java	/Minecraft/minecraft/net/minecraft/client/gui	line 19	Java Problem
The value of the local variable j1 is not used	RConThreadClient.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 97	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdChestCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 31	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdChestCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 36	Java Problem
The serializable class ExceptionRetryCall does not declare a static final serialVersionUID field of type long	ExceptionRetryCall.java	/Minecraft/minecraft/net/minecraft/client/mco	line 7	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerInstance.java	/Minecraft/minecraft/net/minecraft/server/management	line 211	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapInfo.java	/Minecraft/minecraft/net/minecraft/world/storage	line 73	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerInstance.java	/Minecraft/minecraft/net/minecraft/server/management	line 84	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerInstance.java	/Minecraft/minecraft/net/minecraft/server/management	line 51	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerInstance.java	/Minecraft/minecraft/net/minecraft/server/management	line 50	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PlayerInstance.java	/Minecraft/minecraft/net/minecraft/server/management	line 32	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerInstance.java	/Minecraft/minecraft/net/minecraft/server/management	line 19	Java Problem
The import cpw.mods.fml.common.registry.GameRegistry is never used	FMLDummyContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 30	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 116	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 115	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 115	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 115	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 179	Java Problem
The value of the local variable object is not used	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 174	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 116	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 116	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 283	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 282	Java Problem
The value of the local variable object is not used	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 255	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 254	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableMinecraftVersion.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 354	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 59	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 62	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 21	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 21	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableIsFeatureChunk.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 5	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 29	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 114	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 39	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 114	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 63	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 65	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 67	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 114	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 67	Java Problem
The value of the field ModAnnotationVisitor.name is not used	ModAnnotationVisitor.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 22	Java Problem
The import com.google.common.collect.Lists is never used	ModSorter.java	/Minecraft/minecraft/cpw/mods/fml/common/toposort	line 19	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableScreenSize.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 9	Java Problem
The import net.minecraftforge.common.ForgeHooks is never used	ItemInWorldManager.java	/Minecraft/minecraft/net/minecraft/item	line 11	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 366	Java Problem
The value of the local variable sequence_length is not used	ScreamTracker3.java	/Minecraft/minecraft/ibxm	line 62	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 122	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 160	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 183	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 227	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 287	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 312	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 319	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 355	Java Problem
The import org.lwjgl.opengl.Display is never used	MinecraftForgeClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 8	Java Problem
The import net.minecraft.block.Block is never used	MinecraftForgeClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 10	Java Problem
The import net.minecraft.entity.Entity is never used	MinecraftForgeClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 11	Java Problem
The import net.minecraft.client.renderer.RenderBlocks is never used	MinecraftForgeClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 14	Java Problem
The import net.minecraft.world.World is never used	MinecraftForgeClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 15	Java Problem
The import net.minecraftforge.common.MinecraftForge is never used	MinecraftForgeClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 17	Java Problem
The serializable class NumberInvalidException does not declare a static final serialVersionUID field of type long	NumberInvalidException.java	/Minecraft/minecraft/net/minecraft/command	line 3	Java Problem
The value of the field FMLPacket.type is not used	FMLPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 111	Java Problem
The value of the field EntityPlayerSP.field_71160_ci is not used	EntityPlayerSP.java	/Minecraft/minecraft/net/minecraft/client/entity	line 70	Java Problem
The value of the field EntityPlayerSP.field_71161_cj is not used	EntityPlayerSP.java	/Minecraft/minecraft/net/minecraft/client/entity	line 71	Java Problem
The value of the field EntityPlayerSP.field_71162_ch is not used	EntityPlayerSP.java	/Minecraft/minecraft/net/minecraft/client/entity	line 69	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntitySenses.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 13	Java Problem
Comparable is a raw type. References to generic type Comparable<T> should be parameterized	NextTickListEntry.java	/Minecraft/minecraft/net/minecraft/world	line 5	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntitySenses.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 16	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntitySenses.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 53	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntitySenses.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntitySenses.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 16	Java Problem
The import cpw.mods.fml.client.modloader.ModLoaderKeyBindingHandler is never used	ModLoader.java	/Minecraft/minecraft/net/minecraft/src	line 60	Java Problem
The import cpw.mods.fml.client.registry.KeyBindingRegistry is never used	ModLoader.java	/Minecraft/minecraft/net/minecraft/src	line 62	Java Problem
The import cpw.mods.fml.server.FMLServerHandler is never used	ModLoader.java	/Minecraft/minecraft/net/minecraft/src	line 77	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntitySenses.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 57	Java Problem
The method registerBlock(Block) from the type GameRegistry is deprecated	ModLoader.java	/Minecraft/minecraft/net/minecraft/src	line 632	Java Problem
The method registerBlock(Block, Class<? extends ItemBlock>) from the type GameRegistry is deprecated	ModLoader.java	/Minecraft/minecraft/net/minecraft/src	line 643	Java Problem
The value of the field BlockFire.abilityToCatchFire is not used	BlockFire.java	/Minecraft/minecraft/net/minecraft/block	line 26	Java Problem
The method tryToCatchBlockOnFire(World, int, int, int, int, Random, int) from the type BlockFire is never used locally	BlockFire.java	/Minecraft/minecraft/net/minecraft/block	line 232	Java Problem
The import net.minecraft.world.WorldProviderEnd is never used	BlockFire.java	/Minecraft/minecraft/net/minecraft/block	line 12	Java Problem
The value of the field BlockFire.chanceToEncourageFire is not used	BlockFire.java	/Minecraft/minecraft/net/minecraft/block	line 20	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableGLInfo.java	/Minecraft/minecraft/net/minecraft/client	line 9	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdPortalRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdPortalRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 31	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 35	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 38	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 46	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 21	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 21	Java Problem
The value of the field ItemSeeds.soilBlockID is not used	ItemSeeds.java	/Minecraft/minecraft/net/minecraft/item	line 20	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiEditSign.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 51	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BlockPressurePlate.java	/Minecraft/minecraft/net/minecraft/block	line 63	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockPressurePlate.java	/Minecraft/minecraft/net/minecraft/block	line 44	Java Problem
The serializable class ExceptionMcoHttp does not declare a static final serialVersionUID field of type long	ExceptionMcoHttp.java	/Minecraft/minecraft/net/minecraft/client/mco	line 7	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ICommandManager.java	/Minecraft/minecraft/net/minecraft/command	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ICommandManager.java	/Minecraft/minecraft/net/minecraft/command	line 13	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 85	Java Problem
The value of the local variable flag1 is not used	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 137	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerKick.java	/Minecraft/minecraft/net/minecraft/command	line 68	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 22	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 92	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ICommandManager.java	/Minecraft/minecraft/net/minecraft/command	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 109	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 61	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 72	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 24	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 42	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 24	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMerchant.java	/Minecraft/minecraft/net/minecraft/client/gui	line 47	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMerchant.java	/Minecraft/minecraft/net/minecraft/client/gui	line 46	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NetLoginHandler.java	/Minecraft/minecraft/net/minecraft/network	line 222	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	NetLoginHandler.java	/Minecraft/minecraft/net/minecraft/network	line 219	Java Problem
The value of the field ChestGenHooks.category is not used	ChestGenHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 152	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiVideoSettings.java	/Minecraft/minecraft/net/minecraft/client/gui	line 76	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiVideoSettings.java	/Minecraft/minecraft/net/minecraft/client/gui	line 72	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiVideoSettings.java	/Minecraft/minecraft/net/minecraft/client/gui	line 43	Java Problem
The value of the field ReflectionHelper.UnableToFindFieldException.fieldNameList is not used	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 63	Java Problem
The serializable class UnableToFindFieldException does not declare a static final serialVersionUID field of type long	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 61	Java Problem
Type safety: Unchecked cast from Class<capture#6-of ?> to Class<? super Object>	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 151	Java Problem
The value of the field ReflectionHelper.UnableToFindClassException.classNames is not used	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 39	Java Problem
The serializable class UnableToFindClassException does not declare a static final serialVersionUID field of type long	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 37	Java Problem
The value of the field ReflectionHelper.UnableToAccessFieldException.fieldNameList is not used	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 52	Java Problem
The serializable class UnableToAccessFieldException does not declare a static final serialVersionUID field of type long	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 49	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ShapelessRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	IChunkProvider.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 56	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 34	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ShapelessRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 16	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ShapelessRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 45	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 34	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 34	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableType.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 5	Java Problem
The serializable class SyntaxErrorException does not declare a static final serialVersionUID field of type long	SyntaxErrorException.java	/Minecraft/minecraft/net/minecraft/command	line 3	Java Problem
The import java.io.InputStream is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 17	Java Problem
The import java.nio.charset.Charset is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 80	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TimerTaskMcoServerListUpdate.java	/Minecraft/minecraft/net/minecraft/client/mco	line 35	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 80	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 81	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 81	Java Problem
The import com.google.common.collect.ArrayListMultimap is never used	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 6	Java Problem
Type safety: The expression of type TimerTaskMcoServerListUpdateComparator needs unchecked conversion to conform to Comparator<? super Object>	TimerTaskMcoServerListUpdate.java	/Minecraft/minecraft/net/minecraft/client/mco	line 51	Java Problem
The import com.google.common.collect.ListMultimap is never used	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 7	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>	TimerTaskMcoServerListUpdate.java	/Minecraft/minecraft/net/minecraft/client/mco	line 51	Java Problem
The import cpw.mods.fml.common.FMLLog is never used	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 9	Java Problem
Type safety: Unchecked invocation sort(List, TimerTaskMcoServerListUpdateComparator) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	TimerTaskMcoServerListUpdate.java	/Minecraft/minecraft/net/minecraft/client/mco	line 51	Java Problem
The import cpw.mods.fml.common.Loader is never used	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 10	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TimerTaskMcoServerListUpdate.java	/Minecraft/minecraft/net/minecraft/client/mco	line 49	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableBlockType.java	/Minecraft/minecraft/net/minecraft/crash	line 6	Java Problem
The import java.util.Map.Entry is never used	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 4	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 156	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 82	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 82	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 123	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 97	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeStairs.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
The value of the field ReflectionHelper.UnableToFindMethodException.methodNames is not used	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 27	Java Problem
The serializable class UnableToFindMethodException does not declare a static final serialVersionUID field of type long	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 25	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeStairs.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
The value of the local variable b0 is not used	EntityWolf.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 557	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	Score.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 8	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Score.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 88	Java Problem
The method getHelper() from the type TextureFXManager refers to the missing type TextureHelper	FMLRenderAccessLibrary.java	/Minecraft/minecraft/net/minecraft/src	line 77	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIFollowGolem.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 44	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIFollowGolem.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 36	Java Problem
The value of the local variable z is not used	RenderItem.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 246	Java Problem
The value of the local variable j is not used	RenderItem.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 234	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCrossing.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 30	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCrossing.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AchievementList.java	/Minecraft/minecraft/net/minecraft/stats	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	AchievementList.java	/Minecraft/minecraft/net/minecraft/stats	line 23	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 47	Java Problem
The value of the field UseHoeEvent.handeled is not used	UseHoeEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 29	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 47	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 59	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 70	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 73	Java Problem
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 130	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 230	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandSetSpawnpoint.java	/Minecraft/minecraft/net/minecraft/command	line 62	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiTexturePacks.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 96	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiTexturePacks.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 95	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 26	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 27	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 27	Java Problem
The value of the field GuiTexturePacks.field_96146_n is not used	GuiTexturePacks.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 31	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiTexturePacks.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 45	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiTexturePacks.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 46	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	GuiTexturePacks.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 94	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 148	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 142	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 55	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 54	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 167	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 167	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 162	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 154	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 185	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 171	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSandStone.java	/Minecraft/minecraft/net/minecraft/block	line 75	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSandStone.java	/Minecraft/minecraft/net/minecraft/block	line 74	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSandStone.java	/Minecraft/minecraft/net/minecraft/block	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureNetherBridgePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 72	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureNetherBridgePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureNetherBridgePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 26	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 26	Java Problem
The import com.google.common.collect.Lists is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 43	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DedicatedPlayerList.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 123	Java Problem
The import com.google.common.collect.Sets is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 45	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockSandStone.java	/Minecraft/minecraft/net/minecraft/block	line 71	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	DedicatedPlayerList.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 107	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DedicatedPlayerList.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 165	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	DedicatedPlayerList.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 149	Java Problem
The import java.util.HashMap is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 21	Java Problem
The import java.util.Set is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 24	Java Problem
The import com.google.common.collect.HashBiMap is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 37	Java Problem
The import com.google.common.collect.ListMultimap is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 42	Java Problem
The import java.util.UUID is never used	ForgeInternalHandler.java	/Minecraft/minecraft/net/minecraftforge/common	line 3	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CreativeTabTools.java	/Minecraft/minecraft/net/minecraft/creativetab	line 31	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ThreadStatSyncherSend.java	/Minecraft/minecraft/net/minecraft/stats	line 14	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ThreadStatSyncherSend.java	/Minecraft/minecraft/net/minecraft/stats	line 10	Java Problem
The value of the local variable d0 is not used	SoundUpdaterMinecart.java	/Minecraft/minecraft/net/minecraft/entity/item	line 48	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScrollingList.java	/Minecraft/minecraft/cpw/mods/fml/client	line 106	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 5	Java Problem
The value of the local variable flag3 is not used	GuiSlotServer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 177	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 287	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 133	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 129	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 61	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 25	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 25	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 60	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 52	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 30	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 30	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureComponent.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 36	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 18	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CreativeTabs.java	/Minecraft/minecraft/net/minecraft/creativetab	line 236	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CreativeTabs.java	/Minecraft/minecraft/net/minecraft/creativetab	line 213	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureComponent.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 60	Java Problem
The value of the field Render.modelBase is not used	Render.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 25	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureComponent.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 62	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 182	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 134	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 265	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 196	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 89	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 19	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 109	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 94	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 285	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 290	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 290	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 295	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 490	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 485	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 380	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CreativeTabs.java	/Minecraft/minecraft/net/minecraft/creativetab	line 166	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableBlockDataValue.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
Type safety: The method retainAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 124	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 132	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RecipesArmorDyes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 146	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RecipesArmorDyes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 47	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEffectID.java	/Minecraft/minecraft/net/minecraft/entity	line 6	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 180	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 184	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RecipesArmorDyes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 223	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 244	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 249	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 50	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 50	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 56	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 56	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 58	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 58	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockStairs.java	/Minecraft/minecraft/net/minecraft/block	line 356	Java Problem
The value of the local variable modCPT is not used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 974	Java Problem
The value of the local variable modTC is not used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 973	Java Problem
Type safety: The expression of type List[] needs unchecked conversion to conform to List<Entity>[]	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 904	Java Problem
The value of the local variable ticketChunkDepth is not used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 448	Java Problem
ImmutableSet is a raw type. References to generic type ImmutableSet<E> should be parameterized	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 336	Java Problem
The value of the field ForgeChunkManager.Ticket.entityClazz is not used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 193	Java Problem
The import net.minecraftforge.common.ForgeChunkManager.Ticket is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 57	Java Problem
The import net.minecraft.nbt.NBTBase is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 52	Java Problem
The import net.minecraft.entity.player.EntityPlayer is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 50	Java Problem
The import com.google.common.collect.TreeMultiset is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 39	Java Problem
The import com.google.common.collect.Multimaps is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 35	Java Problem
The import com.google.common.collect.Multiset is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 36	Java Problem
The import com.google.common.collect.ForwardingSet is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 22	Java Problem
The import com.google.common.collect.Lists is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 31	Java Problem
The import com.google.common.base.Supplier is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 16	Java Problem
The import com.google.common.base.Suppliers is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 17	Java Problem
The import java.util.HashSet is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 7	Java Problem
The import java.util.LinkedList is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 9	Java Problem
The import java.io.DataInputStream is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 3	Java Problem
The import java.io.FileInputStream is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 5	Java Problem
The value of the field ModMethodVisitor.inCode is not used	ModMethodVisitor.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 27	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet24MobSpawn.java	/Minecraft/minecraft/net/minecraft/network/packet	line 155	Java Problem
Type safety: Unchecked cast from Object to List<String>	ModMissingPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 51	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet24MobSpawn.java	/Minecraft/minecraft/net/minecraft/network/packet	line 45	Java Problem
Type safety: Unchecked cast from Object to List<String>	ModMissingPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 50	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BlockBed.java	/Minecraft/minecraft/net/minecraft/block	line 69	Java Problem
The value of the local variable l is not used	WorldGenShrub.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 20	Java Problem
The value of the field GameRuleValue.valueInteger is not used	GameRuleValue.java	/Minecraft/minecraft/net/minecraft/world	line 7	Java Problem
The value of the field GameRuleValue.valueDouble is not used	GameRuleValue.java	/Minecraft/minecraft/net/minecraft/world	line 8	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 82	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 81	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 99	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 98	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 473	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 104	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 78	Java Problem
The import net.minecraftforge.common.ForgeHooks is never used	SlotCrafting.java	/Minecraft/minecraft/net/minecraft/inventory	line 10	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 42	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 80	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 79	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSlotStatsItem.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSlotStatsItem.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 45	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiSlotStatsItem.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 22	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelDimension.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	EntitySorter.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 9	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureStrongholdStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureStrongholdStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEffectIsSplash.java	/Minecraft/minecraft/net/minecraft/entity	line 6	Java Problem
The value of the local variable flag is not used	GuiTextField.java	/Minecraft/minecraft/net/minecraft/client/gui	line 120	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumHelperClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 12	Java Problem
ThreadLocal is a raw type. References to generic type ThreadLocal<T> should be parameterized	AABBLocalPool.java	/Minecraft/minecraft/net/minecraft/util	line 3	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiBeacon.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 186	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiBeacon.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 108	Java Problem
The import net.minecraftforge.client.IItemRenderer.ItemRendererHelper is never used	ItemRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 30	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableChunkPosHash.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 6	Java Problem
The import net.minecraftforge.event.Event.HasResult is never used	LivingSpawnEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/living	line 6	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiBeacon.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 72	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiBeacon.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 93	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiBeacon.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 41	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiBeacon.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 42	Java Problem
The import net.minecraft.item.EnumArmorMaterial is never used	RenderBiped.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 12	Java Problem
The serializable class CanvasMojangLogo does not declare a static final serialVersionUID field of type long	CanvasMojangLogo.java	/Minecraft/minecraft/net/minecraft/client	line 14	Java Problem
The value of the field EntityClientPlayerMP.oldPosY is not used	EntityClientPlayerMP.java	/Minecraft/minecraft/net/minecraft/client/entity	line 34	Java Problem
The value of the field EntityClientPlayerMP.wasOnGround is not used	EntityClientPlayerMP.java	/Minecraft/minecraft/net/minecraft/client/entity	line 40	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCommandBlock.java	/Minecraft/minecraft/net/minecraft/client/gui	line 45	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCommandBlock.java	/Minecraft/minecraft/net/minecraft/client/gui	line 46	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerDeop.java	/Minecraft/minecraft/net/minecraft/command	line 42	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeNetherStalkRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 29	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeNetherStalkRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallablePacketID.java	/Minecraft/minecraft/net/minecraft/network	line 6	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockStoneBrick.java	/Minecraft/minecraft/net/minecraft/block	line 57	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 17	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 57	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 58	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 71	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 16	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockStoneBrick.java	/Minecraft/minecraft/net/minecraft/block	line 53	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 17	Java Problem
The import org.objectweb.asm.Opcodes is never used	DeobfuscationTransformer.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 17	Java Problem
The import org.objectweb.asm.tree.ClassNode is never used	DeobfuscationTransformer.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 40	Java Problem
The serializable class PanelCrashReport does not declare a static final serialVersionUID field of type long	PanelCrashReport.java	/Minecraft/minecraft/net/minecraft/client	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 39	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	SorterStatsBlock.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 11	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 81	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 84	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 56	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandDifficulty.java	/Minecraft/minecraft/net/minecraft/command	line 55	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 58	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 114	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 99	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 105	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Block.java	/Minecraft/minecraft/net/minecraft/block	line 1281	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Block.java	/Minecraft/minecraft/net/minecraft/block	line 1283	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Block.java	/Minecraft/minecraft/net/minecraft/block	line 563	Java Problem
The value of the local variable f is not used	Block.java	/Minecraft/minecraft/net/minecraft/block	line 690	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Block.java	/Minecraft/minecraft/net/minecraft/block	line 557	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MerchantRecipeList.java	/Minecraft/minecraft/net/minecraft/village	line 131	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MerchantRecipeList.java	/Minecraft/minecraft/net/minecraft/village	line 118	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MerchantRecipeList.java	/Minecraft/minecraft/net/minecraft/village	line 69	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MerchantRecipeList.java	/Minecraft/minecraft/net/minecraft/village	line 62	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MerchantRecipeList.java	/Minecraft/minecraft/net/minecraft/village	line 14	Java Problem
The serializable class MerchantRecipeList does not declare a static final serialVersionUID field of type long	MerchantRecipeList.java	/Minecraft/minecraft/net/minecraft/village	line 14	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderEnd.java	/Minecraft/minecraft/net/minecraft/world/gen	line 420	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 23	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieceWeight3.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 100	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableParticlePositionInfo.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 9	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 105	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 76	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 99	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 114	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 115	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Block.java	/Minecraft/minecraft/net/minecraft/block	line 1640	Java Problem
The value of the field LoadController.modList is not used	LoadController.java	/Minecraft/minecraft/cpw/mods/fml/common	line 48	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 166	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ThreadedFileIOBase.java	/Minecraft/minecraft/net/minecraft/world/storage	line 78	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEntityType.java	/Minecraft/minecraft/net/minecraft/entity	line 5	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 133	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 132	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	ThreadedFileIOBase.java	/Minecraft/minecraft/net/minecraft/world/storage	line 11	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 132	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ThreadedFileIOBase.java	/Minecraft/minecraft/net/minecraft/world/storage	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ThreadedFileIOBase.java	/Minecraft/minecraft/net/minecraft/world/storage	line 11	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BlockPressurePlateWeighted.java	/Minecraft/minecraft/net/minecraft/block	line 27	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	ThreadedFileIOBase.java	/Minecraft/minecraft/net/minecraft/world/storage	line 11	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 14	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 21	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 26	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 31	Java Problem
The value of the field GuiScreenResetWorld.field_96149_d is not used	GuiScreenResetWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 65	Java Problem
Type safety: Unchecked invocation sort(List, EntityAINearestAttackableTargetSorter) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 66	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 66	Java Problem
Type safety: The expression of type EntityAINearestAttackableTargetSorter needs unchecked conversion to conform to Comparator<? super Object>	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 66	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 67	Java Problem
The serializable class GuiStatsComponent does not declare a static final serialVersionUID field of type long	GuiStatsComponent.java	/Minecraft/minecraft/net/minecraft/server/gui	line 17	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 81	Java Problem
The value of the local variable object1 is not used	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 111	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 115	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 120	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 122	Java Problem
The value of the field ItemSeedFood.soilId is not used	ItemSeedFood.java	/Minecraft/minecraft/net/minecraft/item	line 16	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 122	Java Problem
The value of the local variable object is not used	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 123	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 128	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 21	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 79	Java Problem
The value of the local variable k1 is not used	BlockLever.java	/Minecraft/minecraft/net/minecraft/block	line 91	Java Problem
The value of the local variable flag9 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 139	Java Problem
The value of the local variable flag8 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 138	Java Problem
The value of the local variable flag7 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 137	Java Problem
The value of the local variable flag6 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 136	Java Problem
The value of the local variable flag5 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 135	Java Problem
The value of the local variable flag4 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 134	Java Problem
The value of the local variable flag3 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 84	Java Problem
The value of the local variable flag2 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 83	Java Problem
The value of the local variable flag1 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 82	Java Problem
The value of the local variable flag is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 81	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>	GuiSlotStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 255	Java Problem
Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<? super Object>	GuiSlotStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 255	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	GuiSlotStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 20	Java Problem
Type safety: Unchecked invocation sort(List, Comparator) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	GuiSlotStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 255	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSlotStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 19	Java Problem
The value of the field GuiScreenResetWorld.field_96153_n is not used	GuiScreenResetWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 17	Java Problem
The value of the field GuiScreenResetWorld.field_96154_o is not used	GuiScreenResetWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 18	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenResetWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 42	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenResetWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 43	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEntityName.java	/Minecraft/minecraft/net/minecraft/entity	line 5	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableMPL1.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 8	Java Problem
The static field Tessellator.shortBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 222	Java Problem
The static field Tessellator.shortBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 221	Java Problem
The static field Tessellator.useVBO should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 215	Java Problem
The static field Tessellator.floatBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 205	Java Problem
The static field Tessellator.useVBO should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 246	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 238	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 237	Java Problem
The static field Tessellator.useVBO should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 231	Java Problem
The static field Tessellator.vboCount should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 191	Java Problem
The static field Tessellator.useVBO should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 189	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 186	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 185	Java Problem
The static field Tessellator.floatBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 204	Java Problem
The static field Tessellator.useVBO should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 198	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 193	Java Problem
The static field Tessellator.vertexBuffers should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 192	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldChunkManagerHell.java	/Minecraft/minecraft/net/minecraft/world/biome	line 110	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldChunkManagerHell.java	/Minecraft/minecraft/net/minecraft/world/biome	line 102	Java Problem
The static field Tessellator.useVBO should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 259	Java Problem
The static field Tessellator.floatBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 265	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 252	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockEndPortalFrame.java	/Minecraft/minecraft/net/minecraft/block	line 87	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 253	Java Problem
The static field Tessellator.floatBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 266	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 323	Java Problem
The value of the field Tessellator.bufferSize is not used	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 136	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageHouse2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 27	Java Problem
The static field Tessellator.intBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 183	Java Problem
The static field Tessellator.intBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 184	Java Problem
The value of the field IntHashMap.versionStamp is not used	IntHashMap.java	/Minecraft/minecraft/net/minecraft/util	line 23	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	IntHashMap.java	/Minecraft/minecraft/net/minecraft/util	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdCrossing.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 65	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	IntHashMap.java	/Minecraft/minecraft/net/minecraft/util	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdCrossing.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 31	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	IntHashMap.java	/Minecraft/minecraft/net/minecraft/util	line 94	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	IntHashMap.java	/Minecraft/minecraft/net/minecraft/util	line 245	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeEntrance.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	RConThreadMain.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 78	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RConThreadMain.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 74	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RConThreadMain.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 66	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RConThreadMain.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 31	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RConThreadMain.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 101	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	RConThreadMain.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 78	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeEntrance.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CallableJVMFlags.java	/Minecraft/minecraft/net/minecraft/crash	line 28	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CallableJVMFlags.java	/Minecraft/minecraft/net/minecraft/crash	line 25	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableJVMFlags.java	/Minecraft/minecraft/net/minecraft/crash	line 9	Java Problem
The import net.minecraft.world.WorldServer is never used	ChunkWatchEvent.java	/Minecraft/minecraft/net/minecraftforge/event/world	line 6	Java Problem
The import net.minecraft.server.management.PlayerInstance is never used	ChunkWatchEvent.java	/Minecraft/minecraft/net/minecraftforge/event/world	line 5	Java Problem
The value of the local variable idx is not used	IBXM.java	/Minecraft/minecraft/ibxm	line 89	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 166	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 165	Java Problem
Type safety: Unchecked cast from Class<capture#22-of ? extends Entity> to Class<? extends EntityLiving>	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 284	Java Problem
Type safety: Unchecked cast from Object to Class<? extends Entity>	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 280	Java Problem
The import java.util.concurrent.Callable is never used	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 19	Java Problem
The import cpw.mods.fml.common.registry.EntityRegistry.EntityRegistration is never used	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 44	Java Problem
The import com.google.common.primitives.UnsignedInteger is never used	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 37	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends BiomeGenBase>	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 33	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemMonsterPlacer.java	/Minecraft/minecraft/net/minecraft/item	line 157	Java Problem
Type safety: Unchecked cast from Class<capture#27-of ? extends Entity> to Class<? extends EntityLiving>	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 312	Java Problem
The import com.google.common.collect.Lists is never used	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 15	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ItemMonsterPlacer.java	/Minecraft/minecraft/net/minecraft/item	line 152	Java Problem
Type safety: Unchecked cast from Object to Class<? extends Entity>	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 308	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends BiomeGenBase>	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemMonsterPlacer.java	/Minecraft/minecraft/net/minecraft/item	line 150	Java Problem
The import net.minecraft.world.gen.ChunkProviderGenerate is never used	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 9	Java Problem
The import net.minecraft.world.chunk.IChunkProvider is never used	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 10	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableStructureType.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 5	Java Problem
The import java.util.Arrays is never used	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 4	Java Problem
The import java.util.Set is never used	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 6	Java Problem
The import java.util.HashSet is never used	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 504	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 503	Java Problem
Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 525	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 524	Java Problem
The value of the local variable i is not used	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 331	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 270	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 333	Java Problem
The value of the local variable j is not used	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 332	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 218	Java Problem
TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 124	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 246	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 229	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 96	Java Problem
The value of the field LongHashMap.modCount is not used	LongHashMap.java	/Minecraft/minecraft/net/minecraft/util	line 22	Java Problem
TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 74	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 119	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 96	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 71	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 72	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 67	Java Problem
The value of the field RegionFile.lastModified is not used	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 26	Java Problem
The value of the field RegionFile.sizeDelta is not used	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 25	Java Problem
Resource leak: '<unassigned Closeable value>' is never closed	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 184	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 89	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 76	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 75	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 22	Java Problem
The value of the field RegionFile.fileName is not used	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiIngame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 571	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	GuiIngame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 664	Java Problem
The value of the local variable flag3 is not used	GuiIngame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 622	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiIngame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 683	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiIngame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 671	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 269	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 214	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 256	Java Problem
The value of the field Texture.textureType is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 23	Java Problem
The value of the field Texture.textureMinFilter is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 33	Java Problem
The value of the field Texture.textureMagFilter is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 34	Java Problem
The value of the field Texture.textureWrap is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 35	Java Problem
The value of the field Texture.mipmapActive is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 36	Java Problem
The value of the field Texture.transferred is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 39	Java Problem
The value of the local variable k is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 289	Java Problem
Type safety: Unchecked cast from Object to List<String>	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 136	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<ArtifactVersion>	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 112	Java Problem
Type safety: Unchecked invocation processReferences(Object, Class<ArrayList>) of the generic method processReferences(Object, Class<? extends T>) of type ModMetadata	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 112	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<ArtifactVersion>	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 111	Java Problem
Type safety: Unchecked invocation processReferences(Object, Class<ArrayList>) of the generic method processReferences(Object, Class<? extends T>) of type ModMetadata	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 111	Java Problem
The import cpw.mods.fml.client.TextureFXManager is never used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 3	Java Problem
The import net.minecraft.world.WorldProviderEnd is never used	AnvilSaveHandler.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 6	Java Problem
The import net.minecraft.world.WorldProviderHell is never used	AnvilSaveHandler.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 7	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 1036	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelWeather.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 1054	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenAddServer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 44	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenAddServer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 45	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenAddServer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 43	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 649	Java Problem
Type safety: Unchecked cast from Object to List<String>	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 109	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 647	Java Problem
Type safety: Unchecked cast from Object to List<String>	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 109	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 594	Java Problem
Type safety: Unchecked invocation processReferences(Object, Class<HashSet>) of the generic method processReferences(Object, Class<? extends T>) of type ModMetadata	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 110	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 589	Java Problem
Type safety: The expression of type HashSet needs unchecked conversion to conform to Set<ArtifactVersion>	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 110	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 742	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 691	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 688	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 658	Java Problem
The import com.google.common.base.Optional is never used	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 31	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 793	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 761	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 744	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 744	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 1029	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 1007	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 818	Java Problem
TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 798	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	SaveFormatOld.java	/Minecraft/minecraft/net/minecraft/world/storage	line 35	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	SaveFormatOld.java	/Minecraft/minecraft/net/minecraft/world/storage	line 35	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	SaveFormatOld.java	/Minecraft/minecraft/net/minecraft/world/storage	line 44	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DedicatedServer.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 37	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	DedicatedServer.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 305	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTileEntityName.java	/Minecraft/minecraft/net/minecraft/tileentity	line 5	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	DedicatedServer.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 37	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	DedicatedServer.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 37	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	DedicatedServer.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 37	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIWatchClosest.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 27	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIWatchClosest.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 16	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIWatchClosest.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 18	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ScorePlayerTeam.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 50	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SaveFormatOld.java	/Minecraft/minecraft/net/minecraft/world/storage	line 33	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ScorePlayerTeam.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityThrowable.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 194	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ScorePlayerTeam.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 13	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableType3.java	/Minecraft/minecraft/net/minecraft/server/integrated	line 8	Java Problem
The serializable class WrongMinecraftVersionException does not declare a static final serialVersionUID field of type long	WrongMinecraftVersionException.java	/Minecraft/minecraft/cpw/mods/fml/common	line 15	Java Problem
The import net.minecraft.entity.Entity is never used	EntityItemPickupEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 3	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerTp.java	/Minecraft/minecraft/net/minecraft/command	line 133	Java Problem
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 118	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 121	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 118	Java Problem
The import net.minecraftforge.common.MinecraftForge is never used	Packet52MultiBlockChange.java	/Minecraft/minecraft/net/minecraft/network/packet	line 10	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 261	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 262	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 260	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 260	Java Problem
The value of the field EntityPlayerMP.chatColours is not used	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 141	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 246	Java Problem
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 121	Java Problem
The value of the field EntityPlayerMP.renderDistance is not used	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 139	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 306	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 305	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 390	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 389	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 271	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet40EntityMetadata.java	/Minecraft/minecraft/net/minecraft/network/packet	line 67	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 262	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 282	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 275	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet40EntityMetadata.java	/Minecraft/minecraft/net/minecraft/network/packet	line 14	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIHurtByTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 50	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIHurtByTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 49	Java Problem
The import net.minecraft.tileentity.TileEntity is never used	LiquidEvent.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 3	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 873	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 747	Java Problem
The serializable class InvalidVersionSpecificationException does not declare a static final serialVersionUID field of type long	InvalidVersionSpecificationException.java	/Minecraft/minecraft/cpw/mods/fml/common/versioning	line 39	Java Problem
The value of the local variable l is not used	WorldGenDeadBush.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityHanging.java	/Minecraft/minecraft/net/minecraft/entity	line 195	Java Problem
The import net.minecraftforge.event.entity.living.LivingPackSizeEvent cannot be resolved	ForgeEventFactory.java	/Minecraft/minecraft/net/minecraftforge/event	line 14	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityHanging.java	/Minecraft/minecraft/net/minecraft/entity	line 196	Java Problem
The value of the field ModLoaderEntitySpawnCallback.isAnimal is not used	ModLoaderEntitySpawnCallback.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 30	Java Problem
The import cpw.mods.fml.client.FMLClientHandler is never used	ModLoaderEntitySpawnCallback.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 21	Java Problem
The import java.util.concurrent.Callable is never used	ModLoaderEntitySpawnCallback.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 15	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeEventFactory.java	/Minecraft/minecraft/net/minecraftforge/event	line 62	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeEventFactory.java	/Minecraft/minecraft/net/minecraftforge/event	line 62	Java Problem
LivingPackSizeEvent cannot be resolved to a type	ForgeEventFactory.java	/Minecraft/minecraft/net/minecraftforge/event	line 74	Java Problem
LivingPackSizeEvent cannot be resolved to a type	ForgeEventFactory.java	/Minecraft/minecraft/net/minecraftforge/event	line 74	Java Problem
The value of the field EntityItemPickupEvent.handled is not used	EntityItemPickupEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 25	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 14	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 11	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureVillagePieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 6	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureVillagePieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIPlay.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 38	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 147	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIPlay.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 40	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeStraight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 84	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 85	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 58	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeStraight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 59	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockStep.java	/Minecraft/minecraft/net/minecraft/block	line 90	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 58	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockStep.java	/Minecraft/minecraft/net/minecraft/block	line 98	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 28	Java Problem
The serializable class CommandException does not declare a static final serialVersionUID field of type long	CommandException.java	/Minecraft/minecraft/net/minecraft/command	line 3	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	RelaunchClassLoader.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 51	Java Problem
The import java.io.ByteArrayOutputStream is never used	RelaunchClassLoader.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 15	Java Problem
The value of the local variable pkgPath is not used	RelaunchClassLoader.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 180	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	RelaunchClassLoader.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 75	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 36	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 36	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 42	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 42	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 117	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 117	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 119	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 120	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 121	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 151	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 151	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 154	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 153	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 176	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 168	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 205	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 180	Java Problem
Type safety: Unchecked invocation unmodifiableList(List) of the generic method unmodifiableList(List<? extends T>) of type Collections	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 215	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 213	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdStairsStraight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdStairsStraight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends Object>	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 215	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureNetherBridgeStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureNetherBridgeStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 12	Java Problem
The value of the local variable flag is not used	WorldGeneratorBonusChest.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 31	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 880	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 880	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	EntityAINearestAttackableTargetSorter.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 6	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 879	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 877	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 889	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 881	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 614	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 605	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 576	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 568	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 740	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 686	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 676	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 668	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 50	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 30	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableIsServerModded.java	/Minecraft/minecraft/net/minecraft/server	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockCauldron.java	/Minecraft/minecraft/net/minecraft/block	line 63	Java Problem
The import net.minecraftforge.event.Cancelable is never used	PlayerFlyableFallEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 4	Java Problem
The import org.lwjgl.input.Mouse is never used	ModLoaderKeyBindingHandler.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenTaiga.java	/Minecraft/minecraft/net/minecraft/world/biome	line 14	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 552	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 557	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 568	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 568	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 526	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 530	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 541	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 545	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 516	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 516	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 517	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 517	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 485	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 492	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 500	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 506	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 460	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 448	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 485	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 468	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 288	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLWJGLVersion.java	/Minecraft/minecraft/net/minecraft/client	line 9	Java Problem
The import cpw.mods.fml.common.event.FMLInterModComms.IMCMessage is never used	Mod.java	/Minecraft/minecraft/cpw/mods/fml/common	line 23	Java Problem
The value of the field ModAnnotation.array is not used	ModAnnotation.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 46	Java Problem
The value of the field ModAnnotation.parent is not used	ModAnnotation.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 48	Java Problem
The value of the field ModAnnotation.EnumHolder.desc is not used	ModAnnotation.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 31	Java Problem
The value of the field ModAnnotation.EnumHolder.value is not used	ModAnnotation.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 32	Java Problem
Unnecessary @SuppressWarnings("unchecked")	EventTransformer.java	/Minecraft/minecraft/net/minecraftforge/transformers	line 55	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerEmote.java	/Minecraft/minecraft/net/minecraft/command	line 43	Java Problem
The import net.minecraft.server.management.PlayerInstance is never used	ForgeDummyContainer.java	/Minecraft/minecraft/net/minecraftforge/common	line 9	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumCreatureType.java	/Minecraft/minecraft/net/minecraft/entity	line 20	Java Problem
The import net.minecraftforge.event.ListenerList is never used	EventTransformer.java	/Minecraft/minecraft/net/minecraftforge/transformers	line 6	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumCreatureType.java	/Minecraft/minecraft/net/minecraft/entity	line 30	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumCreatureType.java	/Minecraft/minecraft/net/minecraft/entity	line 39	Java Problem
The import cpw.mods.fml.common.asm.ASMTransformer is never used	ModClassLoader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 25	Java Problem
Type safety: Unchecked cast from Class<capture#2-of ?> to Class<? extends BaseModProxy>	ModClassLoader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 86	Java Problem
The import cpw.mods.fml.common.event.FMLStateEvent is never used	FMLModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 66	Java Problem
The import com.google.common.collect.Iterators is never used	FMLModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 42	Java Problem
The import com.google.common.base.Predicates is never used	FMLModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 33	Java Problem
The import java.util.zip.ZipInputStream is never used	FMLModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 30	Java Problem
The value of the field FMLModContainer.modDescriptor is not used	FMLModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 75	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	RConThreadBase.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 26	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RConThreadBase.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RConThreadBase.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 102	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RConThreadBase.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 26	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RConThreadBase.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 194	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	RConThreadBase.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageHouse1.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
The import net.minecraftforge.common.ForgeDirection is never used	BlockLadder.java	/Minecraft/minecraft/net/minecraft/block	line 12	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenSelectLocation.java	/Minecraft/minecraft/net/minecraft/client/gui	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenSelectLocation.java	/Minecraft/minecraft/net/minecraft/client/gui	line 96	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenSelectLocation.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenSelectLocation.java	/Minecraft/minecraft/net/minecraft/client/gui	line 37	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 63	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 58	Java Problem
The value of the field GuiScreenConfigureWorld.field_98129_x is not used	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 30	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemRecord.java	/Minecraft/minecraft/net/minecraft/item	line 74	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemRecord.java	/Minecraft/minecraft/net/minecraft/item	line 76	Java Problem
The static field BiomeGenBase.jungleHills should be accessed in a static way	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 21	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ItemRecord.java	/Minecraft/minecraft/net/minecraft/item	line 19	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ItemRecord.java	/Minecraft/minecraft/net/minecraft/item	line 30	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 72	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ItemRecord.java	/Minecraft/minecraft/net/minecraft/item	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 71	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 70	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 37	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 69	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 36	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 68	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 31	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 67	Java Problem
The import java.util.List is never used	MemoryConnection.java	/Minecraft/minecraft/net/minecraft/network	line 10	Java Problem
The import java.util.concurrent.ConcurrentLinkedQueue is never used	MemoryConnection.java	/Minecraft/minecraft/net/minecraft/network	line 12	Java Problem
The import java.util.ArrayList is never used	MemoryConnection.java	/Minecraft/minecraft/net/minecraft/network	line 8	Java Problem
The import java.util.Collections is never used	MemoryConnection.java	/Minecraft/minecraft/net/minecraft/network	line 9	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSilverfish.java	/Minecraft/minecraft/net/minecraft/block	line 124	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 101	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockSilverfish.java	/Minecraft/minecraft/net/minecraft/block	line 120	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandTime.java	/Minecraft/minecraft/net/minecraft/command	line 68	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 100	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 112	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 107	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 103	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 102	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 113	Java Problem
The value of the local variable num_rows is not used	FastTracker2.java	/Minecraft/minecraft/ibxm	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 204	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Achievement.java	/Minecraft/minecraft/net/minecraft/stats	line 117	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 232	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Vec3Pool.java	/Minecraft/minecraft/net/minecraft/util	line 14	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Vec3Pool.java	/Minecraft/minecraft/net/minecraft/util	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Vec3Pool.java	/Minecraft/minecraft/net/minecraft/util	line 41	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 29	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 70	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 87	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 88	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 11	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityBrewingStand.java	/Minecraft/minecraft/net/minecraft/tileentity	line 139	Java Problem
The value of the local variable l is not used	BehaviorDispenseArmor.java	/Minecraft/minecraft/net/minecraft/item	line 30	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityBrewingStand.java	/Minecraft/minecraft/net/minecraft/tileentity	line 138	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BehaviorDispenseArmor.java	/Minecraft/minecraft/net/minecraft/item	line 25	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityBrewingStand.java	/Minecraft/minecraft/net/minecraft/tileentity	line 171	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityBrewingStand.java	/Minecraft/minecraft/net/minecraft/tileentity	line 170	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 104	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 46	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPotion.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 105	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 42	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPotion.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 109	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 39	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPotion.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 100	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 105	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 81	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 46	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 33	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 20	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPotion.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 125	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 1027	Java Problem
GuiIngameForge cannot be resolved to a type	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 460	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2242	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 1066	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2261	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2242	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2283	Java Problem
The import net.minecraft.world.WorldType is never used	EntitySlime.java	/Minecraft/minecraft/net/minecraft/entity/monster	line 10	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2261	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMemoryErrorScreen.java	/Minecraft/minecraft/net/minecraft/client/gui	line 17	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMemoryErrorScreen.java	/Minecraft/minecraft/net/minecraft/client/gui	line 18	Java Problem
The import net.minecraftforge.client.GuiIngameForge cannot be resolved	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 126	Java Problem
The import java.util.Map.Entry is never used	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 8	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2310	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 12	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2311	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 44	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2287	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 10	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2309	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 12	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2336	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 58	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 58	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2312	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 52	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2313	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 54	Java Problem
The value of the local variable flag is not used	Request.java	/Minecraft/minecraft/net/minecraft/client/mco	line 116	Java Problem
The value of the local variable flag1 is not used	Request.java	/Minecraft/minecraft/net/minecraft/client/mco	line 133	Java Problem
The import net.minecraft.entity.EntityLiving is never used	IItemRenderer.java	/Minecraft/minecraft/net/minecraftforge/client	line 4	Java Problem
The import net.minecraft.entity.item.EntityItem is never used	IItemRenderer.java	/Minecraft/minecraft/net/minecraftforge/client	line 3	Java Problem
The import net.minecraft.client.renderer.RenderBlocks is never used	IItemRenderer.java	/Minecraft/minecraft/net/minecraftforge/client	line 6	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityLightningBolt.java	/Minecraft/minecraft/net/minecraft/entity/effect	line 114	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiDisconnected.java	/Minecraft/minecraft/net/minecraft/client/gui	line 18	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	StatBase.java	/Minecraft/minecraft/net/minecraft/stats	line 63	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StatBase.java	/Minecraft/minecraft/net/minecraft/stats	line 62	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiDisconnected.java	/Minecraft/minecraft/net/minecraft/client/gui	line 76	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableServerMemoryStats.java	/Minecraft/minecraft/net/minecraft/server	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiDisconnected.java	/Minecraft/minecraft/net/minecraft/client/gui	line 42	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 73	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 68	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 78	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BiomeCache.java	/Minecraft/minecraft/net/minecraft/world/biome	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeCache.java	/Minecraft/minecraft/net/minecraft/world/biome	line 42	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BiomeCache.java	/Minecraft/minecraft/net/minecraft/world/biome	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerCommandManager.java	/Minecraft/minecraft/net/minecraft/command	line 79	Java Problem
Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized	EntityAIAttackOnCollide.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 53	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIAttackOnCollide.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageChurch.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiControls.java	/Minecraft/minecraft/net/minecraft/client/gui	line 49	Java Problem
The method func_73907_g() from the type GuiControls is never used locally	GuiControls.java	/Minecraft/minecraft/net/minecraft/client/gui	line 37	Java Problem
The import net.minecraft.client.settings.KeyBinding is never used	GuiControls.java	/Minecraft/minecraft/net/minecraft/client/gui	line 6	Java Problem
The value of the field GuiControls.buttonId is not used	GuiControls.java	/Minecraft/minecraft/net/minecraft/client/gui	line 27	Java Problem
The import net.minecraft.util.EnumChatFormatting is never used	GuiControls.java	/Minecraft/minecraft/net/minecraft/client/gui	line 7	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAgeable.java	/Minecraft/minecraft/net/minecraft/entity	line 30	Java Problem
Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized	EntityAgeable.java	/Minecraft/minecraft/net/minecraft/entity	line 32	Java Problem
The serializable class MinecraftError does not declare a static final serialVersionUID field of type long	MinecraftError.java	/Minecraft/minecraft/net/minecraft/util	line 7	Java Problem
The serializable class PlayerNotFoundException does not declare a static final serialVersionUID field of type long	PlayerNotFoundException.java	/Minecraft/minecraft/net/minecraft/command	line 3	Java Problem
The value of the field RConThreadQuery.field_72644_p is not used	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 46	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 46	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 274	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 290	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 294	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 294	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 55	Java Problem
The value of the field RConThreadQuery.time is not used	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 60	Java Problem
The import cpw.mods.fml.common.versioning.DefaultArtifactVersion is never used	MinecraftDummyContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 16	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 108	Java Problem
The import cpw.mods.fml.common.versioning.ArtifactVersion is never used	MinecraftDummyContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 15	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 110	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BlockTripWire.java	/Minecraft/minecraft/net/minecraft/block	line 243	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockTripWire.java	/Minecraft/minecraft/net/minecraft/block	line 239	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 87	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 31	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 38	Java Problem
The value of the local variable flag is not used	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 41	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 51	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 80	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 82	Java Problem
Type safety: Unchecked invocation sort(List) of the generic method sort(List<T>) of type Collections	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 83	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Comparable<? super Comparable<? super T>>>	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 83	Java Problem
ThreadLocal is a raw type. References to generic type ThreadLocal<T> should be parameterized	AxisAlignedBB.java	/Minecraft/minecraft/net/minecraft/util	line 6	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ScoreHealthCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 15	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ScoreHealthCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenHell.java	/Minecraft/minecraft/net/minecraft/world/biome	line 18	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenHell.java	/Minecraft/minecraft/net/minecraft/world/biome	line 17	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenHell.java	/Minecraft/minecraft/net/minecraft/world/biome	line 16	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableMemoryInfo.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageWell.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 32	Java Problem
The value of the field ComponentVillageWell.field_74924_a is not used	ComponentVillageWell.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 10	Java Problem
The import javax.swing.JDialog is never used	IDownloadDisplay.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 15	Java Problem
The import cpw.mods.fml.relauncher.SideOnly is never used	PositionTextureVertex.java	/Minecraft/minecraft/net/minecraft/client/model	line 4	Java Problem
The import cpw.mods.fml.relauncher.Side is never used	PositionTextureVertex.java	/Minecraft/minecraft/net/minecraft/client/model	line 3	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemEnchantedBook.java	/Minecraft/minecraft/net/minecraft/item	line 56	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemEnchantedBook.java	/Minecraft/minecraft/net/minecraft/item	line 125	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemEnchantedBook.java	/Minecraft/minecraft/net/minecraft/item	line 70	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemEnchantedBook.java	/Minecraft/minecraft/net/minecraft/item	line 121	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiScreenDisconnectedOnline.java	/Minecraft/minecraft/net/minecraft/client/gui	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockBrewingStand.java	/Minecraft/minecraft/net/minecraft/block	line 71	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenDisconnectedOnline.java	/Minecraft/minecraft/net/minecraft/client/gui	line 39	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenDisconnectedOnline.java	/Minecraft/minecraft/net/minecraft/client/gui	line 15	Java Problem
Unnecessary @SuppressWarnings("unchecked")	MarkerTransformer.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 100	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 82	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 98	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 98	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiRepair.java	/Minecraft/minecraft/net/minecraft/client/gui	line 167	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 77	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 77	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 81	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 81	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	BlockSign.java	/Minecraft/minecraft/net/minecraft/block	line 22	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	BlockSign.java	/Minecraft/minecraft/net/minecraft/block	line 17	Java Problem
The import net.minecraft.item.EnumArmorMaterial is never used	RenderPlayer.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 14	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageField.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 52	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiConnecting.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 67	Java Problem
The value of the local variable point is not used	Envelope.java	/Minecraft/minecraft/ibxm	line 14	Java Problem
The import cpw.mods.fml.relauncher.Side is never used	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 3	Java Problem
The import cpw.mods.fml.relauncher.SideOnly is never used	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 4	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 21	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 21	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 25	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 25	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 54	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 124	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 90	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 130	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 13	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	KeyBinding.java	/Minecraft/minecraft/net/minecraft/client/settings	line 44	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 13	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	KeyBinding.java	/Minecraft/minecraft/net/minecraft/client/settings	line 56	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityChest.java	/Minecraft/minecraft/net/minecraft/tileentity	line 352	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 66	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	KeyBinding.java	/Minecraft/minecraft/net/minecraft/client/settings	line 13	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TileEntityChest.java	/Minecraft/minecraft/net/minecraft/tileentity	line 353	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 60	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	KeyBinding.java	/Minecraft/minecraft/net/minecraft/client/settings	line 13	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	KeyBinding.java	/Minecraft/minecraft/net/minecraft/client/settings	line 69	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 26	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 23	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 23	Java Problem
The import net.minecraft.entity.Entity is never used	PlayerEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 4	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiGameOver.java	/Minecraft/minecraft/net/minecraft/client/gui	line 120	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiGameOver.java	/Minecraft/minecraft/net/minecraft/client/gui	line 50	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiGameOver.java	/Minecraft/minecraft/net/minecraft/client/gui	line 40	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiGameOver.java	/Minecraft/minecraft/net/minecraft/client/gui	line 39	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiGameOver.java	/Minecraft/minecraft/net/minecraft/client/gui	line 34	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiGameOver.java	/Minecraft/minecraft/net/minecraft/client/gui	line 30	Java Problem
The value of the field ModLoaderGuiHelper.currentID is not used	ModLoaderGuiHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 31	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureMineshaftStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
Type safety: The expression of type ImmutableList needs unchecked conversion to conform to List<String>	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 255	Java Problem
Type safety: The method addAll(Iterable) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 246	Java Problem
Type safety: The method add(Object) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 242	Java Problem
Type safety: The method add(Object) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 254	Java Problem
Type safety: The method add(Object) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 250	Java Problem
Type safety: The method add(Object) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 236	Java Problem
ImmutableList.Builder is a raw type. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 235	Java Problem
Type safety: The method add(Object) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 238	Java Problem
Type safety: The method add(Object) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 237	Java Problem
The import java.util.Properties is never used	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 18	Java Problem
The value of the local variable flag is not used	HttpUtilRunnable.java	/Minecraft/minecraft/net/minecraft/util	line 114	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	HttpUtilRunnable.java	/Minecraft/minecraft/net/minecraft/util	line 64	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	HttpUtilRunnable.java	/Minecraft/minecraft/net/minecraft/util	line 64	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	HttpUtilRunnable.java	/Minecraft/minecraft/net/minecraft/util	line 60	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	HttpUtilRunnable.java	/Minecraft/minecraft/net/minecraft/util	line 31	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	HttpUtilRunnable.java	/Minecraft/minecraft/net/minecraft/util	line 23	Java Problem
The import com.google.common.collect.Maps is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 44	Java Problem
The import com.google.common.collect.Multimaps is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 46	Java Problem
The import com.google.common.base.Function is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 40	Java Problem
The import com.google.common.collect.MapDifference is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 43	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 278	Java Problem
The import com.google.common.collect.Sets.SetView is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 48	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 254	Java Problem
The value of the local variable l1 is not used	RenderBlocks.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 3039	Java Problem
The value of the local variable i2 is not used	RenderBlocks.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 3040	Java Problem
The value of the local variable icon1 is not used	RenderBlocks.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 2132	Java Problem
The value of the local variable k1 is not used	RenderBlocks.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 3033	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 33	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 37	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 41	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 45	Java Problem
The import net.minecraft.block.BlockBed is never used	RenderBlocks.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 8	Java Problem
The import net.minecraft.item.crafting.CraftingManager is never used	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 10	Java Problem
The value of the local variable tessellator is not used	RenderBlocks.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1229	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 21	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 100	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 91	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 148	Java Problem
Type safety: Unchecked cast from Object to ArrayList<ItemStack>	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 114	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 75	Java Problem
Type safety: Unchecked cast from List to List<ItemStack>	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 64	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 91	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 91	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Enchantment.java	/Minecraft/minecraft/net/minecraft/enchantment	line 244	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Enchantment.java	/Minecraft/minecraft/net/minecraft/enchantment	line 248	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Enchantment.java	/Minecraft/minecraft/net/minecraft/enchantment	line 234	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Enchantment.java	/Minecraft/minecraft/net/minecraft/enchantment	line 234	Java Problem
The import net.minecraft.nbt.NBTTagCompound is never used	ChunkEvent.java	/Minecraft/minecraft/net/minecraftforge/event/world	line 4	Java Problem
The import net.minecraft.world.World is never used	ChunkEvent.java	/Minecraft/minecraft/net/minecraftforge/event/world	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityBoat.java	/Minecraft/minecraft/net/minecraft/entity/item	line 429	Java Problem
Unnecessary @SuppressWarnings("deprecation")	ForgeHooksClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 48	Java Problem
The type IArmorTextureProvider is deprecated	ForgeHooksClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 35	Java Problem
The import java.security.MessageDigest is never used	RelaunchLibraryManager.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 30	Java Problem
The import net.minecraft.item.ItemBlock is never used	ForgeHooksClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 20	Java Problem
Comparable is a raw type. References to generic type Comparable<T> should be parameterized	StitchHolder.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 7	Java Problem
The import java.util.TreeSet is never used	ForgeHooksClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 5	Java Problem
The import java.util.HashMap is never used	ForgeHooksClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 3	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIAttackOnCollide.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 23	Java Problem
The import net.minecraft.nbt.NBTTagCompound is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 32	Java Problem
The import net.minecraft.nbt.NBTTagList is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 33	Java Problem
The import java.util.concurrent.CountDownLatch is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 20	Java Problem
The serializable class Downloader does not declare a static final serialVersionUID field of type long	Downloader.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 31	Java Problem
The import net.minecraft.item.ItemStack is never used	BlockSnow.java	/Minecraft/minecraft/net/minecraft/block	line 11	Java Problem
The import net.minecraft.stats.StatList is never used	BlockSnow.java	/Minecraft/minecraft/net/minecraft/block	line 12	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandWeather.java	/Minecraft/minecraft/net/minecraft/command	line 68	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 95	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 92	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 98	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 95	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 101	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 98	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 137	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 101	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 87	Java Problem
The import net.minecraftforge.event.world.WorldEvent is never used	World.java	/Minecraft/minecraft/net/minecraft/world	line 66	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 88	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 87	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 91	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ValueObjectList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 22	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 88	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityWitch.java	/Minecraft/minecraft/net/minecraft/entity/monster	line 128	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ValueObjectList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 92	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityWitch.java	/Minecraft/minecraft/net/minecraft/entity/monster	line 132	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 91	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ValueObjectList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 30	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ValueObjectList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 35	Java Problem
The import net.minecraftforge.common.ForgeHooks is never used	World.java	/Minecraft/minecraft/net/minecraft/world	line 60	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3595	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 229	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3590	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3582	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 99	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3192	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 100	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3173	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2934	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2906	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2902	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2891	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	SorterStatsItem.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2419	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2288	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2283	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2281	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2257	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2239	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2186	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1715	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2099	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1698	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1705	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1660	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageWoodHut.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1690	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1571	Java Problem
The import org.objectweb.asm.commons.Remapper is never used	FMLRemappingAdapter.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 16	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1653	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1534	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 54	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1561	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 37	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 172	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 36	Java Problem
The value of the local variable flag5 is not used	World.java	/Minecraft/minecraft/net/minecraft/world	line 1343	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 17	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 162	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 99	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 172	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 97	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 137	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 82	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 162	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 67	Java Problem
The import net.minecraft.entity.Entity is never used	MinecartEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/minecart	line 3	Java Problem
Type safety: Unchecked cast from Object to List<String>	ModListResponsePacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 55	Java Problem
Type safety: Unchecked cast from Object to Map<String,String>	ModListResponsePacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 54	Java Problem
The import cpw.mods.fml.common.registry.GameRegistry is never used	ModListResponsePacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 39	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 4494	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 4121	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAnimal.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 235	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3739	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 4491	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 4271	Java Problem
Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3709	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3721	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3728	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3737	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3647	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3649	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3682	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3701	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3625	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3625	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3631	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3631	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3597	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3597	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3620	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3620	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEffectName.java	/Minecraft/minecraft/net/minecraft/entity	line 7	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 64	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 65	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	AchievementMap.java	/Minecraft/minecraft/net/minecraft/stats	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 76	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	AchievementMap.java	/Minecraft/minecraft/net/minecraft/stats	line 27	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 77	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	AchievementMap.java	/Minecraft/minecraft/net/minecraft/stats	line 14	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 16	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityAIMoveThroughVillage.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 122	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIMoveThroughVillage.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 22	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 95	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 130	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 126	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 82	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 81	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 91	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 87	Java Problem
The value of the field ServerGUI.serverGuiInitialized is not used	ServerGUI.java	/Minecraft/minecraft/net/minecraft/server/gui	line 23	Java Problem
The serializable class ServerGUI does not declare a static final serialVersionUID field of type long	ServerGUI.java	/Minecraft/minecraft/net/minecraft/server/gui	line 20	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIMoveThroughVillage.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 150	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIMoveThroughVillage.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 131	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIMoveThroughVillage.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 130	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityAIMoveThroughVillage.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 122	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 377	Java Problem
The serializable class StitcherException does not declare a static final serialVersionUID field of type long	StitcherException.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 8	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 379	Java Problem
The value of the field StitcherException.field_98149_a is not used	StitcherException.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 10	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 105	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 134	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 76	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 103	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 29	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 66	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 587	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 589	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 583	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 585	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 579	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 581	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 428	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 438	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 600	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 599	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 598	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 596	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 595	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 593	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 591	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 590	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 608	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 605	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 604	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 603	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 602	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTileEntityID.java	/Minecraft/minecraft/net/minecraft/tileentity	line 6	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 601	Java Problem
The serializable class FMLNetworkException does not declare a static final serialVersionUID field of type long	FMLNetworkException.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 15	Java Problem
The import com.google.common.base.Objects is never used	LiquidStack.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 5	Java Problem
The import net.minecraft.client.renderer.texture.TextureManager is never used	LiquidStack.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 10	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityPainting.java	/Minecraft/minecraft/net/minecraft/entity/item	line 25	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityPainting.java	/Minecraft/minecraft/net/minecraft/entity/item	line 37	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityPainting.java	/Minecraft/minecraft/net/minecraft/entity/item	line 25	Java Problem
The value of the local variable r is not used	GuiModList.java	/Minecraft/minecraft/cpw/mods/fml/client	line 113	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 512	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 517	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 377	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiModList.java	/Minecraft/minecraft/cpw/mods/fml/client	line 88	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 384	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 282	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 283	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 55	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 19	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 38	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 39	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 554	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 148	Java Problem
Type safety: Unchecked invocation sort(List, RecipeSorter) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 148	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 41	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 40	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 202	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandGive.java	/Minecraft/minecraft/net/minecraft/command	line 70	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 184	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 182	Java Problem
Type safety: The expression of type RecipeSorter needs unchecked conversion to conform to Comparator<? super Object>	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 148	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 238	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 228	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 228	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 222	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 319	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 255	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 251	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 242	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLeaves.java	/Minecraft/minecraft/net/minecraft/block	line 383	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLeaves.java	/Minecraft/minecraft/net/minecraft/block	line 384	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLeaves.java	/Minecraft/minecraft/net/minecraft/block	line 381	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLeaves.java	/Minecraft/minecraft/net/minecraft/block	line 382	Java Problem
The import net.minecraft.stats.StatList is never used	BlockLeaves.java	/Minecraft/minecraft/net/minecraft/block	line 15	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockLeaves.java	/Minecraft/minecraft/net/minecraft/block	line 379	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelGenerator.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiScreen.java	/Minecraft/minecraft/net/minecraft/client/gui	line 34	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ScoreDummyCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreen.java	/Minecraft/minecraft/net/minecraft/client/gui	line 34	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ScoreDummyCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 12	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiParticle.java	/Minecraft/minecraft/net/minecraft/client/gui	line 13	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiParticle.java	/Minecraft/minecraft/net/minecraft/client/gui	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 211	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 206	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 584	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 211	Java Problem
Comparable is a raw type. References to generic type Comparable<T> should be parameterized	ChunkCoordinates.java	/Minecraft/minecraft/net/minecraft/util	line 3	Java Problem
The import net.minecraftforge.client.ForgeHooksClient is never used	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 179	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AABBPool.java	/Minecraft/minecraft/net/minecraft/util	line 21	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 206	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	AABBPool.java	/Minecraft/minecraft/net/minecraft/util	line 21	Java Problem
The import net.minecraftforge.common.ForgeHooks is never used	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 181	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	AABBPool.java	/Minecraft/minecraft/net/minecraft/util	line 51	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 952	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 1515	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 1516	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 1706	Java Problem
The import net.minecraftforge.common.MinecraftForge is never used	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 55	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ThreadCreateOnlineWorldScreen.java	/Minecraft/minecraft/net/minecraft/client/gui	line 30	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 469	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 1890	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 504	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 1736	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 512	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 1668	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 534	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 413	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 350	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 182	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 378	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 182	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 395	Java Problem
The import net.minecraftforge.event.entity.living.LivingEvent is never used	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 57	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 444	Java Problem
The import net.minecraftforge.event.entity.living is never used	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 56	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 270	Java Problem
The import net.minecraftforge.common.Property.Type is never used	Property.java	/Minecraft/minecraft/net/minecraftforge/common	line 10	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 290	Java Problem
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Integer>	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 3145	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 308	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 2575	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 315	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 2538	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 152	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 2523	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 201	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 2430	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 210	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 1981	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 236	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 1891	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 329	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 238	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 226	Java Problem
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 202	Java Problem
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 192	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 583	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 551	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 21	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 92	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 93	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 24	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdStairs.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 43	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 90	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdStairs.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 56	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 91	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 25	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 83	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 24	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 88	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 174	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 80	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 25	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 83	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntitySpawnPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 52	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 154	Java Problem
The value of the local variable entity is not used	EntitySpawnPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 195	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 157	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 115	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 119	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 103	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 115	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 94	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 100	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 68	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 25	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 80	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 44	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 77	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 77	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 25	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 74	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 45	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 74	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 146	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 71	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 44	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 71	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 45	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 68	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTagCompound1.java	/Minecraft/minecraft/net/minecraft/nbt	line 5	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityItem.java	/Minecraft/minecraft/net/minecraft/entity/item	line 191	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 234	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 232	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 250	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 200	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 161	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 225	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 204	Java Problem
The value of the local variable game is not used	GuiIdMismatchScreen.java	/Minecraft/minecraft/cpw/mods/fml/client	line 45	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 263	Java Problem
Type safety: The method getDeclaredMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 271	Java Problem
The import cpw.mods.fml.common.versioning.ArtifactVersion is never used	GuiIdMismatchScreen.java	/Minecraft/minecraft/cpw/mods/fml/client	line 27	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenJungle.java	/Minecraft/minecraft/net/minecraft/world/biome	line 24	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenJungle.java	/Minecraft/minecraft/net/minecraft/world/biome	line 23	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 226	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 225	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 225	Java Problem
Type safety: The method getDeclaredMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 219	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 213	Java Problem
The static field SoundManager.MUSIC_INTERVAL should be accessed in a static way	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 80	Java Problem
The static field SoundManager.MUSIC_INTERVAL should be accessed in a static way	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 78	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 33	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiShareToLan.java	/Minecraft/minecraft/net/minecraft/client/gui	line 41	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiShareToLan.java	/Minecraft/minecraft/net/minecraft/client/gui	line 40	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEffectAmplifier.java	/Minecraft/minecraft/net/minecraft/entity	line 6	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiShareToLan.java	/Minecraft/minecraft/net/minecraft/client/gui	line 39	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiShareToLan.java	/Minecraft/minecraft/net/minecraft/client/gui	line 38	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ICrafting.java	/Minecraft/minecraft/net/minecraft/inventory	line 8	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiYesNo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 56	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiYesNo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 57	Java Problem
The import net.minecraftforge.common.ForgeHooks is never used	PlayerControllerMP.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockLilyPad.java	/Minecraft/minecraft/net/minecraft/block	line 37	Java Problem
The serializable class MinecraftException does not declare a static final serialVersionUID field of type long	MinecraftException.java	/Minecraft/minecraft/net/minecraft/world	line 3	Java Problem
The value of the local variable flag1 is not used	WorldGenTaiga1.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 27	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 633	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 646	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 650	Java Problem
The import cpw.mods.fml.common.FMLLog is never used	DungeonHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 6	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 662	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableClientProfiler.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 582	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 584	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 584	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 617	Java Problem
The import net.minecraftforge.common.ChestGenHooks.DUNGEON_CHEST is never used	DungeonHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 15	Java Problem
The import net.minecraft.inventory.IInventory is never used	DungeonHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 8	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 671	Java Problem
The import net.minecraft.item.Item is never used	DungeonHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 9	Java Problem
The import net.minecraft.item.ItemStack is never used	DungeonHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 10	Java Problem
The import net.minecraft.util.WeightedRandomChestContent is never used	DungeonHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 12	Java Problem
The value of the local variable d0 is not used	BlockEnderChest.java	/Minecraft/minecraft/net/minecraft/block	line 155	Java Problem
The serializable class AnvilConverterException does not declare a static final serialVersionUID field of type long	AnvilConverterException.java	/Minecraft/minecraft/net/minecraft/client	line 7	Java Problem
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized	ServerAddress.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 89	Java Problem
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized	ServerAddress.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 89	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized	ServerAddress.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 90	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized	ServerAddress.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 91	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized	ServerAddress.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 92	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeThrone.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
The static method log(Level, String, Object...) from the type FMLRelaunchLog should be accessed in a static way	FMLLog.java	/Minecraft/minecraft/cpw/mods/fml/common	line 29	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIWatchClosest2.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 7	Java Problem
The static method log(String, Level, Throwable, String, Object...) from the type FMLRelaunchLog should be accessed in a static way	FMLLog.java	/Minecraft/minecraft/cpw/mods/fml/common	line 34	Java Problem
The static method log(String, Level, String, Object...) from the type FMLRelaunchLog should be accessed in a static way	FMLLog.java	/Minecraft/minecraft/cpw/mods/fml/common	line 24	Java Problem
The static method log(Level, Throwable, String, Object...) from the type FMLRelaunchLog should be accessed in a static way	FMLLog.java	/Minecraft/minecraft/cpw/mods/fml/common	line 39	Java Problem
The static method makeLog(String) from the type FMLRelaunchLog should be accessed in a static way	FMLLog.java	/Minecraft/minecraft/cpw/mods/fml/common	line 78	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerMessage.java	/Minecraft/minecraft/net/minecraft/command	line 60	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerMessage.java	/Minecraft/minecraft/net/minecraft/command	line 12	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 211	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 203	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 221	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 200	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 175	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAITargetNonTamed.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 9	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 202	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 202	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 167	Java Problem
The value of the field Configuration.UnicodeInputStreamReader.defaultEnc is not used	Configuration.java	/Minecraft/minecraft/net/minecraftforge/common	line 824	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 166	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 171	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 171	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 133	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 124	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 166	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 159	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 83	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 224	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 55	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 54	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 31	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 204	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 31	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 164	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 31	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 24	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 223	Java Problem
The value of the local variable i1 is not used	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1444	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 205	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1194	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1347	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 151	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1186	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 150	Java Problem
Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1192	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1161	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 232	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1161	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 212	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1138	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 212	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1149	Java Problem
Unnecessary @SuppressWarnings("unchecked")	MCPMerger.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 413	Java Problem
Unnecessary @SuppressWarnings("unchecked")	MCPMerger.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 527	Java Problem
The value of the field MCPMerger.ClassInfo.name is not used	MCPMerger.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 383	Java Problem
The method isSame() from the type MCPMerger.ClassInfo is never used locally	MCPMerger.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 389	Java Problem
The value of the field MCPMerger.clients is not used	MCPMerger.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 55	Java Problem
The value of the field MCPMerger.servers is not used	MCPMerger.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 57	Java Problem
The value of the local variable d6 is not used	EntityFlameFX.java	/Minecraft/minecraft/net/minecraft/client/particle	line 20	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1084	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1041	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1130	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1111	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 135	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 118	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 932	Java Problem
The value of the local variable i1 is not used	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 319	Java Problem
The import net.minecraft.block.ITileEntityProvider is never used	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 78	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandClearInventory.java	/Minecraft/minecraft/net/minecraft/command	line 48	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftCross.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftCross.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 59	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableItemName.java	/Minecraft/minecraft/net/minecraft/entity/player	line 6	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerSay.java	/Minecraft/minecraft/net/minecraft/command	line 42	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentVillageStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 26	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentVillageStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 25	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentVillageStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 25	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentVillageStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 24	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityBeacon.java	/Minecraft/minecraft/net/minecraft/tileentity	line 69	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentVillageStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TileEntityBeacon.java	/Minecraft/minecraft/net/minecraft/tileentity	line 70	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentVillageStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 26	Java Problem
The import java.io.InputStreamReader is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 17	Java Problem
The import java.io.ObjectInputStream.GetField is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 18	Java Problem
The import java.io.ByteArrayInputStream is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 15	Java Problem
The import java.nio.charset.Charset is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 21	Java Problem
The import java.security.cert.CertPath is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 23	Java Problem
The import java.io.StringReader is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 19	Java Problem
The import java.net.JarURLConnection is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 20	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiErrorScreen.java	/Minecraft/minecraft/net/minecraft/client/gui	line 32	Java Problem
Vector is a raw type. References to generic type Vector<E> should be parameterized	PlayerListBox.java	/Minecraft/minecraft/net/minecraft/server/gui	line 32	Java Problem
The serializable class PlayerListBox does not declare a static final serialVersionUID field of type long	PlayerListBox.java	/Minecraft/minecraft/net/minecraft/server/gui	line 11	Java Problem
Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized	PlayerListBox.java	/Minecraft/minecraft/net/minecraft/server/gui	line 36	Java Problem
Vector is a raw type. References to generic type Vector<E> should be parameterized	PlayerListBox.java	/Minecraft/minecraft/net/minecraft/server/gui	line 32	Java Problem
The type ISidedInventory is deprecated	TileEntityFurnace.java	/Minecraft/minecraft/net/minecraft/tileentity	line 23	Java Problem
The value of the field EntityRendererProxy.game is not used	EntityRendererProxy.java	/Minecraft/minecraft/net/minecraft/src	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CombatTracker.java	/Minecraft/minecraft/net/minecraft/util	line 54	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CombatTracker.java	/Minecraft/minecraft/net/minecraft/util	line 132	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CombatTracker.java	/Minecraft/minecraft/net/minecraft/util	line 14	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CombatTracker.java	/Minecraft/minecraft/net/minecraft/util	line 14	Java Problem
The import java.util.logging.ConsoleHandler is never used	LogAgent.java	/Minecraft/minecraft/net/minecraft/logging	line 6	Java Problem
The value of the field GuiPlayerInfo.nameinLowerCase is not used	GuiPlayerInfo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 13	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 90	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 59	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 69	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 39	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 39	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 33	Java Problem
The import com.google.common.collect.Sets.SetView is never used	MissingModsException.java	/Minecraft/minecraft/cpw/mods/fml/common	line 17	Java Problem
The serializable class MissingModsException does not declare a static final serialVersionUID field of type long	MissingModsException.java	/Minecraft/minecraft/cpw/mods/fml/common	line 21	Java Problem
The import net.minecraft.entity.Entity is never used	SoundEvent.java	/Minecraft/minecraft/net/minecraftforge/client/event/sound	line 3	Java Problem
The import cpw.mods.fml.common.event.FMLEvent is never used	LoaderState.java	/Minecraft/minecraft/cpw/mods/fml/common	line 18	Java Problem
The import net.minecraftforge.event.Cancelable is never used	SoundEvent.java	/Minecraft/minecraft/net/minecraftforge/client/event/sound	line 7	Java Problem
The import net.minecraft.client.audio.SoundManager is never used	SoundEvent.java	/Minecraft/minecraft/net/minecraftforge/client/event/sound	line 4	Java Problem
The value of the field LoaderState.name is not used	LoaderState.java	/Minecraft/minecraft/cpw/mods/fml/common	line 53	Java Problem
The value of the field CombatEntry.field_94567_b is not used	CombatEntry.java	/Minecraft/minecraft/net/minecraft/util	line 8	Java Problem
The value of the field CombatEntry.field_94565_d is not used	CombatEntry.java	/Minecraft/minecraft/net/minecraft/util	line 10	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftStairs.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftStairs.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 48	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	RenderSorter.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 9	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableIsModded.java	/Minecraft/minecraft/net/minecraft/server/integrated	line 10	Java Problem
The value of the local variable flag3 is not used	GuiSlotOnlineServerList.java	/Minecraft/minecraft/net/minecraft/client/gui	line 133	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 20	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 23	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 118	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 120	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 119	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableMouseLocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 9	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiConfirmOpenLink.java	/Minecraft/minecraft/net/minecraft/client/gui	line 35	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiConfirmOpenLink.java	/Minecraft/minecraft/net/minecraft/client/gui	line 34	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiConfirmOpenLink.java	/Minecraft/minecraft/net/minecraft/client/gui	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandGameRule.java	/Minecraft/minecraft/net/minecraft/command	line 76	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockHopper.java	/Minecraft/minecraft/net/minecraft/block	line 54	Java Problem
Unnecessary @SuppressWarnings("unchecked")	AccessTransformer.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 157	Java Problem
The value of the field SaveFormatComparator.sizeOnDisk is not used	SaveFormatComparator.java	/Minecraft/minecraft/net/minecraft/world/storage	line 16	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableServerType.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 5	Java Problem
Comparable is a raw type. References to generic type Comparable<T> should be parameterized	SaveFormatComparator.java	/Minecraft/minecraft/net/minecraft/world/storage	line 8	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeEnd.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
The import java.security.cert.TrustAnchor is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 29	Java Problem
The import java.security.cert.X509Certificate is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 30	Java Problem
The import java.util.Arrays is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 31	Java Problem
The import java.util.Collections is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 32	Java Problem
The import java.security.cert.CertPathValidator is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 24	Java Problem
The import java.security.cert.CertificateFactory is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 26	Java Problem
The import java.security.cert.PKIXCertPathValidatorResult is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 27	Java Problem
The import java.security.cert.PKIXParameters is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 28	Java Problem
The import java.net.URLConnection is never used	Start.java	/Minecraft/minecraft	line 6	Java Problem
The import java.io.UnsupportedEncodingException is never used	Start.java	/Minecraft/minecraft	line 3	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	NetworkListenThread.java	/Minecraft/minecraft/net/minecraft/network	line 34	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	NetworkListenThread.java	/Minecraft/minecraft/net/minecraft/network	line 18	Java Problem
Comparable is a raw type. References to generic type Comparable<T> should be parameterized	ICommand.java	/Minecraft/minecraft/net/minecraft/command	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ICommand.java	/Minecraft/minecraft/net/minecraft/command	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ICommand.java	/Minecraft/minecraft/net/minecraft/command	line 11	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiButtonLink.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiButtonLink.java	/Minecraft/minecraft/net/minecraft/client/gui	line 21	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	GuiButtonLink.java	/Minecraft/minecraft/net/minecraft/client/gui	line 20	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableServerProfiler.java	/Minecraft/minecraft/net/minecraft/server	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Teleporter.java	/Minecraft/minecraft/net/minecraft/world	line 27	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Teleporter.java	/Minecraft/minecraft/net/minecraft/world	line 27	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Teleporter.java	/Minecraft/minecraft/net/minecraft/world	line 143	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Teleporter.java	/Minecraft/minecraft/net/minecraft/world	line 494	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerBanIp.java	/Minecraft/minecraft/net/minecraft/command	line 78	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CommandServerBanIp.java	/Minecraft/minecraft/net/minecraft/command	line 102	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerBanIp.java	/Minecraft/minecraft/net/minecraft/command	line 97	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenMushroomIsland.java	/Minecraft/minecraft/net/minecraft/world/biome	line 20	Java Problem
The method getArmorTextureFile(ItemStack) from the type IArmorTextureProvider is deprecated	Item.java	/Minecraft/minecraft/net/minecraft/item	line 1112	Java Problem
The type IArmorTextureProvider is deprecated	Item.java	/Minecraft/minecraft/net/minecraft/item	line 1112	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	NetworkListenThread.java	/Minecraft/minecraft/net/minecraft/network	line 18	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	NetworkListenThread.java	/Minecraft/minecraft/net/minecraft/network	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	NetworkListenThread.java	/Minecraft/minecraft/net/minecraft/network	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Item.java	/Minecraft/minecraft/net/minecraft/item	line 692	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Item.java	/Minecraft/minecraft/net/minecraft/item	line 694	Java Problem
The type IArmorTextureProvider is deprecated	Item.java	/Minecraft/minecraft/net/minecraft/item	line 35	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Item.java	/Minecraft/minecraft/net/minecraft/item	line 608	Java Problem
The import net.minecraft.client.entity.EntityClientPlayerMP is never used	Item.java	/Minecraft/minecraft/net/minecraft/item	line 10	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 136	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ChunkProviderClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 37	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 37	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 178	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 179	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 176	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 177	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 174	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 175	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 172	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 173	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 170	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableUpdatingScreenName.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 171	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 168	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageHouse3.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 169	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 166	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 17	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 167	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 5	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 164	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 165	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 412	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 198	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 191	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 182	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 181	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 180	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 144	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 145	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 146	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableType2.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 147	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 140	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 141	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 142	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 143	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 136	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 137	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 138	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 139	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 132	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 133	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 134	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 135	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 161	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 160	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityPiston.java	/Minecraft/minecraft/net/minecraft/tileentity	line 29	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 163	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TileEntityPiston.java	/Minecraft/minecraft/net/minecraft/tileentity	line 29	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 162	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityPiston.java	/Minecraft/minecraft/net/minecraft/tileentity	line 106	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 157	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	TileEntityPiston.java	/Minecraft/minecraft/net/minecraft/tileentity	line 110	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 156	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TileEntityPiston.java	/Minecraft/minecraft/net/minecraft/tileentity	line 111	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 159	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 158	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 153	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 152	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 155	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTexturePack.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 154	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 149	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 148	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 151	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 150	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 97	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 97	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MobSpawnerBaseLogic.java	/Minecraft/minecraft/net/minecraft/tileentity	line 248	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MobSpawnerBaseLogic.java	/Minecraft/minecraft/net/minecraft/tileentity	line 311	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 131	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 130	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 129	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityHopper.java	/Minecraft/minecraft/net/minecraft/tileentity	line 529	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 128	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityHopper.java	/Minecraft/minecraft/net/minecraft/tileentity	line 495	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 16	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 17	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 18	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderHell.java	/Minecraft/minecraft/net/minecraft/world/gen	line 605	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 46	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 40	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 27	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 24	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 22	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 209	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 196	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 195	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 175	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 127	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 111	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 61	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 59	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 247	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 252	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 230	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 231	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	OreDictionary.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 140	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	OreDictionary.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 141	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	OreDictionary.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 100	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized	OreDictionary.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 131	Java Problem
Unnecessary @SuppressWarnings("unchecked")	SideTransformer.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 34	Java Problem
The import java.util.Iterator is never used	OreDictionary.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 5	Java Problem
The import com.google.common.collect.Multimaps is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 29	Java Problem
The import com.google.common.collect.Maps is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 28	Java Problem
The import com.google.common.collect.ImmutableListMultimap is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 27	Java Problem
The import com.google.common.collect.FluentIterable is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 25	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
The import com.google.common.base.Predicates is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
The value of the field GuiScreenSubscription.field_98066_c is not used	GuiScreenSubscription.java	/Minecraft/minecraft/net/minecraft/client/gui	line 21	Java Problem
The value of the field GuiScreenSubscription.field_98064_d is not used	GuiScreenSubscription.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
ModSortingException.SortingExceptionData is a raw type. References to generic type ModSortingException.SortingExceptionData<T> should be parameterized	ModSortingException.java	/Minecraft/minecraft/cpw/mods/fml/common/toposort	line 45	Java Problem
Type safety: The expression of type ModSortingException.SortingExceptionData needs unchecked conversion to conform to ModSortingException.SortingExceptionData<T>	ModSortingException.java	/Minecraft/minecraft/cpw/mods/fml/common/toposort	line 50	Java Problem
ModSortingException.SortingExceptionData is a raw type. References to generic type ModSortingException.SortingExceptionData<T> should be parameterized	ModSortingException.java	/Minecraft/minecraft/cpw/mods/fml/common/toposort	line 40	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 18	Java Problem
Type safety: The constructor ModSortingException.SortingExceptionData(Object, Set) belongs to the raw type ModSortingException.SortingExceptionData. References to generic type ModSortingException.SortingExceptionData<T> should be parameterized	ModSortingException.java	/Minecraft/minecraft/cpw/mods/fml/common/toposort	line 45	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 18	Java Problem
The import java.util.List is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 15	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 21	Java Problem
The import com.google.common.base.Function is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 20	Java Problem
The serializable class ModSortingException does not declare a static final serialVersionUID field of type long	ModSortingException.java	/Minecraft/minecraft/cpw/mods/fml/common/toposort	line 17	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 21	Java Problem
The import com.google.common.base.Functions is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 21	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 26	Java Problem
The import com.google.common.base.Predicate is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 22	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 31	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 31	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 32	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenSubscription.java	/Minecraft/minecraft/net/minecraft/client/gui	line 45	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 32	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 41	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 40	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 62	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 53	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 64	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 64	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 97	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 68	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 193	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 184	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 734	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 595	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentStrongholdStairs2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentStrongholdStairs2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiRenameWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 40	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiRenameWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 39	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityFishHook.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 273	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityFireball.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 137	Java Problem
The serializable class ListItem does not declare a static final serialVersionUID field of type long	ComparableVersion.java	/Minecraft/minecraft/cpw/mods/fml/common/versioning	line 265	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 83	Java Problem
The import java.util.HashSet is never used	DimensionManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 7	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 83	Java Problem
The import com.google.common.collect.ArrayListMultimap is never used	DimensionManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 17	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 71	Java Problem
The import com.google.common.collect.ImmutableListMultimap is never used	DimensionManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 81	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 66	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 66	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 34	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 53	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 34	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 59	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 38	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 295	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 38	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 299	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 39	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 236	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 39	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTileEntityData.java	/Minecraft/minecraft/net/minecraft/tileentity	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 273	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 89	Java Problem
The import com.google.common.collect.ListMultimap is never used	DimensionManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 19	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 107	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 89	Java Problem
The import com.google.common.collect.Maps is never used	DimensionManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 232	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 96	Java Problem
The import net.minecraft.world.ChunkCoordIntPair is never used	DimensionManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 30	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 88	Java Problem
Type safety: Unchecked cast from Map to Map<String,TextureStitched>	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 98	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 103	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 112	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 392	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 440	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 131	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 388	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 454	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 117	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 350	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 406	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 139	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureScatteredFeatureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 341	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 412	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 139	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureScatteredFeatureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 333	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 474	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 164	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureScatteredFeatureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 29	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 326	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 477	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 155	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 322	Java Problem
The value of the local variable item is not used	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 456	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 238	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 303	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 457	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 211	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 346	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 370	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 276	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 95	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 336	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 401	Java Problem
The value of the local variable flag1 is not used	WorldGenTaiga2.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 33	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 402	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 404	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 392	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 399	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 393	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 71	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 73	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallablePacketClass.java	/Minecraft/minecraft/net/minecraft/network	line 6	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 73	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 92	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 82	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WeightedRandom.java	/Minecraft/minecraft/net/minecraft/util	line 37	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	WeightedRandom.java	/Minecraft/minecraft/net/minecraft/util	line 59	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WeightedRandom.java	/Minecraft/minecraft/net/minecraft/util	line 17	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	WeightedRandom.java	/Minecraft/minecraft/net/minecraft/util	line 28	Java Problem
The import java.util.HashMap is never used	LiquidDictionary.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 3	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	WeightedRandom.java	/Minecraft/minecraft/net/minecraft/util	line 12	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ComparatorClassSorter.java	/Minecraft/minecraft/net/minecraft/crash	line 23	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ComparatorClassSorter.java	/Minecraft/minecraft/net/minecraft/crash	line 23	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ComparatorClassSorter.java	/Minecraft/minecraft/net/minecraft/crash	line 14	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ComparatorClassSorter.java	/Minecraft/minecraft/net/minecraft/crash	line 14	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	ComparatorClassSorter.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
The value of the local variable l1 is not used	BlockMycelium.java	/Minecraft/minecraft/net/minecraft/block	line 55	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 133	Java Problem
The import net.minecraft.block.BlockSand is never used	GameData.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 26	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableIntCache.java	/Minecraft/minecraft/net/minecraft/crash	line 6	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIAvoidEntity.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 65	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIAvoidEntity.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 33	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIAvoidEntity.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 31	Java Problem
The value of the field DestroyBlockProgress.miningPlayerEntId is not used	DestroyBlockProgress.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 13	Java Problem
The import java.io.FileNotFoundException is never used	GameData.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 17	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 37	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 47	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 43	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 121	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIFollowParent.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 35	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to Collection<? super BiomeGenBase>	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 79	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIFollowParent.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 32	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 123	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 28	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 123	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 28	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 78	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 29	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 47	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 29	Java Problem
Type safety: Unchecked invocation addAll(ArrayList, BiomeGenBase[]) of the generic method addAll(Collection<? super T>, T...) of type Collections	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 79	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 53	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 78	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 49	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerBlockEventList.java	/Minecraft/minecraft/net/minecraft/world	line 5	Java Problem
The serializable class ServerBlockEventList does not declare a static final serialVersionUID field of type long	ServerBlockEventList.java	/Minecraft/minecraft/net/minecraft/world	line 5	Java Problem
The import net.minecraftforge.event.Event is never used	EnderTeleportEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/living	line 5	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	PlayerPositionComparator.java	/Minecraft/minecraft/net/minecraft/server/management	line 7	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemEditableBook.java	/Minecraft/minecraft/net/minecraft/item	line 68	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemEditableBook.java	/Minecraft/minecraft/net/minecraft/item	line 59	Java Problem
The import net.minecraft.item.Item is never used	LiquidContainerData.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 12	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLvl2.java	/Minecraft/minecraft/net/minecraft/world	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenEditOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 45	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenEditOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 44	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerPardon.java	/Minecraft/minecraft/net/minecraft/command	line 50	Java Problem
The value of the local variable flag2 is not used	InventoryPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 134	Java Problem
The import net.minecraft.world is never used	WorldType.java	/Minecraft/minecraft/net/minecraft/world	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor5.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor5.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTickingScreenName.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
Type safety: Unchecked cast from Object to List<String>	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 176	Java Problem
The value of the field Loader.capturedError is not used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 146	Java Problem
The value of the field Loader.canonicalMinecraftDir is not used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 142	Java Problem
The import net.minecraftforge.client.event.sound.SoundEvent is never used	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 6	Java Problem
The import com.google.common.io.Files is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 58	Java Problem
The import com.google.common.collect.Table is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 56	Java Problem
The import com.google.common.collect.Sets.SetView is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 55	Java Problem
The import com.google.common.collect.Iterables is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 46	Java Problem
The import com.google.common.collect.ImmutableListMultimap.Builder is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 43	Java Problem
The import com.google.common.collect.ImmutableListMultimap is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 42	Java Problem
The import com.google.common.collect.ArrayListMultimap is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 38	Java Problem
The import com.google.common.base.Joiner.MapJoiner is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 36	Java Problem
The import com.google.common.base.Charsets is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 33	Java Problem
The import net.minecraft.item.ItemStack is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 30	Java Problem
The import java.util.concurrent.Callable is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 26	Java Problem
The import java.util.HashSet is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BanList.java	/Minecraft/minecraft/net/minecraft/server/management	line 153	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 80	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemBlock.java	/Minecraft/minecraft/net/minecraft/item	line 215	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BanList.java	/Minecraft/minecraft/net/minecraft/server/management	line 75	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 34	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 545	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 101	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 146	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 563	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 84	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 368	Java Problem
The import net.minecraftforge.common.MinecraftForge is never used	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 24	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	BanList.java	/Minecraft/minecraft/net/minecraft/server/management	line 42	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 31	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 31	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 51	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 287	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 51	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 257	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 50	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 50	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 518	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to ArrayList<ChunkCoordIntPair>	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 102	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 532	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 102	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	InventoryBasic.java	/Minecraft/minecraft/net/minecraft/inventory	line 12	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 237	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 171	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 439	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 102	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 37	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 47	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 37	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 81	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 47	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 95	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 86	Java Problem
The import java.io.FileOutputStream is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 21	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 43	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 61	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 100	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 117	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 118	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 127	Java Problem
The value of the local variable d5 is not used	EntityMinecart.java	/Minecraft/minecraft/net/minecraft/entity/item	line 379	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityMinecart.java	/Minecraft/minecraft/net/minecraft/entity/item	line 434	Java Problem
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<? super File>	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 276	Java Problem
Type safety: Unchecked invocation addAll(Collection, File[]) of the generic method addAll(Collection<? super T>, T...) of type Collections	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 276	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 269	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 194	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 113	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 112	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 112	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 66	Java Problem
Iterable is a raw type. References to generic type Iterable<T> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 192	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 114	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 114	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 113	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 190	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 160	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 155	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 37	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 121	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 41	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 92	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 41	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiSlotLanguage.java	/Minecraft/minecraft/net/minecraft/client/gui	line 25	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 84	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 63	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	GuiSlotLanguage.java	/Minecraft/minecraft/net/minecraft/client/gui	line 30	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 39	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
The value of the local variable k is not used	EntityPickupFX.java	/Minecraft/minecraft/net/minecraft/client/particle	line 48	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
The value of the local variable j is not used	EntityPickupFX.java	/Minecraft/minecraft/net/minecraft/client/particle	line 47	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSlotLanguage.java	/Minecraft/minecraft/net/minecraft/client/gui	line 14	Java Problem
The value of the local variable i is not used	EntityPickupFX.java	/Minecraft/minecraft/net/minecraft/client/particle	line 46	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	GuiSlotLanguage.java	/Minecraft/minecraft/net/minecraft/client/gui	line 15	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSlotLanguage.java	/Minecraft/minecraft/net/minecraft/client/gui	line 24	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RecipeFireworks.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 124	Java Problem
The serializable class CustomModLoadingErrorDisplayException does not declare a static final serialVersionUID field of type long	CustomModLoadingErrorDisplayException.java	/Minecraft/minecraft/cpw/mods/fml/client	line 32	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RecipeFireworks.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 188	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RecipeFireworks.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 124	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RecipeFireworks.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 134	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RecipeFireworks.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 178	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RecipeFireworks.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 178	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 149	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 182	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 272	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 285	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 67	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 72	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 72	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 89	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerUsageSnooperThread.java	/Minecraft/minecraft/net/minecraft/profiler	line 25	Java Problem
Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PlayerUsageSnooperThread.java	/Minecraft/minecraft/net/minecraft/profiler	line 25	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableScreenName.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 8	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerUsageSnooperThread.java	/Minecraft/minecraft/net/minecraft/profiler	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CreativeTabCombat.java	/Minecraft/minecraft/net/minecraft/creativetab	line 31	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 308	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PlayerUsageSnooperThread.java	/Minecraft/minecraft/net/minecraft/profiler	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 183	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 169	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 168	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 168	Java Problem
Resource leak: 'dataoutputstream' is never closed	ThreadDownloadResources.java	/Minecraft/minecraft/net/minecraft/util	line 182	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 140	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MobSpawnerBaseLogic.java	/Minecraft/minecraft/net/minecraft/tileentity	line 190	Java Problem
The value of the local variable flag is not used	ThreadDownloadResources.java	/Minecraft/minecraft/net/minecraft/util	line 183	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 75	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MobSpawnerBaseLogic.java	/Minecraft/minecraft/net/minecraft/tileentity	line 243	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 75	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MobSpawnerBaseLogic.java	/Minecraft/minecraft/net/minecraft/tileentity	line 25	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 72	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MobSpawnerBaseLogic.java	/Minecraft/minecraft/net/minecraft/tileentity	line 164	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 72	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 67	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet56MapChunks.java	/Minecraft/minecraft/net/minecraft/network/packet	line 41	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 67	Java Problem
The import net.minecraftforge.common.DimensionManager is never used	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 223	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 216	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 175	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 133	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 230	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 129	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 123	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 109	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockButton.java	/Minecraft/minecraft/net/minecraft/block	line 376	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 32	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 32	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 54	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 50	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 50	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 46	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 67	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 62	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor3.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 62	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor3.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 57	Java Problem
The import cpw.mods.fml.common.registry.GameRegistry is never used	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 69	Java Problem
The import cpw.mods.fml.common.ObfuscationReflectionHelper is never used	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 62	Java Problem
The import java.util.Collections is never used	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 17	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 52	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 48	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 47	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 26	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 62	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 58	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 53	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 68	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 72	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 63	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 67	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 78	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 82	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 73	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 77	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 88	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CrashReportCategory.java	/Minecraft/minecraft/net/minecraft/crash	line 102	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 92	Java Problem
The import net.minecraftforge.event.entity.EntityEvent is never used	ItemTossEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/item	line 6	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CrashReportCategory.java	/Minecraft/minecraft/net/minecraft/crash	line 119	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 83	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CrashReportCategory.java	/Minecraft/minecraft/net/minecraft/crash	line 185	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 87	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 191	Java Problem
Type safety: Unchecked cast from Map to Map<Class<? extends Entity>,Render>	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 220	Java Problem
The method pickCheckLootItem(Random) from the type WorldGenDungeons is never used locally	WorldGenDungeons.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 174	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 373	Java Problem
The import net.minecraftforge.common.MinecraftForge is never used	WorldGenDungeons.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 16	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 93	Java Problem
The value of the field FMLClientHandler.guiLoaded is not used	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 110	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCrossing3.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 36	Java Problem
The import net.minecraft.util.WeightedRandom is never used	WorldGenDungeons.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 10	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 105	Java Problem
The value of the field FMLClientHandler.serverIsRunning is not used	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 112	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCrossing3.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 46	Java Problem
The import net.minecraft.item.Item is never used	WorldGenDungeons.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 6	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 128	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 77	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 133	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CrashReportCategory.java	/Minecraft/minecraft/net/minecraft/crash	line 15	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 71	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CrashReportCategory.java	/Minecraft/minecraft/net/minecraft/crash	line 15	Java Problem
Type safety: The constructor TreeMap(Map) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 71	Java Problem
The value of the field CrashReportCategory.theCrashReport is not used	CrashReportCategory.java	/Minecraft/minecraft/net/minecraft/crash	line 13	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 76	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 75	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 28	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 28	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 25	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 25	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 45	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 50	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 53	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 56	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 23	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 23	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 44	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 44	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 60	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 64	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 65	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 66	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 57	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 59	Java Problem
Type safety: The constructor TreeMap(Map) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 59	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 59	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 994	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 986	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 985	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 985	Java Problem
The value of the local variable flag is not used	ChunkProviderGenerate.java	/Minecraft/minecraft/net/minecraft/world/gen	line 386	Java Problem
The value of the local variable flag1 is not used	ChunkProviderGenerate.java	/Minecraft/minecraft/net/minecraft/world/gen	line 387	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderGenerate.java	/Minecraft/minecraft/net/minecraft/world/gen	line 642	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 192	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 184	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 351	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 259	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 360	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 351	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 461	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 364	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 660	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 488	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 710	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 690	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 718	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 710	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 774	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 774	Java Problem
Type safety: Unchecked invocation sort(List, PlayerPositionComparator) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 780	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 780	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 780	Java Problem
Type safety: The expression of type PlayerPositionComparator needs unchecked conversion to conform to Comparator<? super Object>	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 780	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 785	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 790	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 790	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 793	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 797	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 801	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 802	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 813	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 897	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 911	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 916	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 983	Java Problem
Posted

Ooooooooooooh, will report in a second

 

Edit: Well, .665 didn't work AT ALL.

Exception in thread "main" java.lang.Error: Unresolved compilation problem: 

at net.minecraft.client.Minecraft.main(Minecraft.java:2234)
at Start.main(Start.java:29)

And there is like a thousand warnings and errors...

Description	Resource	Path	Location	Type
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 783	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 782	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 781	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 780	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 779	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 778	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 777	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 776	Java Problem
TextureHelper cannot be resolved to a type	TextureFXManager.java	/Minecraft/minecraft/cpw/mods/fml/client	line 141	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 775	Java Problem
CopySubimageTextureHelper cannot be resolved to a type	TextureFXManager.java	/Minecraft/minecraft/cpw/mods/fml/client	line 138	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 774	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 773	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 772	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 771	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 770	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 769	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 768	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 796	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 797	Java Problem
TextureHelper cannot be resolved to a type	TextureFXManager.java	/Minecraft/minecraft/cpw/mods/fml/client	line 42	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 794	Java Problem
TextureHelper cannot be resolved to a type	TextureFXManager.java	/Minecraft/minecraft/cpw/mods/fml/client	line 114	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 795	Java Problem
TextureHelper cannot be resolved to a type	TextureFXManager.java	/Minecraft/minecraft/cpw/mods/fml/client	line 116	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 792	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockPistonExtension.java	/Minecraft/minecraft/net/minecraft/block	line 136	Java Problem
TextureHelper cannot be resolved to a type	TextureFXManager.java	/Minecraft/minecraft/cpw/mods/fml/client	line 138	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 793	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 790	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 791	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 788	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 789	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfirmation.java	/Minecraft/minecraft/net/minecraft/client/gui	line 23	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 786	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfirmation.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 787	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockDetectorRail.java	/Minecraft/minecraft/net/minecraft/block	line 104	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 784	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockDetectorRail.java	/Minecraft/minecraft/net/minecraft/block	line 162	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 785	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 118	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 113	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPigZombie.java	/Minecraft/minecraft/net/minecraft/entity/monster	line 113	Java Problem
The method getBasename(String) from the type TextureManager is never used locally	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 142	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 72	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 67	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 75	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 75	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 41	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 22	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 57	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 45	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 21	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 22	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 328	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableJavaInfo2.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 123	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 109	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 23	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 36	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 126	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 36	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 125	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 35	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 125	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 35	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 123	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 155	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 149	Java Problem
The value of the local variable object is not used	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 139	Java Problem
The value of the local variable object is not used	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 54	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	McoServer.java	/Minecraft/minecraft/net/minecraft/client/mco	line 131	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 322	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 272	Java Problem
The value of the local variable object is not used	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 167	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableJavaInfo.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	AnvilChunkLoader.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 156	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenServerList.java	/Minecraft/minecraft/net/minecraft/client/gui	line 41	Java Problem
The value of the field GuiScreenInvite.field_96228_n is not used	GuiScreenInvite.java	/Minecraft/minecraft/net/minecraft/client/gui	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenServerList.java	/Minecraft/minecraft/net/minecraft/client/gui	line 42	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenInvite.java	/Minecraft/minecraft/net/minecraft/client/gui	line 49	Java Problem
The value of the field GuiScreenInvite.field_96229_o is not used	GuiScreenInvite.java	/Minecraft/minecraft/net/minecraft/client/gui	line 20	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenInvite.java	/Minecraft/minecraft/net/minecraft/client/gui	line 48	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 98	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 106	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 130	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 143	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 152	Java Problem
The value of the field Particle.rand is not used	Particle.java	/Minecraft/minecraft/net/minecraft/client/gui	line 10	Java Problem
The serializable class MinecraftApplet does not declare a static final serialVersionUID field of type long	MinecraftApplet.java	/Minecraft/minecraft/net/minecraft/client	line 12	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 157	Java Problem
Type safety: Unchecked invocation sort(ArrayList) of the generic method sort(List<T>) of type Collections	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 160	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Comparable<? super Comparable<? super T>>>	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 160	Java Problem
Type safety: The method add(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 161	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 39	Java Problem
Type safety: Unchecked invocation unmodifiableList(List) of the generic method unmodifiableList(List<? extends T>) of type Collections	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 41	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends Object>	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 41	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableParticleScreenName.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 9	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 44	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 18	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 18	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 13	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 16	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 25	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 25	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 51	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 294	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 50	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 73	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 69	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerBanlist.java	/Minecraft/minecraft/net/minecraft/command	line 51	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 98	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Profiler.java	/Minecraft/minecraft/net/minecraft/profiler	line 88	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 129	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized	CommandServerWhitelist.java	/Minecraft/minecraft/net/minecraft/command	line 48	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 27	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerWhitelist.java	/Minecraft/minecraft/net/minecraft/command	line 90	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 138	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandServerWhitelist.java	/Minecraft/minecraft/net/minecraft/command	line 103	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 138	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandServerWhitelist.java	/Minecraft/minecraft/net/minecraft/command	line 103	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 150	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CommandServerWhitelist.java	/Minecraft/minecraft/net/minecraft/command	line 114	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 138	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 185	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 169	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ItemHangingEntity.java	/Minecraft/minecraft/net/minecraft/item	line 15	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 16	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ItemHangingEntity.java	/Minecraft/minecraft/net/minecraft/item	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 27	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PlayerManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	McoServerList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 70	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 1109	Java Problem
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 1502	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 24	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 52	Java Problem
The import net.minecraftforge.event.entity.living.LivingHurtEvent is never used	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 626	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 70	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 728	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 88	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 733	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 106	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 740	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ComponentMineshaftRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 125	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 1108	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityFallingSand.java	/Minecraft/minecraft/net/minecraft/entity/item	line 161	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityFallingSand.java	/Minecraft/minecraft/net/minecraft/entity/item	line 208	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 84	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 84	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 78	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 78	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 549	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 524	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 505	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 167	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 735	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityFallingSand.java	/Minecraft/minecraft/net/minecraft/entity/item	line 210	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 734	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 660	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityFallingSand.java	/Minecraft/minecraft/net/minecraft/entity/item	line 208	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 623	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityFallingSand.java	/Minecraft/minecraft/net/minecraft/entity/item	line 208	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 736	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 737	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 738	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 739	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 740	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 741	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 742	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 743	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 744	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 745	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 746	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 747	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 748	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 749	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 750	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 751	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 753	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 752	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 755	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 754	Java Problem
Type safety: The expression of type EnumSet needs unchecked conversion to conform to EnumSet<TickType>	BaseModTicker.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 78	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 757	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 756	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 759	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 758	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockQuartz.java	/Minecraft/minecraft/net/minecraft/block	line 128	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 761	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockQuartz.java	/Minecraft/minecraft/net/minecraft/block	line 126	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 760	Java Problem
EnumSet is a raw type. References to generic type EnumSet<E> should be parameterized	BaseModTicker.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 63	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockQuartz.java	/Minecraft/minecraft/net/minecraft/block	line 130	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 763	Java Problem
Type safety: The method add(Object) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized	BaseModTicker.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 75	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockQuartz.java	/Minecraft/minecraft/net/minecraft/block	line 129	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 762	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 765	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 764	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 767	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityVillager.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 766	Java Problem
The serializable class CommandNotFoundException does not declare a static final serialVersionUID field of type long	CommandNotFoundException.java	/Minecraft/minecraft/net/minecraft/command	line 3	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenLongRunningTask.java	/Minecraft/minecraft/net/minecraft/client/gui	line 102	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiScreenLongRunningTask.java	/Minecraft/minecraft/net/minecraft/client/gui	line 25	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	GuiScreenLongRunningTask.java	/Minecraft/minecraft/net/minecraft/client/gui	line 25	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	GuiScreenLongRunningTask.java	/Minecraft/minecraft/net/minecraft/client/gui	line 25	Java Problem
The import java.io.FileNotFoundException is never used	FMLRelaunchLog.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 18	Java Problem
The value of the field GuiScreenLongRunningTask.field_96213_b is not used	GuiScreenLongRunningTask.java	/Minecraft/minecraft/net/minecraft/client/gui	line 12	Java Problem
The import java.util.concurrent.Executors is never used	FMLRelaunchLog.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 18	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenEnd.java	/Minecraft/minecraft/net/minecraft/world/biome	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 17	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapGenNetherBridge.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSlotStatsBlock.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 45	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSlotStatsBlock.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiSlotStatsBlock.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiTexturePackSlot.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiTexturePackSlot.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 57	Java Problem
The serializable class CanvasCrashReport does not declare a static final serialVersionUID field of type long	CanvasCrashReport.java	/Minecraft/minecraft/net/minecraft/client	line 9	Java Problem
The import net.minecraft.block.Block is never used	SlotArmor.java	/Minecraft/minecraft/net/minecraft/inventory	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 84	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdLibrary.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 29	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 110	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 109	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 319	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiAchievements.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 92	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 112	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageHouse4_Garden.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 277	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiAchievements.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 93	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 111	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 115	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 330	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 113	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 44	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 260	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 119	Java Problem
The import net.minecraft.item.Item is never used	ComponentMineshaftCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 7	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 260	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 117	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 270	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 261	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 121	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 50	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 75	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 209	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 240	Java Problem
The serializable class ExceptionMcoService does not declare a static final serialVersionUID field of type long	ExceptionMcoService.java	/Minecraft/minecraft/net/minecraft/client/mco	line 7	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	EntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 50	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityIronGolem.java	/Minecraft/minecraft/net/minecraft/entity/monster	line 151	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageTorch.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
The import net.minecraftforge.event.world is never used	PopulateChunkEvent.java	/Minecraft/minecraft/net/minecraftforge/event/terraingen	line 7	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 85	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 125	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 105	Java Problem
Type safety: Unchecked cast from List to List<Texture>	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 254	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 235	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 231	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 208	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 279	Java Problem
The value of the field TextureStitched.widthNorm is not used	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 42	Java Problem
The value of the field TextureStitched.heightNorm is not used	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 43	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 24	Java Problem
The method getHelper() from the type TextureFXManager refers to the missing type TextureHelper	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 77	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 208	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 57	Java Problem
The method getHelper() from the type TextureFXManager refers to the missing type TextureHelper	TextureStitched.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 74	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 151	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 97	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 96	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 131	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 111	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiModsMissingForServer.java	/Minecraft/minecraft/cpw/mods/fml/client	line 39	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandGameMode.java	/Minecraft/minecraft/net/minecraft/command	line 66	Java Problem
The value of the field MinecraftServer.anvilFile is not used	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 72	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockWall.java	/Minecraft/minecraft/net/minecraft/block	line 154	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWall.java	/Minecraft/minecraft/net/minecraft/block	line 156	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWall.java	/Minecraft/minecraft/net/minecraft/block	line 157	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 77	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 77	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 867	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 738	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 869	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 869	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 879	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 875	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 891	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 887	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemCoal.java	/Minecraft/minecraft/net/minecraft/item	line 35	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MinecraftServer.java	/Minecraft/minecraft/net/minecraft/server	line 911	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemCoal.java	/Minecraft/minecraft/net/minecraft/item	line 34	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemCoal.java	/Minecraft/minecraft/net/minecraft/item	line 32	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandEnchant.java	/Minecraft/minecraft/net/minecraft/command	line 101	Java Problem
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 102	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StatBasic.java	/Minecraft/minecraft/net/minecraft/stats	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 126	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 62	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 72	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableModded.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 30	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 58	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Packet209SetPlayerTeam.java	/Minecraft/minecraft/net/minecraft/network/packet	line 30	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTagCompound2.java	/Minecraft/minecraft/net/minecraft/nbt	line 5	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 33	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockSapling.java	/Minecraft/minecraft/net/minecraft/block	line 184	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSapling.java	/Minecraft/minecraft/net/minecraft/block	line 186	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSapling.java	/Minecraft/minecraft/net/minecraft/block	line 187	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 81	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSapling.java	/Minecraft/minecraft/net/minecraft/block	line 188	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 85	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSapling.java	/Minecraft/minecraft/net/minecraft/block	line 189	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 33	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ComponentNetherBridgePiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 43	Java Problem
The serializable class CanvasMinecraftApplet does not declare a static final serialVersionUID field of type long	CanvasMinecraftApplet.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
The value of the local variable l1 is not used	BlockGrass.java	/Minecraft/minecraft/net/minecraft/block	line 58	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ScreenChatOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 51	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ScreenChatOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 55	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ScreenChatOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 77	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ScreenChatOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 81	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ScreenChatOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 87	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 114	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 122	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 130	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 138	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 146	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 154	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 162	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 377	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 418	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 450	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 114	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 105	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandEffect.java	/Minecraft/minecraft/net/minecraft/command	line 96	Java Problem
The value of the local variable hashmap is not used	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 114	Java Problem
The value of the local variable list is not used	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 45	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 45	Java Problem
The value of the field EntityEnchantmentTableParticleFX.field_70565_a is not used	EntityEnchantmentTableParticleFX.java	/Minecraft/minecraft/net/minecraft/client/particle	line 10	Java Problem
The value of the local variable list is not used	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 101	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 101	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 21	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 21	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 26	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 26	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerListenThread.java	/Minecraft/minecraft/net/minecraft/server	line 21	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 363	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 364	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	FontRenderer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 838	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FontRenderer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 882	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FontRenderer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 836	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 335	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 358	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 325	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 332	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 361	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 362	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 359	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 360	Java Problem
The value of the field MouseHelper.field_85184_d is not used	MouseHelper.java	/Minecraft/minecraft/net/minecraft/util	line 13	Java Problem
The import net.minecraft.stats.StatList is never used	BlockVine.java	/Minecraft/minecraft/net/minecraft/block	line 13	Java Problem
The import net.minecraft.item.Item is never used	BlockVine.java	/Minecraft/minecraft/net/minecraft/block	line 11	Java Problem
The import cpw.mods.fml.common.ModContainer is never used	ModLoaderNetworkHandler.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 15	Java Problem
The import cpw.mods.fml.common.discovery.ASMDataTable is never used	ModLoaderNetworkHandler.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 16	Java Problem
The import cpw.mods.fml.common.network.NetworkMod is never used	ModLoaderNetworkHandler.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 17	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 219	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 218	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 217	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 26	Java Problem
The value of the field MetadataCollection.metadataVersion is not used	MetadataCollection.java	/Minecraft/minecraft/cpw/mods/fml/common	line 32	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 353	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 265	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 155	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 444	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 175	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 454	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 117	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 614	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 137	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 26	Java Problem
The import cpw.mods.fml.common.Mod is never used	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 8	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityWither.java	/Minecraft/minecraft/net/minecraft/entity/boss	line 316	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 124	Java Problem
The import cpw.mods.fml.common.ModContainer is never used	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 9	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 152	Java Problem
The import java.lang.reflect.Constructor is never used	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 3	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 318	Java Problem
The import cpw.mods.fml.common.FMLCommonHandler is never used	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 6	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 342	Java Problem
Type safety: A generic array of Object&Serializable&Comparable<?> is created for a varargs parameter	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 79	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 347	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 98	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 355	Java Problem
The import net.minecraftforge.event.ForgeSubscribe is never used	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 374	Java Problem
The import net.minecraftforge.event.entity.EntityEvent is never used	MinecraftForge.java	/Minecraft/minecraft/net/minecraftforge/common	line 24	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 431	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	RecipeSorter.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 5	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelStorageVersion.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 27	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 27	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 70	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 57	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 26	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 26	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 188	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 200	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 203	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 217	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 165	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 169	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ISaveFormat.java	/Minecraft/minecraft/net/minecraft/world/storage	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 181	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 183	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 241	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 283	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 285	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 291	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 229	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableMPL2.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 8	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 231	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 235	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	DataWatcher.java	/Minecraft/minecraft/net/minecraft/entity	line 235	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 23	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 23	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 22	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 22	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiScreenDemo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 39	Java Problem
The import cpw.mods.fml.client.FMLClientHandler is never used	ModIdMapPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 31	Java Problem
The import cpw.mods.fml.common.registry.GameRegistry is never used	ModIdMapPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 35	Java Problem
The import java.util.BitSet is never used	ModIdMapPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 16	Java Problem
The import com.google.common.primitives.Ints is never used	ModIdMapPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 28	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 95	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	EntityTrackerEntry.java	/Minecraft/minecraft/net/minecraft/entity	line 95	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	InventoryEffectRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 58	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	InventoryEffectRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 71	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenDemo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenDemo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	GuiScreenDemo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 37	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiScreenDemo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 38	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 150	Java Problem
The import net.minecraft.world.gen.FlatGeneratorInfo is never used	WorldProvider.java	/Minecraft/minecraft/net/minecraft/world	line 19	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 98	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 198	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 142	Java Problem
The import net.minecraft.world.gen.ChunkProviderGenerate is never used	WorldProvider.java	/Minecraft/minecraft/net/minecraft/world	line 18	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 106	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 197	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 193	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 82	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 196	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 159	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 90	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 195	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 194	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 220	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 64	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 193	Java Problem
The import net.minecraft.world.gen.ChunkProviderFlat is never used	WorldProvider.java	/Minecraft/minecraft/net/minecraft/world	line 17	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 192	Java Problem
The import net.minecraft.world.biome.WorldChunkManagerHell is never used	WorldProvider.java	/Minecraft/minecraft/net/minecraft/world	line 14	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 36	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 102	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 24	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 102	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 24	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	NBTTagCompound.java	/Minecraft/minecraft/net/minecraft/nbt	line 19	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 102	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 25	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 25	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	BlockRedstoneWire.java	/Minecraft/minecraft/net/minecraft/block	line 26	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 28	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 28	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 141	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	StatList.java	/Minecraft/minecraft/net/minecraft/stats	line 141	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 184	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 189	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 198	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 201	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 203	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 203	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 204	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSlot.java	/Minecraft/minecraft/net/minecraft/client/gui	line 157	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 210	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 157	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 159	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 159	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 160	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 166	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 170	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 175	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 183	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 220	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 219	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 225	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 220	Java Problem
The static method addMerchantItem(MerchantRecipeList, int, Random, float) from the type EntityVillager should be accessed in a static way	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 213	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 211	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 200	Java Problem
The static method addBlacksmithItem(MerchantRecipeList, int, Random, float) from the type EntityVillager should be accessed in a static way	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 222	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CreativeTabMisc.java	/Minecraft/minecraft/net/minecraft/creativetab	line 31	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<StructureVillagePieceWeight>	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 193	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 191	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ClientRegistry.java	/Minecraft/minecraft/cpw/mods/fml/client/registry	line 38	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillagerRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 86	Java Problem
The value of the field GuiControlsScrollPanel.message is not used	GuiControlsScrollPanel.java	/Minecraft/minecraft/net/minecraftforge/client	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdRightTurn.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 17	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableBlockLocation.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemSkull.java	/Minecraft/minecraft/net/minecraft/item	line 119	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 295	Java Problem
The value of the local variable flag is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1440	Java Problem
The value of the local variable f4 is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1818	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemSkull.java	/Minecraft/minecraft/net/minecraft/item	line 123	Java Problem
The value of the local variable f5 is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1819	Java Problem
The import net.minecraftforge.event.Event.Result is never used	PlayerInteractEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 7	Java Problem
The import net.minecraft.world.World is never used	PlayerInteractEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 4	Java Problem
The import net.minecraftforge.event.Event is never used	PlayerInteractEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 6	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelSeed.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 20	Java Problem
The value of the field EntityRenderer.mouseFilterDummy4 is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 76	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ServerScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 20	Java Problem
The value of the field EntityRenderer.mouseFilterDummy3 is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 73	Java Problem
The value of the field EntityRenderer.mouseFilterDummy2 is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 70	Java Problem
The value of the field EntityRenderer.mouseFilterDummy1 is not used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 67	Java Problem
The import cpw.mods.fml.relauncher.Side is never used	BaseModProxy.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 27	Java Problem
The import net.minecraftforge.common.MinecraftForge is never used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 43	Java Problem
The import net.minecraftforge.client.event.RenderWorldLastEvent is never used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 42	Java Problem
The import net.minecraftforge.client.event.DrawBlockHighlightEvent is never used	EntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 41	Java Problem
The import cpw.mods.fml.relauncher.SideOnly is never used	BaseModProxy.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 28	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Locations.java	/Minecraft/minecraft/net/minecraft/client/mco	line 30	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Locations.java	/Minecraft/minecraft/net/minecraft/client/mco	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Locations.java	/Minecraft/minecraft/net/minecraft/client/mco	line 16	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Locations.java	/Minecraft/minecraft/net/minecraft/client/mco	line 35	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityMinecartHopper.java	/Minecraft/minecraft/net/minecraft/entity/item	line 164	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenSwamp.java	/Minecraft/minecraft/net/minecraft/world/biome	line 24	Java Problem
The import cpw.mods.fml.common.MissingModsException is never used	GuiDupesFound.java	/Minecraft/minecraft/cpw/mods/fml/client	line 21	Java Problem
The import cpw.mods.fml.common.versioning.ArtifactVersion is never used	GuiDupesFound.java	/Minecraft/minecraft/cpw/mods/fml/client	line 23	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 320	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 316	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 317	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 318	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 21	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 320	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 274	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 286	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 295	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 295	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 30	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 245	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 34	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 249	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 143	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 270	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 143	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 270	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 198	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 27	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 202	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 27	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 202	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockRedstoneTorch.java	/Minecraft/minecraft/net/minecraft/block	line 30	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 218	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 108	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 102	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 112	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 112	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 94	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 90	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 102	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 94	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 41	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 19	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 59	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 49	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 16	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 19	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	FlatGeneratorInfo.java	/Minecraft/minecraft/net/minecraft/world/gen	line 16	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RegistrySimple.java	/Minecraft/minecraft/net/minecraft/dispenser	line 21	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RegistrySimple.java	/Minecraft/minecraft/net/minecraft/dispenser	line 9	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RegistrySimple.java	/Minecraft/minecraft/net/minecraft/dispenser	line 9	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 176	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 175	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 174	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 173	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 172	Java Problem
The import net.minecraft.entity.player.EntityPlayer is never used	IShearable.java	/Minecraft/minecraft/net/minecraftforge/common	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 171	Java Problem
The import net.minecraft.util.MovingObjectPosition is never used	IShearable.java	/Minecraft/minecraft/net/minecraftforge/common	line 7	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 170	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 169	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 293	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 178	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 177	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 109	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 114	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockPistonBase.java	/Minecraft/minecraft/net/minecraft/block	line 332	Java Problem
The import net.minecraft.entity.item.EntityItem is never used	EntityMooshroom.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 5	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 157	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 158	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 167	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 168	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 119	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 120	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 155	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BiomeGenBase.java	/Minecraft/minecraft/net/minecraft/world/biome	line 156	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageField2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 44	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 34	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 34	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 35	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 35	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 128	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 129	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 214	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 281	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 297	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 298	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldManager.java	/Minecraft/minecraft/net/minecraft/world	line 109	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 38	Java Problem
Unnecessary @SuppressWarnings("unchecked")	ObfuscationReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/common	line 31	Java Problem
Unnecessary @SuppressWarnings("unchecked")	ObfuscationReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/common	line 56	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 57	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 39	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 39	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 38	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 29	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapData.java	/Minecraft/minecraft/net/minecraft/world/storage	line 29	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieceWeight2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdRoomCrossing.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 34	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdRoomCrossing.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 41	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockCloth.java	/Minecraft/minecraft/net/minecraft/block	line 62	Java Problem
The import cpw.mods.fml.client.TextureFXManager is never used	RenderingRegistry.java	/Minecraft/minecraft/cpw/mods/fml/client/registry	line 28	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCrossing2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockCloth.java	/Minecraft/minecraft/net/minecraft/block	line 66	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCrossing2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 30	Java Problem
The import cpw.mods.fml.common.versioning.ArtifactVersion is never used	GuiWrongMinecraft.java	/Minecraft/minecraft/cpw/mods/fml/client	line 18	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEffectDuration.java	/Minecraft/minecraft/net/minecraft/entity	line 6	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	TimerTaskMcoServerListUpdateComparator.java	/Minecraft/minecraft/net/minecraft/client/mco	line 8	Java Problem
The value of the field NetServerHandler.field_72584_h is not used	NetServerHandler.java	/Minecraft/minecraft/net/minecraft/network	line 96	Java Problem
The import net.minecraftforge.event.entity.player.PlayerInteractEvent.Action is never used	NetServerHandler.java	/Minecraft/minecraft/net/minecraft/network	line 73	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NetServerHandler.java	/Minecraft/minecraft/net/minecraft/network	line 1078	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	NetServerHandler.java	/Minecraft/minecraft/net/minecraft/network	line 916	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	NetServerHandler.java	/Minecraft/minecraft/net/minecraft/network	line 912	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	NetServerHandler.java	/Minecraft/minecraft/net/minecraft/network	line 912	Java Problem
The import cpw.mods.fml.common.registry.GameRegistry is never used	FMLServerHandler.java	/Minecraft/minecraft/cpw/mods/fml/server	line 36	Java Problem
Comparable is a raw type. References to generic type Comparable<T> should be parameterized	ProfilerResult.java	/Minecraft/minecraft/net/minecraft/profiler	line 6	Java Problem
The import net.minecraftforge.event.terraingen.OreGenEvent.GenerateMinable is never used	TerrainGen.java	/Minecraft/minecraft/net/minecraftforge/event/terraingen	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenForest.java	/Minecraft/minecraft/net/minecraft/world/biome	line 12	Java Problem
The import net.minecraft.world.World is never used	FMLServerHandler.java	/Minecraft/minecraft/cpw/mods/fml/server	line 26	Java Problem
The import cpw.mods.fml.common.ObfuscationReflectionHelper is never used	FMLServerHandler.java	/Minecraft/minecraft/cpw/mods/fml/server	line 30	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 119	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 127	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 221	Java Problem
The method convertAudioBytes(byte[], boolean) from the type CodecIBXM is never used locally	CodecIBXM.java	/Minecraft/minecraft/paulscode/sound/codecs	line 540	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 230	Java Problem
The method trimArray(byte[], int) from the type CodecIBXM is never used locally	CodecIBXM.java	/Minecraft/minecraft/paulscode/sound/codecs	line 496	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 387	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 433	Java Problem
The import java.awt.Dimension is never used	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 8	Java Problem
The import cpw.mods.fml.common.WrongMinecraftVersionException is never used	GuiCustomModLoadingErrorScreen.java	/Minecraft/minecraft/cpw/mods/fml/client	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockWoodSlab.java	/Minecraft/minecraft/net/minecraft/block	line 69	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 36	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWoodSlab.java	/Minecraft/minecraft/net/minecraft/block	line 75	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 36	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 39	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 39	Java Problem
The import cpw.mods.fml.common.Loader is never used	GuiCustomModLoadingErrorScreen.java	/Minecraft/minecraft/cpw/mods/fml/client	line 16	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 48	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RenderEngine.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 48	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 2407	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1658	Java Problem
The value of the local variable tessellator is not used	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1616	Java Problem
The value of the local variable random is not used	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 2159	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1803	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1529	Java Problem
Type safety: Unchecked invocation sort(ArrayList, RenderSorter) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1529	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1589	Java Problem
Type safety: The expression of type RenderSorter needs unchecked conversion to conform to Comparator<? super Object>	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1529	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1513	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 430	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1458	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 258	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1518	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 639	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1517	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 611	Java Problem
Type safety: The expression of type EntitySorter needs unchecked conversion to conform to Comparator<? super WorldRenderer>	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 682	Java Problem
Type safety: Unchecked invocation sort(WorldRenderer[], EntitySorter) of the generic method sort(T[], Comparator<? super T>) of type Arrays	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 682	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 936	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 871	Java Problem
Type safety: The expression of type EntitySorter needs unchecked conversion to conform to Comparator<? super WorldRenderer>	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 436	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 478	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 70	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 629	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 70	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 650	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 217	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 183	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 223	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 183	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 227	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 423	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 244	Java Problem
Type safety: Unchecked invocation sort(WorldRenderer[], EntitySorter) of the generic method sort(T[], Comparator<? super T>) of type Arrays	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 436	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiContainer.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 249	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 79	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 137	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 137	Java Problem
The value of the field RenderGlobal.dummyRenderInt is not used	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 177	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 74	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 74	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	RenderGlobal.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 79	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdPrison.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 12	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 29	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdPrison.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 41	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 57	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 57	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 109	Java Problem
The value of the field ModLoaderModContainer.sourceType is not used	ModLoaderModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 77	Java Problem
The value of the field ModLoaderModContainer.sidedProxy is not used	ModLoaderModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 79	Java Problem
The value of the field ModLoaderModContainer.bus is not used	ModLoaderModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 84	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 32	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 29	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 15	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 12	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 12	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityDragon.java	/Minecraft/minecraft/net/minecraft/entity/boss	line 412	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityDragon.java	/Minecraft/minecraft/net/minecraft/entity/boss	line 415	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 35	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet20NamedEntitySpawn.java	/Minecraft/minecraft/net/minecraft/network/packet	line 107	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockEndPortal.java	/Minecraft/minecraft/net/minecraft/block	line 61	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StructureMineshaftPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 62	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 15	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureMineshaftPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 50	Java Problem
The value of the local variable object is not used	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 24	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet20NamedEntitySpawn.java	/Minecraft/minecraft/net/minecraft/network/packet	line 40	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 30	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureMineshaftPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 74	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	PacketCount.java	/Minecraft/minecraft/net/minecraft/network/packet	line 31	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureMineshaftPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 14	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 251	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 176	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 151	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 121	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 113	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 101	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Explosion.java	/Minecraft/minecraft/net/minecraft/world	line 57	Java Problem
The value of the field LanServer.timeLastSeen is not used	LanServer.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 14	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenMineshaft.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 16	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapGenMineshaft.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 14	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenMineshaft.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenMineshaft.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 175	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityDragon.java	/Minecraft/minecraft/net/minecraft/entity/boss	line 440	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 176	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityDragon.java	/Minecraft/minecraft/net/minecraft/entity/boss	line 436	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityDragon.java	/Minecraft/minecraft/net/minecraft/entity/boss	line 459	Java Problem
The value of the local variable flag is not used	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 144	Java Problem
The value of the local variable k is not used	WeightedRandomChestContent.java	/Minecraft/minecraft/net/minecraft/util	line 46	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 173	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 173	Java Problem
The import net.minecraftforge.common.DungeonHooks is never used	WeightedRandomChestContent.java	/Minecraft/minecraft/net/minecraft/util	line 8	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CrashReport.java	/Minecraft/minecraft/net/minecraft/crash	line 29	Java Problem
Type safety: Unchecked cast from BaseModProxy to A	ModLoaderModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 364	Java Problem
The import cpw.mods.fml.common.FMLLog is never used	WeightedRandomChestContent.java	/Minecraft/minecraft/net/minecraft/util	line 9	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 174	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 36	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CrashReport.java	/Minecraft/minecraft/net/minecraft/crash	line 107	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ContainerEnchantment.java	/Minecraft/minecraft/net/minecraft/inventory	line 164	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CrashReport.java	/Minecraft/minecraft/net/minecraft/crash	line 29	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 73	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	HttpUtil.java	/Minecraft/minecraft/net/minecraft/util	line 133	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CrashReport.java	/Minecraft/minecraft/net/minecraft/crash	line 284	Java Problem
The import cpw.mods.fml.relauncher.Side is never used	TexturedQuad.java	/Minecraft/minecraft/net/minecraft/client/model	line 3	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 65	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 208	Java Problem
The import cpw.mods.fml.relauncher.SideOnly is never used	TexturedQuad.java	/Minecraft/minecraft/net/minecraft/client/model	line 4	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 53	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 208	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 72	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 203	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 71	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 192	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 74	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 191	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 179	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 76	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureStrongholdPieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 134	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 75	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiOptions.java	/Minecraft/minecraft/net/minecraft/client/gui	line 77	Java Problem
The import net.minecraft.entity.item.EntityItem is never used	EntitySheep.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 19	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 287	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 287	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 320	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 330	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EmptyChunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 178	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EmptyChunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 173	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EmptyChunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 178	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 47	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<? extends Object>	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 29	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 63	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 14	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 14	Java Problem
Type safety: Unchecked invocation unmodifiableList(ArrayList) of the generic method unmodifiableList(List<? extends T>) of type Collections	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 29	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	LanServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 27	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldEvent.java	/Minecraft/minecraft/net/minecraftforge/event/world	line 49	Java Problem
Type safety: Unchecked cast from List to List<SpawnListEntry>	WorldEvent.java	/Minecraft/minecraft/net/minecraftforge/event/world	line 58	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 173	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 173	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 171	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 171	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 285	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 199	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 183	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 174	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 75	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 162	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 156	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 143	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerSelector.java	/Minecraft/minecraft/net/minecraft/command	line 84	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 133	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 133	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 134	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 141	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 124	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 125	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 125	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 129	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 165	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 172	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 176	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 176	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 143	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 147	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 150	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 165	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 273	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 268	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 218	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 209	Java Problem
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 237	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 236	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	SpawnListEntry.java	/Minecraft/minecraft/net/minecraft/world/biome	line 12	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 17	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	SpawnListEntry.java	/Minecraft/minecraft/net/minecraft/world/biome	line 8	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiLanguage.java	/Minecraft/minecraft/net/minecraft/client/gui	line 41	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemFirework.java	/Minecraft/minecraft/net/minecraft/item	line 50	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ItemFirework.java	/Minecraft/minecraft/net/minecraft/item	line 70	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFirework.java	/Minecraft/minecraft/net/minecraft/item	line 60	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ItemFirework.java	/Minecraft/minecraft/net/minecraft/item	line 70	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemFirework.java	/Minecraft/minecraft/net/minecraft/item	line 77	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFirework.java	/Minecraft/minecraft/net/minecraft/item	line 80	Java Problem
The import java.util.List is never used	FMLFingerprintViolationEvent.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 16	Java Problem
Type safety: Unchecked cast from Object to ArrayList<ItemStack>	ShapedOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 220	Java Problem
The serializable class DuplicateModsFoundException does not declare a static final serialVersionUID field of type long	DuplicateModsFoundException.java	/Minecraft/minecraft/cpw/mods/fml/common	line 20	Java Problem
The import java.util.List is never used	DuplicateModsFoundException.java	/Minecraft/minecraft/cpw/mods/fml/common	line 16	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockAnvil.java	/Minecraft/minecraft/net/minecraft/block	line 173	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockAnvil.java	/Minecraft/minecraft/net/minecraft/block	line 174	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockAnvil.java	/Minecraft/minecraft/net/minecraft/block	line 175	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockAnvil.java	/Minecraft/minecraft/net/minecraft/block	line 171	Java Problem
The import cpw.mods.fml.common.LoaderState is never used	FMLServerStoppedEvent.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 15	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 14	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 15	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 14	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 16	Java Problem
The import cpw.mods.fml.common.FMLLog is never used	BaseMod.java	/Minecraft/minecraft/net/minecraft/src	line 41	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 15	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemDye.java	/Minecraft/minecraft/net/minecraft/item	line 385	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemDye.java	/Minecraft/minecraft/net/minecraft/item	line 381	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 16	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 19	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 40	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 48	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 11	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 192	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 48	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 195	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 44	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 29	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 243	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 45	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 29	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 251	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 252	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 260	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 49	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 261	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 344	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 55	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 58	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 63	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 75	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 58	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 75	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 58	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 71	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemAppleGold.java	/Minecraft/minecraft/net/minecraft/item	line 58	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 85	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 76	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemAppleGold.java	/Minecraft/minecraft/net/minecraft/item	line 60	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 181	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 67	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemAppleGold.java	/Minecraft/minecraft/net/minecraft/item	line 61	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 187	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 68	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 191	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 84	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 84	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 82	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableCrashMemoryReport.java	/Minecraft/minecraft/net/minecraft/crash	line 6	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 76	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 94	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 71	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 89	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 45	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 89	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 85	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 92	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 102	Java Problem
Type safety: The expression of type ComparatorClassSorter needs unchecked conversion to conform to Comparator<? super Object>	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 40	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 346	Java Problem
Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<? super Object>	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 98	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 40	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiMainMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 345	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 98	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 45	Java Problem
Type safety: Unchecked invocation sort(ArrayList, Comparator) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 98	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 41	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 122	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 38	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 114	Java Problem
Vector is a raw type. References to generic type Vector<E> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 29	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 114	Java Problem
Type safety: Unchecked invocation sort(ArrayList, ComparatorClassSorter) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 40	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	Scoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 107	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	CallableSuspiciousClasses.java	/Minecraft/minecraft/net/minecraft/crash	line 38	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelGamemode.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ScoreObjectiveCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 9	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ScoreObjectiveCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillageSiege.java	/Minecraft/minecraft/net/minecraft/village	line 112	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ScoreObjectiveCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 9	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageSiege.java	/Minecraft/minecraft/net/minecraft/village	line 113	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageSiege.java	/Minecraft/minecraft/net/minecraft/village	line 135	Java Problem
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized	TexturePackCustom.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 92	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 268	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 257	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 271	Java Problem
Iterable is a raw type. References to generic type Iterable<T> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 268	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 272	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 271	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 280	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 27	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 227	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 43	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 244	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 229	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 247	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandBase.java	/Minecraft/minecraft/net/minecraft/command	line 247	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 35	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 72	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 35	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 75	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 76	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 73	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 74	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 79	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 80	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 77	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 78	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 100	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 190	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 81	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	TileEntityRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer/tileentity	line 93	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MinecraftFakeLauncher.java	/Minecraft/minecraft/net/minecraft/client	line 17	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MinecraftFakeLauncher.java	/Minecraft/minecraft/net/minecraft/client	line 15	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSleepMP.java	/Minecraft/minecraft/net/minecraft/client/gui	line 19	Java Problem
The serializable class MinecraftFakeLauncher does not declare a static final serialVersionUID field of type long	MinecraftFakeLauncher.java	/Minecraft/minecraft/net/minecraft/client	line 12	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 84	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 94	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 82	Java Problem
The import net.minecraftforge.event.entity.EntityEvent is never used	ItemExpireEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/item	line 5	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 84	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 108	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandXP.java	/Minecraft/minecraft/net/minecraft/command	line 91	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 109	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 33	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 258	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 258	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLvl1.java	/Minecraft/minecraft/net/minecraft/world	line 6	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 259	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type AbstractSet. References to generic type AbstractSet<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 260	Java Problem
The value of the field EnumChatFormatting.field_96330_y is not used	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 35	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 159	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 34	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 159	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 34	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 160	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EnumChatFormatting.java	/Minecraft/minecraft/net/minecraft/util	line 33	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 212	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 88	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 89	Java Problem
The value of the field WorldRenderer.bytesDrawn is not used	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 92	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 94	Java Problem
The import net.minecraftforge.client.ForgeHooksClient is never used	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 20	Java Problem
The import net.minecraft.src.BaseMod is never used	ASMModParser.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 88	Java Problem
The import net.minecraft.world.World is never used	EntityEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity	line 4	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet104WindowItems.java	/Minecraft/minecraft/net/minecraft/network/packet	line 21	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 263	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type AbstractSet. References to generic type AbstractSet<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 262	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	WorldRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 261	Java Problem
The value of the field NpcMerchant.theMerchantInventory is not used	NpcMerchant.java	/Minecraft/minecraft/net/minecraft/entity	line 14	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerPardonIp.java	/Minecraft/minecraft/net/minecraft/command	line 60	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor4.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor4.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
The serializable class WrongUsageException does not declare a static final serialVersionUID field of type long	WrongUsageException.java	/Minecraft/minecraft/net/minecraft/command	line 3	Java Problem
The value of the field EnumFacing.order_b is not used	EnumFacing.java	/Minecraft/minecraft/net/minecraft/util	line 16	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 75	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 72	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 68	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 26	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 88	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 83	Java Problem
The value of the field WorldSpecificSaveHandler.world is not used	WorldSpecificSaveHandler.java	/Minecraft/minecraft/net/minecraftforge/common	line 18	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 77	Java Problem
Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 77	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 26	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 25	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 25	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 145	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 146	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 139	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 140	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 179	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 195	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 146	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 159	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 110	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 115	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 99	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 103	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 132	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 34	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 132	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 34	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 120	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 34	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatFileWriter.java	/Minecraft/minecraft/net/minecraft/stats	line 130	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 34	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 59	Java Problem
Type safety: The method isAnnotationPresent(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 62	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 46	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 49	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 43	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EffectRenderer.java	/Minecraft/minecraft/net/minecraft/client/particle	line 23	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Event.java	/Minecraft/minecraft/net/minecraftforge/event	line 45	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EffectRenderer.java	/Minecraft/minecraft/net/minecraft/client/particle	line 53	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EffectRenderer.java	/Minecraft/minecraft/net/minecraft/client/particle	line 40	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEffectIsAmbient.java	/Minecraft/minecraft/net/minecraft/entity	line 6	Java Problem
The value of the local variable flag2 is not used	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 2267	Java Problem
Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 2622	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 2257	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 2015	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 758	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 648	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockPane.java	/Minecraft/minecraft/net/minecraft/block	line 91	Java Problem
The value of the field Entity.persistentID is not used	Entity.java	/Minecraft/minecraft/net/minecraft/entity	line 244	Java Problem
The import com.google.common.collect.SetMultimap is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 24	Java Problem
The import net.minecraft.src.BaseMod is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 32	Java Problem
The import com.google.common.collect.HashMultimap is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 21	Java Problem
The import com.google.common.collect.ListMultimap is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 22	Java Problem
The import java.util.concurrent.Callable is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 18	Java Problem
The import com.google.common.collect.ArrayListMultimap is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 20	Java Problem
The import java.util.HashMap is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 16	Java Problem
The serializable class ReportedException does not declare a static final serialVersionUID field of type long	ReportedException.java	/Minecraft/minecraft/net/minecraft/util	line 5	Java Problem
The import cpw.mods.fml.common.registry.VillagerRegistry.IVillageTradeHandler is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 49	Java Problem
The import cpw.mods.fml.common.network.IGuiHandler is never used	ModLoaderHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 44	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerBan.java	/Minecraft/minecraft/net/minecraft/command	line 67	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 283	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 145	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 144	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 143	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 142	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 141	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 140	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Comparable<? super Comparable<? super T>>>	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 106	Java Problem
Type safety: Unchecked invocation sort(List) of the generic method sort(List<T>) of type Collections	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 106	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSelectWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 40	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BlockChest.java	/Minecraft/minecraft/net/minecraft/block	line 547	Java Problem
The value of the local variable flag is not used	BlockChest.java	/Minecraft/minecraft/net/minecraft/block	line 210	Java Problem
The value of the local variable flag1 is not used	BlockChest.java	/Minecraft/minecraft/net/minecraft/block	line 213	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandDebug.java	/Minecraft/minecraft/net/minecraft/command	line 101	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandDebug.java	/Minecraft/minecraft/net/minecraft/command	line 157	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 539	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 132	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 131	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 130	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 129	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 128	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 127	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 126	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiMultiplayer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 78	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageHall.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdStraight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 42	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdStraight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 27	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelGeneratorOptions.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapItemRenderer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 101	Java Problem
The value of the field MapItemRenderer.fontRenderer is not used	MapItemRenderer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureNetherBridgePieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 12	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureNetherBridgePieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 36	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureNetherBridgePieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 6	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 32	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapGenVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 29	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityArrow.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 254	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RegionFileCache.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 49	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RegionFileCache.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 39	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RegionFileCache.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 14	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockFence.java	/Minecraft/minecraft/net/minecraft/block	line 29	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RegionFileCache.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWood.java	/Minecraft/minecraft/net/minecraft/block	line 58	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWood.java	/Minecraft/minecraft/net/minecraft/block	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWood.java	/Minecraft/minecraft/net/minecraft/block	line 59	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ContainerRepair.java	/Minecraft/minecraft/net/minecraft/inventory	line 109	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ContainerRepair.java	/Minecraft/minecraft/net/minecraft/inventory	line 100	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ContainerRepair.java	/Minecraft/minecraft/net/minecraft/inventory	line 196	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ContainerRepair.java	/Minecraft/minecraft/net/minecraft/inventory	line 166	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ContainerRepair.java	/Minecraft/minecraft/net/minecraft/inventory	line 216	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateFlatWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 49	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockWood.java	/Minecraft/minecraft/net/minecraft/block	line 54	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateFlatWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 50	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockWood.java	/Minecraft/minecraft/net/minecraft/block	line 56	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateFlatWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 51	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateFlatWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 52	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateFlatWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 53	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCreateFlatWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 54	Java Problem
The import com.google.common.base.Suppliers is never used	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 37	Java Problem
The import net.minecraft.client is never used	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 26	Java Problem
The import cpw.mods.fml.client.FMLClientHandler is never used	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 47	Java Problem
The import com.google.common.collect.Iterators is never used	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 39	Java Problem
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map<Class<? extends Entity>,Render>	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 75	Java Problem
Type safety: Unchecked invocation newHashMap(Map) of the generic method newHashMap(Map<? extends K,? extends V>) of type Maps	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 75	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdLeftTurn.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 34	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdLeftTurn.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 22	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIMate.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 91	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIMate.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 88	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 181	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 110	Java Problem
The value of the local variable l is not used	WorldGenTallGrass.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 21	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 219	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 192	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 234	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 27	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 32	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 32	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 44	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 64	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 85	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 86	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 109	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 24	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 24	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapStorage.java	/Minecraft/minecraft/net/minecraft/world/storage	line 27	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 24	Java Problem
Type safety: The expression of type HashSet needs unchecked conversion to conform to Set<List>	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 24	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 25	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to ArrayList<LiquidContainerData>	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 25	Java Problem
Type safety: The expression of type HashSet needs unchecked conversion to conform to Set<List>	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 24	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockLog.java	/Minecraft/minecraft/net/minecraft/block	line 141	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLog.java	/Minecraft/minecraft/net/minecraft/block	line 145	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLog.java	/Minecraft/minecraft/net/minecraft/block	line 146	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLog.java	/Minecraft/minecraft/net/minecraft/block	line 143	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLog.java	/Minecraft/minecraft/net/minecraft/block	line 144	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 41	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemMap.java	/Minecraft/minecraft/net/minecraft/item	line 341	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 75	Java Problem
The value of the field GuiIngameMenu.updateCounter2 is not used	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 15	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 47	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemMap.java	/Minecraft/minecraft/net/minecraft/item	line 349	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 71	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 63	Java Problem
The value of the local variable flag2 is not used	ItemMap.java	/Minecraft/minecraft/net/minecraft/item	line 175	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 24	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 36	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 24	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 35	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 30	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 28	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	ScoreComparator.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 5	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 30	Java Problem
The value of the field GuiIngameMenu.updateCounter is not used	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 13	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 13	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 40	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 39	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiIngameMenu.java	/Minecraft/minecraft/net/minecraft/client/gui	line 38	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 70	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemMap.java	/Minecraft/minecraft/net/minecraft/item	line 353	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemMap.java	/Minecraft/minecraft/net/minecraft/item	line 354	Java Problem
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map<List,LiquidContainerData>	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillagePathGen.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 89	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillagePathGen.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 24	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 22	Java Problem
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends Class<? extends Entity>,? extends Render>	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 88	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 21	Java Problem
Type safety: The expression of type MapDifference needs unchecked conversion to conform to MapDifference<Class<? extends Entity>,Render>	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 88	Java Problem
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map<List,LiquidContainerData>	LiquidContainerRegistry.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 21	Java Problem
Type safety: Unchecked invocation difference(Map, Map<Class<? extends Entity>,Render>, Equivalence<Object>) of the generic method difference(Map<? extends K,? extends V>, Map<? extends K,? extends V>, Equivalence<? super V>) of type Maps	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 88	Java Problem
Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends Class<? extends Entity>,? extends Render>	ModLoaderClientHelper.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 75	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 89	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 69	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	IntCache.java	/Minecraft/minecraft/net/minecraft/world/gen/layer	line 90	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemBoat.java	/Minecraft/minecraft/net/minecraft/item	line 56	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLvl3.java	/Minecraft/minecraft/net/minecraft/world	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CommandServerOp.java	/Minecraft/minecraft/net/minecraft/command	line 58	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandServerOp.java	/Minecraft/minecraft/net/minecraft/command	line 48	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandServerOp.java	/Minecraft/minecraft/net/minecraft/command	line 48	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerOp.java	/Minecraft/minecraft/net/minecraft/command	line 43	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelTime.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 24	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 27	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 24	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableOSInfo.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockHalfSlab.java	/Minecraft/minecraft/net/minecraft/block	line 78	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 73	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 85	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 64	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 68	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 30	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 51	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 27	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 30	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 72	Java Problem
The value of the local variable flag is not used	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 84	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 98	Java Problem
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 29	Java Problem
The import net.minecraft.item.Item is never used	BlockTallGrass.java	/Minecraft/minecraft/net/minecraft/block	line 13	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 48	Java Problem
The import net.minecraft.stats.StatList is never used	BlockTallGrass.java	/Minecraft/minecraft/net/minecraft/block	line 15	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelSpawnLocation.java	/Minecraft/minecraft/net/minecraft/world/storage	line 6	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockTallGrass.java	/Minecraft/minecraft/net/minecraft/block	line 121	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockTallGrass.java	/Minecraft/minecraft/net/minecraft/block	line 125	Java Problem
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized	StructureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureVillageStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 43	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureVillageStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureVillageStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureVillageStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureVillageStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CreativeCrafting.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 21	Java Problem
The import net.minecraftforge.common.ForgeDirection is never used	BlockTorch.java	/Minecraft/minecraft/net/minecraft/block	line 13	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumHelper.java	/Minecraft/minecraft/net/minecraftforge/common	line 35	Java Problem
The import cpw.mods.fml.common.FMLCommonHandler is never used	EnumHelper.java	/Minecraft/minecraft/net/minecraftforge/common	line 6	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumHelper.java	/Minecraft/minecraft/net/minecraftforge/common	line 191	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumHelper.java	/Minecraft/minecraft/net/minecraftforge/common	line 68	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumHelper.java	/Minecraft/minecraft/net/minecraftforge/common	line 193	Java Problem
The value of the field Channel.fine_tune is not used	Channel.java	/Minecraft/minecraft/ibxm	line 13	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableClientMemoryStats.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
The value of the field ChatClickData.fontR is not used	ChatClickData.java	/Minecraft/minecraft/net/minecraft/client/gui	line 16	Java Problem
The value of the field ChatClickData.field_78312_d is not used	ChatClickData.java	/Minecraft/minecraft/net/minecraft/client/gui	line 18	Java Problem
The value of the field ChatClickData.field_78313_e is not used	ChatClickData.java	/Minecraft/minecraft/net/minecraft/client/gui	line 19	Java Problem
The value of the local variable j1 is not used	RConThreadClient.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 97	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdChestCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 31	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdChestCorridor.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 36	Java Problem
The serializable class ExceptionRetryCall does not declare a static final serialVersionUID field of type long	ExceptionRetryCall.java	/Minecraft/minecraft/net/minecraft/client/mco	line 7	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerInstance.java	/Minecraft/minecraft/net/minecraft/server/management	line 211	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapInfo.java	/Minecraft/minecraft/net/minecraft/world/storage	line 73	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerInstance.java	/Minecraft/minecraft/net/minecraft/server/management	line 84	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerInstance.java	/Minecraft/minecraft/net/minecraft/server/management	line 51	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	PlayerInstance.java	/Minecraft/minecraft/net/minecraft/server/management	line 50	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PlayerInstance.java	/Minecraft/minecraft/net/minecraft/server/management	line 32	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerInstance.java	/Minecraft/minecraft/net/minecraft/server/management	line 19	Java Problem
The import cpw.mods.fml.common.registry.GameRegistry is never used	FMLDummyContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 30	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 116	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 115	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 115	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 115	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 179	Java Problem
The value of the local variable object is not used	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 174	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 116	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 116	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 283	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 282	Java Problem
The value of the local variable object is not used	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 255	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 254	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableMinecraftVersion.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 354	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 59	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 62	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 21	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 21	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableIsFeatureChunk.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 5	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 29	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 114	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 39	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 114	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 63	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 65	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 67	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	TcpConnection.java	/Minecraft/minecraft/net/minecraft/network	line 114	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	GLAllocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 67	Java Problem
The value of the field ModAnnotationVisitor.name is not used	ModAnnotationVisitor.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 22	Java Problem
The import com.google.common.collect.Lists is never used	ModSorter.java	/Minecraft/minecraft/cpw/mods/fml/common/toposort	line 19	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableScreenSize.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 9	Java Problem
The import net.minecraftforge.common.ForgeHooks is never used	ItemInWorldManager.java	/Minecraft/minecraft/net/minecraft/item	line 11	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 366	Java Problem
The value of the local variable sequence_length is not used	ScreamTracker3.java	/Minecraft/minecraft/ibxm	line 62	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 122	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 160	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 183	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 227	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 287	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 312	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 319	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 355	Java Problem
The import org.lwjgl.opengl.Display is never used	MinecraftForgeClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 8	Java Problem
The import net.minecraft.block.Block is never used	MinecraftForgeClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 10	Java Problem
The import net.minecraft.entity.Entity is never used	MinecraftForgeClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 11	Java Problem
The import net.minecraft.client.renderer.RenderBlocks is never used	MinecraftForgeClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 14	Java Problem
The import net.minecraft.world.World is never used	MinecraftForgeClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 15	Java Problem
The import net.minecraftforge.common.MinecraftForge is never used	MinecraftForgeClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 17	Java Problem
The serializable class NumberInvalidException does not declare a static final serialVersionUID field of type long	NumberInvalidException.java	/Minecraft/minecraft/net/minecraft/command	line 3	Java Problem
The value of the field FMLPacket.type is not used	FMLPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 111	Java Problem
The value of the field EntityPlayerSP.field_71160_ci is not used	EntityPlayerSP.java	/Minecraft/minecraft/net/minecraft/client/entity	line 70	Java Problem
The value of the field EntityPlayerSP.field_71161_cj is not used	EntityPlayerSP.java	/Minecraft/minecraft/net/minecraft/client/entity	line 71	Java Problem
The value of the field EntityPlayerSP.field_71162_ch is not used	EntityPlayerSP.java	/Minecraft/minecraft/net/minecraft/client/entity	line 69	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntitySenses.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 13	Java Problem
Comparable is a raw type. References to generic type Comparable<T> should be parameterized	NextTickListEntry.java	/Minecraft/minecraft/net/minecraft/world	line 5	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntitySenses.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 16	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntitySenses.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 53	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntitySenses.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntitySenses.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 16	Java Problem
The import cpw.mods.fml.client.modloader.ModLoaderKeyBindingHandler is never used	ModLoader.java	/Minecraft/minecraft/net/minecraft/src	line 60	Java Problem
The import cpw.mods.fml.client.registry.KeyBindingRegistry is never used	ModLoader.java	/Minecraft/minecraft/net/minecraft/src	line 62	Java Problem
The import cpw.mods.fml.server.FMLServerHandler is never used	ModLoader.java	/Minecraft/minecraft/net/minecraft/src	line 77	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntitySenses.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 57	Java Problem
The method registerBlock(Block) from the type GameRegistry is deprecated	ModLoader.java	/Minecraft/minecraft/net/minecraft/src	line 632	Java Problem
The method registerBlock(Block, Class<? extends ItemBlock>) from the type GameRegistry is deprecated	ModLoader.java	/Minecraft/minecraft/net/minecraft/src	line 643	Java Problem
The value of the field BlockFire.abilityToCatchFire is not used	BlockFire.java	/Minecraft/minecraft/net/minecraft/block	line 26	Java Problem
The method tryToCatchBlockOnFire(World, int, int, int, int, Random, int) from the type BlockFire is never used locally	BlockFire.java	/Minecraft/minecraft/net/minecraft/block	line 232	Java Problem
The import net.minecraft.world.WorldProviderEnd is never used	BlockFire.java	/Minecraft/minecraft/net/minecraft/block	line 12	Java Problem
The value of the field BlockFire.chanceToEncourageFire is not used	BlockFire.java	/Minecraft/minecraft/net/minecraft/block	line 20	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableGLInfo.java	/Minecraft/minecraft/net/minecraft/client	line 9	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdPortalRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdPortalRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 31	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 35	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 38	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 46	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 21	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 21	Java Problem
The value of the field ItemSeeds.soilBlockID is not used	ItemSeeds.java	/Minecraft/minecraft/net/minecraft/item	line 20	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiEditSign.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 51	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BlockPressurePlate.java	/Minecraft/minecraft/net/minecraft/block	line 63	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockPressurePlate.java	/Minecraft/minecraft/net/minecraft/block	line 44	Java Problem
The serializable class ExceptionMcoHttp does not declare a static final serialVersionUID field of type long	ExceptionMcoHttp.java	/Minecraft/minecraft/net/minecraft/client/mco	line 7	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ICommandManager.java	/Minecraft/minecraft/net/minecraft/command	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ICommandManager.java	/Minecraft/minecraft/net/minecraft/command	line 13	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 85	Java Problem
The value of the local variable flag1 is not used	Packet.java	/Minecraft/minecraft/net/minecraft/network/packet	line 137	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerKick.java	/Minecraft/minecraft/net/minecraft/command	line 68	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 22	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 92	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ICommandManager.java	/Minecraft/minecraft/net/minecraft/command	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 109	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 61	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 72	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 24	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 42	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	VillageCollection.java	/Minecraft/minecraft/net/minecraft/village	line 24	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMerchant.java	/Minecraft/minecraft/net/minecraft/client/gui	line 47	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMerchant.java	/Minecraft/minecraft/net/minecraft/client/gui	line 46	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NetLoginHandler.java	/Minecraft/minecraft/net/minecraft/network	line 222	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	NetLoginHandler.java	/Minecraft/minecraft/net/minecraft/network	line 219	Java Problem
The value of the field ChestGenHooks.category is not used	ChestGenHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 152	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiVideoSettings.java	/Minecraft/minecraft/net/minecraft/client/gui	line 76	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiVideoSettings.java	/Minecraft/minecraft/net/minecraft/client/gui	line 72	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiVideoSettings.java	/Minecraft/minecraft/net/minecraft/client/gui	line 43	Java Problem
The value of the field ReflectionHelper.UnableToFindFieldException.fieldNameList is not used	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 63	Java Problem
The serializable class UnableToFindFieldException does not declare a static final serialVersionUID field of type long	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 61	Java Problem
Type safety: Unchecked cast from Class<capture#6-of ?> to Class<? super Object>	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 151	Java Problem
The value of the field ReflectionHelper.UnableToFindClassException.classNames is not used	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 39	Java Problem
The serializable class UnableToFindClassException does not declare a static final serialVersionUID field of type long	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 37	Java Problem
The value of the field ReflectionHelper.UnableToAccessFieldException.fieldNameList is not used	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 52	Java Problem
The serializable class UnableToAccessFieldException does not declare a static final serialVersionUID field of type long	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 49	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ShapelessRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	IChunkProvider.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 56	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 34	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ShapelessRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 16	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ShapelessRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 45	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 34	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 34	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableType.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 5	Java Problem
The serializable class SyntaxErrorException does not declare a static final serialVersionUID field of type long	SyntaxErrorException.java	/Minecraft/minecraft/net/minecraft/command	line 3	Java Problem
The import java.io.InputStream is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 17	Java Problem
The import java.nio.charset.Charset is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 80	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TimerTaskMcoServerListUpdate.java	/Minecraft/minecraft/net/minecraft/client/mco	line 35	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 80	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 81	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 81	Java Problem
The import com.google.common.collect.ArrayListMultimap is never used	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 6	Java Problem
Type safety: The expression of type TimerTaskMcoServerListUpdateComparator needs unchecked conversion to conform to Comparator<? super Object>	TimerTaskMcoServerListUpdate.java	/Minecraft/minecraft/net/minecraft/client/mco	line 51	Java Problem
The import com.google.common.collect.ListMultimap is never used	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 7	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>	TimerTaskMcoServerListUpdate.java	/Minecraft/minecraft/net/minecraft/client/mco	line 51	Java Problem
The import cpw.mods.fml.common.FMLLog is never used	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 9	Java Problem
Type safety: Unchecked invocation sort(List, TimerTaskMcoServerListUpdateComparator) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	TimerTaskMcoServerListUpdate.java	/Minecraft/minecraft/net/minecraft/client/mco	line 51	Java Problem
The import cpw.mods.fml.common.Loader is never used	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 10	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TimerTaskMcoServerListUpdate.java	/Minecraft/minecraft/net/minecraft/client/mco	line 49	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableBlockType.java	/Minecraft/minecraft/net/minecraft/crash	line 6	Java Problem
The import java.util.Map.Entry is never used	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 4	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 156	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 82	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 82	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 123	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 97	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeStairs.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
The value of the field ReflectionHelper.UnableToFindMethodException.methodNames is not used	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 27	Java Problem
The serializable class UnableToFindMethodException does not declare a static final serialVersionUID field of type long	ReflectionHelper.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 25	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeStairs.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
The value of the local variable b0 is not used	EntityWolf.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 557	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	Score.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 8	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Score.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 88	Java Problem
The method getHelper() from the type TextureFXManager refers to the missing type TextureHelper	FMLRenderAccessLibrary.java	/Minecraft/minecraft/net/minecraft/src	line 77	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIFollowGolem.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 44	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIFollowGolem.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 36	Java Problem
The value of the local variable z is not used	RenderItem.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 246	Java Problem
The value of the local variable j is not used	RenderItem.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 234	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCrossing.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 30	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCrossing.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AchievementList.java	/Minecraft/minecraft/net/minecraft/stats	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	AchievementList.java	/Minecraft/minecraft/net/minecraft/stats	line 23	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 47	Java Problem
The value of the field UseHoeEvent.handeled is not used	UseHoeEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 29	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 47	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 59	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 70	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 73	Java Problem
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 130	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 230	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandSetSpawnpoint.java	/Minecraft/minecraft/net/minecraft/command	line 62	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiTexturePacks.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 96	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiTexturePacks.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 95	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 26	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 27	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	StringTranslate.java	/Minecraft/minecraft/net/minecraft/util	line 27	Java Problem
The value of the field GuiTexturePacks.field_96146_n is not used	GuiTexturePacks.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 31	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiTexturePacks.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 45	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiTexturePacks.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 46	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	GuiTexturePacks.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 94	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 148	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 142	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 55	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 54	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 167	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 167	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 162	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 154	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 185	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 171	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSandStone.java	/Minecraft/minecraft/net/minecraft/block	line 75	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSandStone.java	/Minecraft/minecraft/net/minecraft/block	line 74	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSandStone.java	/Minecraft/minecraft/net/minecraft/block	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureNetherBridgePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 72	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureNetherBridgePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureNetherBridgePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 26	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiFlatPresets.java	/Minecraft/minecraft/net/minecraft/client/gui	line 26	Java Problem
The import com.google.common.collect.Lists is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 43	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DedicatedPlayerList.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 123	Java Problem
The import com.google.common.collect.Sets is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 45	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockSandStone.java	/Minecraft/minecraft/net/minecraft/block	line 71	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	DedicatedPlayerList.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 107	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	DedicatedPlayerList.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 165	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	DedicatedPlayerList.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 149	Java Problem
The import java.util.HashMap is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 21	Java Problem
The import java.util.Set is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 24	Java Problem
The import com.google.common.collect.HashBiMap is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 37	Java Problem
The import com.google.common.collect.ListMultimap is never used	FMLDeobfuscatingRemapper.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 42	Java Problem
The import java.util.UUID is never used	ForgeInternalHandler.java	/Minecraft/minecraft/net/minecraftforge/common	line 3	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CreativeTabTools.java	/Minecraft/minecraft/net/minecraft/creativetab	line 31	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ThreadStatSyncherSend.java	/Minecraft/minecraft/net/minecraft/stats	line 14	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ThreadStatSyncherSend.java	/Minecraft/minecraft/net/minecraft/stats	line 10	Java Problem
The value of the local variable d0 is not used	SoundUpdaterMinecart.java	/Minecraft/minecraft/net/minecraft/entity/item	line 48	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScrollingList.java	/Minecraft/minecraft/cpw/mods/fml/client	line 106	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEntityTracker.java	/Minecraft/minecraft/net/minecraft/entity	line 5	Java Problem
The value of the local variable flag3 is not used	GuiSlotServer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 177	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 287	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 133	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 129	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 61	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 25	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 25	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 60	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 52	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 30	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	TileEntity.java	/Minecraft/minecraft/net/minecraft/tileentity	line 30	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureComponent.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 36	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 18	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CreativeTabs.java	/Minecraft/minecraft/net/minecraft/creativetab	line 236	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CreativeTabs.java	/Minecraft/minecraft/net/minecraft/creativetab	line 213	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureComponent.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 60	Java Problem
The value of the field Render.modelBase is not used	Render.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 25	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureComponent.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 62	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 182	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 134	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 265	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 196	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 89	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 19	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 109	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 94	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 285	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 290	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 290	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	StatsSyncher.java	/Minecraft/minecraft/net/minecraft/stats	line 295	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 490	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 485	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 380	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CreativeTabs.java	/Minecraft/minecraft/net/minecraft/creativetab	line 166	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableBlockDataValue.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
Type safety: The method retainAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 124	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 132	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RecipesArmorDyes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 146	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RecipesArmorDyes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 47	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEffectID.java	/Minecraft/minecraft/net/minecraft/entity	line 6	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 180	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 184	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RecipesArmorDyes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 223	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 244	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 249	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 50	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 50	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 56	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 56	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 58	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 58	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockStairs.java	/Minecraft/minecraft/net/minecraft/block	line 356	Java Problem
The value of the local variable modCPT is not used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 974	Java Problem
The value of the local variable modTC is not used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 973	Java Problem
Type safety: The expression of type List[] needs unchecked conversion to conform to List<Entity>[]	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 904	Java Problem
The value of the local variable ticketChunkDepth is not used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 448	Java Problem
ImmutableSet is a raw type. References to generic type ImmutableSet<E> should be parameterized	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 336	Java Problem
The value of the field ForgeChunkManager.Ticket.entityClazz is not used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 193	Java Problem
The import net.minecraftforge.common.ForgeChunkManager.Ticket is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 57	Java Problem
The import net.minecraft.nbt.NBTBase is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 52	Java Problem
The import net.minecraft.entity.player.EntityPlayer is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 50	Java Problem
The import com.google.common.collect.TreeMultiset is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 39	Java Problem
The import com.google.common.collect.Multimaps is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 35	Java Problem
The import com.google.common.collect.Multiset is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 36	Java Problem
The import com.google.common.collect.ForwardingSet is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 22	Java Problem
The import com.google.common.collect.Lists is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 31	Java Problem
The import com.google.common.base.Supplier is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 16	Java Problem
The import com.google.common.base.Suppliers is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 17	Java Problem
The import java.util.HashSet is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 7	Java Problem
The import java.util.LinkedList is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 9	Java Problem
The import java.io.DataInputStream is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 3	Java Problem
The import java.io.FileInputStream is never used	ForgeChunkManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 5	Java Problem
The value of the field ModMethodVisitor.inCode is not used	ModMethodVisitor.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 27	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet24MobSpawn.java	/Minecraft/minecraft/net/minecraft/network/packet	line 155	Java Problem
Type safety: Unchecked cast from Object to List<String>	ModMissingPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 51	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet24MobSpawn.java	/Minecraft/minecraft/net/minecraft/network/packet	line 45	Java Problem
Type safety: Unchecked cast from Object to List<String>	ModMissingPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 50	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BlockBed.java	/Minecraft/minecraft/net/minecraft/block	line 69	Java Problem
The value of the local variable l is not used	WorldGenShrub.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 20	Java Problem
The value of the field GameRuleValue.valueInteger is not used	GameRuleValue.java	/Minecraft/minecraft/net/minecraft/world	line 7	Java Problem
The value of the field GameRuleValue.valueDouble is not used	GameRuleValue.java	/Minecraft/minecraft/net/minecraft/world	line 8	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 82	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 81	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 99	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 98	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 473	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 104	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 78	Java Problem
The import net.minecraftforge.common.ForgeHooks is never used	SlotCrafting.java	/Minecraft/minecraft/net/minecraft/inventory	line 10	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 42	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 80	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenOnlineServers.java	/Minecraft/minecraft/net/minecraft/client/gui	line 79	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSlotStatsItem.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSlotStatsItem.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 45	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiSlotStatsItem.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 22	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelDimension.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	EntitySorter.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 9	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureStrongholdStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureStrongholdStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEffectIsSplash.java	/Minecraft/minecraft/net/minecraft/entity	line 6	Java Problem
The value of the local variable flag is not used	GuiTextField.java	/Minecraft/minecraft/net/minecraft/client/gui	line 120	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumHelperClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 12	Java Problem
ThreadLocal is a raw type. References to generic type ThreadLocal<T> should be parameterized	AABBLocalPool.java	/Minecraft/minecraft/net/minecraft/util	line 3	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiBeacon.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 186	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiBeacon.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 108	Java Problem
The import net.minecraftforge.client.IItemRenderer.ItemRendererHelper is never used	ItemRenderer.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 30	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableChunkPosHash.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 6	Java Problem
The import net.minecraftforge.event.Event.HasResult is never used	LivingSpawnEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/living	line 6	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiBeacon.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 72	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiBeacon.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 93	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiBeacon.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 41	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiBeacon.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 42	Java Problem
The import net.minecraft.item.EnumArmorMaterial is never used	RenderBiped.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 12	Java Problem
The serializable class CanvasMojangLogo does not declare a static final serialVersionUID field of type long	CanvasMojangLogo.java	/Minecraft/minecraft/net/minecraft/client	line 14	Java Problem
The value of the field EntityClientPlayerMP.oldPosY is not used	EntityClientPlayerMP.java	/Minecraft/minecraft/net/minecraft/client/entity	line 34	Java Problem
The value of the field EntityClientPlayerMP.wasOnGround is not used	EntityClientPlayerMP.java	/Minecraft/minecraft/net/minecraft/client/entity	line 40	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCommandBlock.java	/Minecraft/minecraft/net/minecraft/client/gui	line 45	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiCommandBlock.java	/Minecraft/minecraft/net/minecraft/client/gui	line 46	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerDeop.java	/Minecraft/minecraft/net/minecraft/command	line 42	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeNetherStalkRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 29	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeNetherStalkRoom.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallablePacketID.java	/Minecraft/minecraft/net/minecraft/network	line 6	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockStoneBrick.java	/Minecraft/minecraft/net/minecraft/block	line 57	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 17	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 57	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 58	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 71	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 16	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockStoneBrick.java	/Minecraft/minecraft/net/minecraft/block	line 53	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	FurnaceRecipes.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 17	Java Problem
The import org.objectweb.asm.Opcodes is never used	DeobfuscationTransformer.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 17	Java Problem
The import org.objectweb.asm.tree.ClassNode is never used	DeobfuscationTransformer.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 40	Java Problem
The serializable class PanelCrashReport does not declare a static final serialVersionUID field of type long	PanelCrashReport.java	/Minecraft/minecraft/net/minecraft/client	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 39	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	SorterStatsBlock.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 11	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 81	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 84	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 56	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandDifficulty.java	/Minecraft/minecraft/net/minecraft/command	line 55	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 58	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 114	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 99	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ModelRenderer.java	/Minecraft/minecraft/net/minecraft/client/model	line 105	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Block.java	/Minecraft/minecraft/net/minecraft/block	line 1281	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Block.java	/Minecraft/minecraft/net/minecraft/block	line 1283	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Block.java	/Minecraft/minecraft/net/minecraft/block	line 563	Java Problem
The value of the local variable f is not used	Block.java	/Minecraft/minecraft/net/minecraft/block	line 690	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Block.java	/Minecraft/minecraft/net/minecraft/block	line 557	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MerchantRecipeList.java	/Minecraft/minecraft/net/minecraft/village	line 131	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MerchantRecipeList.java	/Minecraft/minecraft/net/minecraft/village	line 118	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MerchantRecipeList.java	/Minecraft/minecraft/net/minecraft/village	line 69	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MerchantRecipeList.java	/Minecraft/minecraft/net/minecraft/village	line 62	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MerchantRecipeList.java	/Minecraft/minecraft/net/minecraft/village	line 14	Java Problem
The serializable class MerchantRecipeList does not declare a static final serialVersionUID field of type long	MerchantRecipeList.java	/Minecraft/minecraft/net/minecraft/village	line 14	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderEnd.java	/Minecraft/minecraft/net/minecraft/world/gen	line 420	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 23	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieceWeight3.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 100	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableParticlePositionInfo.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 9	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 105	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 76	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 99	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 114	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiWinGame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 115	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Block.java	/Minecraft/minecraft/net/minecraft/block	line 1640	Java Problem
The value of the field LoadController.modList is not used	LoadController.java	/Minecraft/minecraft/cpw/mods/fml/common	line 48	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 166	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ThreadedFileIOBase.java	/Minecraft/minecraft/net/minecraft/world/storage	line 78	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEntityType.java	/Minecraft/minecraft/net/minecraft/entity	line 5	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 133	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 132	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	ThreadedFileIOBase.java	/Minecraft/minecraft/net/minecraft/world/storage	line 11	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 132	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ThreadedFileIOBase.java	/Minecraft/minecraft/net/minecraft/world/storage	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ThreadedFileIOBase.java	/Minecraft/minecraft/net/minecraft/world/storage	line 11	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BlockPressurePlateWeighted.java	/Minecraft/minecraft/net/minecraft/block	line 27	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	ThreadedFileIOBase.java	/Minecraft/minecraft/net/minecraft/world/storage	line 11	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 14	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 21	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 26	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 31	Java Problem
The value of the field GuiScreenResetWorld.field_96149_d is not used	GuiScreenResetWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 65	Java Problem
Type safety: Unchecked invocation sort(List, EntityAINearestAttackableTargetSorter) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 66	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 66	Java Problem
Type safety: The expression of type EntityAINearestAttackableTargetSorter needs unchecked conversion to conform to Comparator<? super Object>	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 66	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAINearestAttackableTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 67	Java Problem
The serializable class GuiStatsComponent does not declare a static final serialVersionUID field of type long	GuiStatsComponent.java	/Minecraft/minecraft/net/minecraft/server/gui	line 17	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 81	Java Problem
The value of the local variable object1 is not used	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 111	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 115	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 120	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 122	Java Problem
The value of the field ItemSeedFood.soilId is not used	ItemSeedFood.java	/Minecraft/minecraft/net/minecraft/item	line 16	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 122	Java Problem
The value of the local variable object is not used	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 123	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 128	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 21	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PlayerUsageSnooper.java	/Minecraft/minecraft/net/minecraft/profiler	line 79	Java Problem
The value of the local variable k1 is not used	BlockLever.java	/Minecraft/minecraft/net/minecraft/block	line 91	Java Problem
The value of the local variable flag9 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 139	Java Problem
The value of the local variable flag8 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 138	Java Problem
The value of the local variable flag7 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 137	Java Problem
The value of the local variable flag6 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 136	Java Problem
The value of the local variable flag5 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 135	Java Problem
The value of the local variable flag4 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 134	Java Problem
The value of the local variable flag3 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 84	Java Problem
The value of the local variable flag2 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 83	Java Problem
The value of the local variable flag1 is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 82	Java Problem
The value of the local variable flag is not used	NoiseGeneratorPerlin.java	/Minecraft/minecraft/net/minecraft/world/gen	line 81	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>	GuiSlotStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 255	Java Problem
Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<? super Object>	GuiSlotStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 255	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	GuiSlotStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 20	Java Problem
Type safety: Unchecked invocation sort(List, Comparator) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	GuiSlotStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 255	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSlotStats.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 19	Java Problem
The value of the field GuiScreenResetWorld.field_96153_n is not used	GuiScreenResetWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 17	Java Problem
The value of the field GuiScreenResetWorld.field_96154_o is not used	GuiScreenResetWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 18	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenResetWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 42	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenResetWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 43	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEntityName.java	/Minecraft/minecraft/net/minecraft/entity	line 5	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableMPL1.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 8	Java Problem
The static field Tessellator.shortBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 222	Java Problem
The static field Tessellator.shortBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 221	Java Problem
The static field Tessellator.useVBO should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 215	Java Problem
The static field Tessellator.floatBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 205	Java Problem
The static field Tessellator.useVBO should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 246	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 238	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 237	Java Problem
The static field Tessellator.useVBO should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 231	Java Problem
The static field Tessellator.vboCount should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 191	Java Problem
The static field Tessellator.useVBO should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 189	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 186	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 185	Java Problem
The static field Tessellator.floatBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 204	Java Problem
The static field Tessellator.useVBO should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 198	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 193	Java Problem
The static field Tessellator.vertexBuffers should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 192	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldChunkManagerHell.java	/Minecraft/minecraft/net/minecraft/world/biome	line 110	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldChunkManagerHell.java	/Minecraft/minecraft/net/minecraft/world/biome	line 102	Java Problem
The static field Tessellator.useVBO should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 259	Java Problem
The static field Tessellator.floatBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 265	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 252	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockEndPortalFrame.java	/Minecraft/minecraft/net/minecraft/block	line 87	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 253	Java Problem
The static field Tessellator.floatBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 266	Java Problem
The static field Tessellator.byteBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 323	Java Problem
The value of the field Tessellator.bufferSize is not used	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 136	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageHouse2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 27	Java Problem
The static field Tessellator.intBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 183	Java Problem
The static field Tessellator.intBuffer should be accessed in a static way	Tessellator.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 184	Java Problem
The value of the field IntHashMap.versionStamp is not used	IntHashMap.java	/Minecraft/minecraft/net/minecraft/util	line 23	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	IntHashMap.java	/Minecraft/minecraft/net/minecraft/util	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdCrossing.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 65	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	IntHashMap.java	/Minecraft/minecraft/net/minecraft/util	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdCrossing.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 31	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	IntHashMap.java	/Minecraft/minecraft/net/minecraft/util	line 94	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	IntHashMap.java	/Minecraft/minecraft/net/minecraft/util	line 245	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeEntrance.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	RConThreadMain.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 78	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RConThreadMain.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 74	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RConThreadMain.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 66	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RConThreadMain.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 31	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RConThreadMain.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 101	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	RConThreadMain.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 78	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeEntrance.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CallableJVMFlags.java	/Minecraft/minecraft/net/minecraft/crash	line 28	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CallableJVMFlags.java	/Minecraft/minecraft/net/minecraft/crash	line 25	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableJVMFlags.java	/Minecraft/minecraft/net/minecraft/crash	line 9	Java Problem
The import net.minecraft.world.WorldServer is never used	ChunkWatchEvent.java	/Minecraft/minecraft/net/minecraftforge/event/world	line 6	Java Problem
The import net.minecraft.server.management.PlayerInstance is never used	ChunkWatchEvent.java	/Minecraft/minecraft/net/minecraftforge/event/world	line 5	Java Problem
The value of the local variable idx is not used	IBXM.java	/Minecraft/minecraft/ibxm	line 89	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 166	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 165	Java Problem
Type safety: Unchecked cast from Class<capture#22-of ? extends Entity> to Class<? extends EntityLiving>	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 284	Java Problem
Type safety: Unchecked cast from Object to Class<? extends Entity>	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 280	Java Problem
The import java.util.concurrent.Callable is never used	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 19	Java Problem
The import cpw.mods.fml.common.registry.EntityRegistry.EntityRegistration is never used	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 44	Java Problem
The import com.google.common.primitives.UnsignedInteger is never used	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 37	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends BiomeGenBase>	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 33	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemMonsterPlacer.java	/Minecraft/minecraft/net/minecraft/item	line 157	Java Problem
Type safety: Unchecked cast from Class<capture#27-of ? extends Entity> to Class<? extends EntityLiving>	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 312	Java Problem
The import com.google.common.collect.Lists is never used	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 15	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ItemMonsterPlacer.java	/Minecraft/minecraft/net/minecraft/item	line 152	Java Problem
Type safety: Unchecked cast from Object to Class<? extends Entity>	EntityRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 308	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends BiomeGenBase>	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemMonsterPlacer.java	/Minecraft/minecraft/net/minecraft/item	line 150	Java Problem
The import net.minecraft.world.gen.ChunkProviderGenerate is never used	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 9	Java Problem
The import net.minecraft.world.chunk.IChunkProvider is never used	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 10	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableStructureType.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 5	Java Problem
The import java.util.Arrays is never used	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 4	Java Problem
The import java.util.Set is never used	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 6	Java Problem
The import java.util.HashSet is never used	BiomeManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 504	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 503	Java Problem
Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 525	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 524	Java Problem
The value of the local variable i is not used	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 331	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 270	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 333	Java Problem
The value of the local variable j is not used	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 332	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 218	Java Problem
TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 124	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 246	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 229	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 96	Java Problem
The value of the field LongHashMap.modCount is not used	LongHashMap.java	/Minecraft/minecraft/net/minecraft/util	line 22	Java Problem
TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 74	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 119	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 96	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 71	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 72	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 67	Java Problem
The value of the field RegionFile.lastModified is not used	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 26	Java Problem
The value of the field RegionFile.sizeDelta is not used	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 25	Java Problem
Resource leak: '<unassigned Closeable value>' is never closed	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 184	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 89	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 76	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 75	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 22	Java Problem
The value of the field RegionFile.fileName is not used	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiIngame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 571	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	GuiIngame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 664	Java Problem
The value of the local variable flag3 is not used	GuiIngame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 622	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiIngame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 683	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiIngame.java	/Minecraft/minecraft/net/minecraft/client/gui	line 671	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 269	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 214	Java Problem
Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RegionFile.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 256	Java Problem
The value of the field Texture.textureType is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 23	Java Problem
The value of the field Texture.textureMinFilter is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 33	Java Problem
The value of the field Texture.textureMagFilter is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 34	Java Problem
The value of the field Texture.textureWrap is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 35	Java Problem
The value of the field Texture.mipmapActive is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 36	Java Problem
The value of the field Texture.transferred is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 39	Java Problem
The value of the local variable k is not used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 289	Java Problem
Type safety: Unchecked cast from Object to List<String>	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 136	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<ArtifactVersion>	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 112	Java Problem
Type safety: Unchecked invocation processReferences(Object, Class<ArrayList>) of the generic method processReferences(Object, Class<? extends T>) of type ModMetadata	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 112	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<ArtifactVersion>	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 111	Java Problem
Type safety: Unchecked invocation processReferences(Object, Class<ArrayList>) of the generic method processReferences(Object, Class<? extends T>) of type ModMetadata	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 111	Java Problem
The import cpw.mods.fml.client.TextureFXManager is never used	Texture.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 3	Java Problem
The import net.minecraft.world.WorldProviderEnd is never used	AnvilSaveHandler.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 6	Java Problem
The import net.minecraft.world.WorldProviderHell is never used	AnvilSaveHandler.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 7	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 1036	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelWeather.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 1054	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenAddServer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 44	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenAddServer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 45	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenAddServer.java	/Minecraft/minecraft/net/minecraft/client/gui	line 43	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 649	Java Problem
Type safety: Unchecked cast from Object to List<String>	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 109	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 647	Java Problem
Type safety: Unchecked cast from Object to List<String>	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 109	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 594	Java Problem
Type safety: Unchecked invocation processReferences(Object, Class<HashSet>) of the generic method processReferences(Object, Class<? extends T>) of type ModMetadata	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 110	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 589	Java Problem
Type safety: The expression of type HashSet needs unchecked conversion to conform to Set<ArtifactVersion>	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 110	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 742	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 691	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 688	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 658	Java Problem
The import com.google.common.base.Optional is never used	ModMetadata.java	/Minecraft/minecraft/cpw/mods/fml/common	line 31	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 793	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 761	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 744	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 744	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 1029	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 1007	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 818	Java Problem
TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized	WorldServer.java	/Minecraft/minecraft/net/minecraft/world	line 798	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	SaveFormatOld.java	/Minecraft/minecraft/net/minecraft/world/storage	line 35	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	SaveFormatOld.java	/Minecraft/minecraft/net/minecraft/world/storage	line 35	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	SaveFormatOld.java	/Minecraft/minecraft/net/minecraft/world/storage	line 44	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	DedicatedServer.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 37	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	DedicatedServer.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 305	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTileEntityName.java	/Minecraft/minecraft/net/minecraft/tileentity	line 5	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	DedicatedServer.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 37	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	DedicatedServer.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 37	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	DedicatedServer.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 37	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIWatchClosest.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 27	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIWatchClosest.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 16	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIWatchClosest.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 18	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ScorePlayerTeam.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 50	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SaveFormatOld.java	/Minecraft/minecraft/net/minecraft/world/storage	line 33	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ScorePlayerTeam.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityThrowable.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 194	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ScorePlayerTeam.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 13	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableType3.java	/Minecraft/minecraft/net/minecraft/server/integrated	line 8	Java Problem
The serializable class WrongMinecraftVersionException does not declare a static final serialVersionUID field of type long	WrongMinecraftVersionException.java	/Minecraft/minecraft/cpw/mods/fml/common	line 15	Java Problem
The import net.minecraft.entity.Entity is never used	EntityItemPickupEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 3	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerTp.java	/Minecraft/minecraft/net/minecraft/command	line 133	Java Problem
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 118	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 121	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 118	Java Problem
The import net.minecraftforge.common.MinecraftForge is never used	Packet52MultiBlockChange.java	/Minecraft/minecraft/net/minecraft/network/packet	line 10	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 261	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 262	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 260	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 260	Java Problem
The value of the field EntityPlayerMP.chatColours is not used	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 141	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 246	Java Problem
LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 121	Java Problem
The value of the field EntityPlayerMP.renderDistance is not used	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 139	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 306	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 305	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 390	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 389	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 271	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet40EntityMetadata.java	/Minecraft/minecraft/net/minecraft/network/packet	line 67	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 262	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 282	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 275	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet40EntityMetadata.java	/Minecraft/minecraft/net/minecraft/network/packet	line 14	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIHurtByTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 50	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIHurtByTarget.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 49	Java Problem
The import net.minecraft.tileentity.TileEntity is never used	LiquidEvent.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 3	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 873	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPlayerMP.java	/Minecraft/minecraft/net/minecraft/entity/player	line 747	Java Problem
The serializable class InvalidVersionSpecificationException does not declare a static final serialVersionUID field of type long	InvalidVersionSpecificationException.java	/Minecraft/minecraft/cpw/mods/fml/common/versioning	line 39	Java Problem
The value of the local variable l is not used	WorldGenDeadBush.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityHanging.java	/Minecraft/minecraft/net/minecraft/entity	line 195	Java Problem
The import net.minecraftforge.event.entity.living.LivingPackSizeEvent cannot be resolved	ForgeEventFactory.java	/Minecraft/minecraft/net/minecraftforge/event	line 14	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityHanging.java	/Minecraft/minecraft/net/minecraft/entity	line 196	Java Problem
The value of the field ModLoaderEntitySpawnCallback.isAnimal is not used	ModLoaderEntitySpawnCallback.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 30	Java Problem
The import cpw.mods.fml.client.FMLClientHandler is never used	ModLoaderEntitySpawnCallback.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 21	Java Problem
The import java.util.concurrent.Callable is never used	ModLoaderEntitySpawnCallback.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 15	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeEventFactory.java	/Minecraft/minecraft/net/minecraftforge/event	line 62	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ForgeEventFactory.java	/Minecraft/minecraft/net/minecraftforge/event	line 62	Java Problem
LivingPackSizeEvent cannot be resolved to a type	ForgeEventFactory.java	/Minecraft/minecraft/net/minecraftforge/event	line 74	Java Problem
LivingPackSizeEvent cannot be resolved to a type	ForgeEventFactory.java	/Minecraft/minecraft/net/minecraftforge/event	line 74	Java Problem
The value of the field EntityItemPickupEvent.handled is not used	EntityItemPickupEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 25	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 14	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 11	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureVillagePieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 6	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureVillagePieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIPlay.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 38	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 147	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIPlay.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 40	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeStraight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 84	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 85	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 58	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeStraight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 59	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockStep.java	/Minecraft/minecraft/net/minecraft/block	line 90	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 58	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockStep.java	/Minecraft/minecraft/net/minecraft/block	line 98	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityAITasks.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 28	Java Problem
The serializable class CommandException does not declare a static final serialVersionUID field of type long	CommandException.java	/Minecraft/minecraft/net/minecraft/command	line 3	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	RelaunchClassLoader.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 51	Java Problem
The import java.io.ByteArrayOutputStream is never used	RelaunchClassLoader.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 15	Java Problem
The value of the local variable pkgPath is not used	RelaunchClassLoader.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 180	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	RelaunchClassLoader.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 75	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 36	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 36	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 42	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 42	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 117	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 117	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 119	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 120	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 121	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 151	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 151	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 154	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 153	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 176	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 168	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 205	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 180	Java Problem
Type safety: Unchecked invocation unmodifiableList(List) of the generic method unmodifiableList(List<? extends T>) of type Collections	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 215	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 213	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdStairsStraight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdStairsStraight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends Object>	TexturePackList.java	/Minecraft/minecraft/net/minecraft/client/texturepacks	line 215	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureNetherBridgeStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureNetherBridgeStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 12	Java Problem
The value of the local variable flag is not used	WorldGeneratorBonusChest.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 31	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 880	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 880	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	EntityAINearestAttackableTargetSorter.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 6	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 879	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 877	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 889	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 881	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 614	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 605	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 576	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 568	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 740	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 686	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 676	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 668	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 50	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillage.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 30	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableIsServerModded.java	/Minecraft/minecraft/net/minecraft/server	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockCauldron.java	/Minecraft/minecraft/net/minecraft/block	line 63	Java Problem
The import net.minecraftforge.event.Cancelable is never used	PlayerFlyableFallEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 4	Java Problem
The import org.lwjgl.input.Mouse is never used	ModLoaderKeyBindingHandler.java	/Minecraft/minecraft/cpw/mods/fml/client/modloader	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenTaiga.java	/Minecraft/minecraft/net/minecraft/world/biome	line 14	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 552	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 557	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 568	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 568	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 526	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 530	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 541	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 545	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 516	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 516	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 517	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 517	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 485	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 492	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 500	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 506	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 460	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 448	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 485	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 468	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized	ServerCommandScoreboard.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 288	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLWJGLVersion.java	/Minecraft/minecraft/net/minecraft/client	line 9	Java Problem
The import cpw.mods.fml.common.event.FMLInterModComms.IMCMessage is never used	Mod.java	/Minecraft/minecraft/cpw/mods/fml/common	line 23	Java Problem
The value of the field ModAnnotation.array is not used	ModAnnotation.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 46	Java Problem
The value of the field ModAnnotation.parent is not used	ModAnnotation.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 48	Java Problem
The value of the field ModAnnotation.EnumHolder.desc is not used	ModAnnotation.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 31	Java Problem
The value of the field ModAnnotation.EnumHolder.value is not used	ModAnnotation.java	/Minecraft/minecraft/cpw/mods/fml/common/discovery/asm	line 32	Java Problem
Unnecessary @SuppressWarnings("unchecked")	EventTransformer.java	/Minecraft/minecraft/net/minecraftforge/transformers	line 55	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerEmote.java	/Minecraft/minecraft/net/minecraft/command	line 43	Java Problem
The import net.minecraft.server.management.PlayerInstance is never used	ForgeDummyContainer.java	/Minecraft/minecraft/net/minecraftforge/common	line 9	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumCreatureType.java	/Minecraft/minecraft/net/minecraft/entity	line 20	Java Problem
The import net.minecraftforge.event.ListenerList is never used	EventTransformer.java	/Minecraft/minecraft/net/minecraftforge/transformers	line 6	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumCreatureType.java	/Minecraft/minecraft/net/minecraft/entity	line 30	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EnumCreatureType.java	/Minecraft/minecraft/net/minecraft/entity	line 39	Java Problem
The import cpw.mods.fml.common.asm.ASMTransformer is never used	ModClassLoader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 25	Java Problem
Type safety: Unchecked cast from Class<capture#2-of ?> to Class<? extends BaseModProxy>	ModClassLoader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 86	Java Problem
The import cpw.mods.fml.common.event.FMLStateEvent is never used	FMLModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 66	Java Problem
The import com.google.common.collect.Iterators is never used	FMLModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 42	Java Problem
The import com.google.common.base.Predicates is never used	FMLModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 33	Java Problem
The import java.util.zip.ZipInputStream is never used	FMLModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 30	Java Problem
The value of the field FMLModContainer.modDescriptor is not used	FMLModContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 75	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	RConThreadBase.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 26	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RConThreadBase.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	RConThreadBase.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 102	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RConThreadBase.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 26	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RConThreadBase.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 194	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	RConThreadBase.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageHouse1.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
The import net.minecraftforge.common.ForgeDirection is never used	BlockLadder.java	/Minecraft/minecraft/net/minecraft/block	line 12	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenSelectLocation.java	/Minecraft/minecraft/net/minecraft/client/gui	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenSelectLocation.java	/Minecraft/minecraft/net/minecraft/client/gui	line 96	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenSelectLocation.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenSelectLocation.java	/Minecraft/minecraft/net/minecraft/client/gui	line 37	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 63	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 58	Java Problem
The value of the field GuiScreenConfigureWorld.field_98129_x is not used	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 30	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemRecord.java	/Minecraft/minecraft/net/minecraft/item	line 74	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemRecord.java	/Minecraft/minecraft/net/minecraft/item	line 76	Java Problem
The static field BiomeGenBase.jungleHills should be accessed in a static way	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 21	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ItemRecord.java	/Minecraft/minecraft/net/minecraft/item	line 19	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ItemRecord.java	/Minecraft/minecraft/net/minecraft/item	line 30	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 72	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ItemRecord.java	/Minecraft/minecraft/net/minecraft/item	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 71	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 70	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 37	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 69	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 36	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 68	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 31	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenConfigureWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 67	Java Problem
The import java.util.List is never used	MemoryConnection.java	/Minecraft/minecraft/net/minecraft/network	line 10	Java Problem
The import java.util.concurrent.ConcurrentLinkedQueue is never used	MemoryConnection.java	/Minecraft/minecraft/net/minecraft/network	line 12	Java Problem
The import java.util.ArrayList is never used	MemoryConnection.java	/Minecraft/minecraft/net/minecraft/network	line 8	Java Problem
The import java.util.Collections is never used	MemoryConnection.java	/Minecraft/minecraft/net/minecraft/network	line 9	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockSilverfish.java	/Minecraft/minecraft/net/minecraft/block	line 124	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 101	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockSilverfish.java	/Minecraft/minecraft/net/minecraft/block	line 120	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandTime.java	/Minecraft/minecraft/net/minecraft/command	line 68	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 100	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 112	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 107	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 103	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 102	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenBook.java	/Minecraft/minecraft/net/minecraft/client/gui	line 113	Java Problem
The value of the local variable num_rows is not used	FastTracker2.java	/Minecraft/minecraft/ibxm	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 204	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Achievement.java	/Minecraft/minecraft/net/minecraft/stats	line 117	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	WorldChunkManager.java	/Minecraft/minecraft/net/minecraft/world/biome	line 232	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Vec3Pool.java	/Minecraft/minecraft/net/minecraft/util	line 14	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Vec3Pool.java	/Minecraft/minecraft/net/minecraft/util	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Vec3Pool.java	/Minecraft/minecraft/net/minecraft/util	line 41	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 29	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 70	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 87	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 88	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 11	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityBrewingStand.java	/Minecraft/minecraft/net/minecraft/tileentity	line 139	Java Problem
The value of the local variable l is not used	BehaviorDispenseArmor.java	/Minecraft/minecraft/net/minecraft/item	line 30	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityBrewingStand.java	/Minecraft/minecraft/net/minecraft/tileentity	line 138	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BehaviorDispenseArmor.java	/Minecraft/minecraft/net/minecraft/item	line 25	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityBrewingStand.java	/Minecraft/minecraft/net/minecraft/tileentity	line 171	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityBrewingStand.java	/Minecraft/minecraft/net/minecraft/tileentity	line 170	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized	GameRules.java	/Minecraft/minecraft/net/minecraft/world	line 104	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 46	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPotion.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 105	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 42	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPotion.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 109	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 39	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityPotion.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 100	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 105	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 81	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 46	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 33	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenScatteredFeature.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 20	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityPotion.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 125	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 1027	Java Problem
GuiIngameForge cannot be resolved to a type	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 460	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2242	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 1066	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2261	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2242	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2283	Java Problem
The import net.minecraft.world.WorldType is never used	EntitySlime.java	/Minecraft/minecraft/net/minecraft/entity/monster	line 10	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2261	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMemoryErrorScreen.java	/Minecraft/minecraft/net/minecraft/client/gui	line 17	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiMemoryErrorScreen.java	/Minecraft/minecraft/net/minecraft/client/gui	line 18	Java Problem
The import net.minecraftforge.client.GuiIngameForge cannot be resolved	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 126	Java Problem
The import java.util.Map.Entry is never used	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 8	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2310	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 12	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2311	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 44	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2287	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 10	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2309	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 12	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2336	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 58	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 58	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2312	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 52	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	Minecraft.java	/Minecraft/minecraft/net/minecraft/client	line 2313	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 54	Java Problem
The value of the local variable flag is not used	Request.java	/Minecraft/minecraft/net/minecraft/client/mco	line 116	Java Problem
The value of the local variable flag1 is not used	Request.java	/Minecraft/minecraft/net/minecraft/client/mco	line 133	Java Problem
The import net.minecraft.entity.EntityLiving is never used	IItemRenderer.java	/Minecraft/minecraft/net/minecraftforge/client	line 4	Java Problem
The import net.minecraft.entity.item.EntityItem is never used	IItemRenderer.java	/Minecraft/minecraft/net/minecraftforge/client	line 3	Java Problem
The import net.minecraft.client.renderer.RenderBlocks is never used	IItemRenderer.java	/Minecraft/minecraft/net/minecraftforge/client	line 6	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityLightningBolt.java	/Minecraft/minecraft/net/minecraft/entity/effect	line 114	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiDisconnected.java	/Minecraft/minecraft/net/minecraft/client/gui	line 18	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	StatBase.java	/Minecraft/minecraft/net/minecraft/stats	line 63	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StatBase.java	/Minecraft/minecraft/net/minecraft/stats	line 62	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiDisconnected.java	/Minecraft/minecraft/net/minecraft/client/gui	line 76	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableServerMemoryStats.java	/Minecraft/minecraft/net/minecraft/server	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiDisconnected.java	/Minecraft/minecraft/net/minecraft/client/gui	line 42	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 73	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 68	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	LowerStringMap.java	/Minecraft/minecraft/net/minecraft/server/management	line 78	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BiomeCache.java	/Minecraft/minecraft/net/minecraft/world/biome	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeCache.java	/Minecraft/minecraft/net/minecraft/world/biome	line 42	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BiomeCache.java	/Minecraft/minecraft/net/minecraft/world/biome	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerCommandManager.java	/Minecraft/minecraft/net/minecraft/command	line 79	Java Problem
Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized	EntityAIAttackOnCollide.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 53	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIAttackOnCollide.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageChurch.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiControls.java	/Minecraft/minecraft/net/minecraft/client/gui	line 49	Java Problem
The method func_73907_g() from the type GuiControls is never used locally	GuiControls.java	/Minecraft/minecraft/net/minecraft/client/gui	line 37	Java Problem
The import net.minecraft.client.settings.KeyBinding is never used	GuiControls.java	/Minecraft/minecraft/net/minecraft/client/gui	line 6	Java Problem
The value of the field GuiControls.buttonId is not used	GuiControls.java	/Minecraft/minecraft/net/minecraft/client/gui	line 27	Java Problem
The import net.minecraft.util.EnumChatFormatting is never used	GuiControls.java	/Minecraft/minecraft/net/minecraft/client/gui	line 7	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAgeable.java	/Minecraft/minecraft/net/minecraft/entity	line 30	Java Problem
Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized	EntityAgeable.java	/Minecraft/minecraft/net/minecraft/entity	line 32	Java Problem
The serializable class MinecraftError does not declare a static final serialVersionUID field of type long	MinecraftError.java	/Minecraft/minecraft/net/minecraft/util	line 7	Java Problem
The serializable class PlayerNotFoundException does not declare a static final serialVersionUID field of type long	PlayerNotFoundException.java	/Minecraft/minecraft/net/minecraft/command	line 3	Java Problem
The value of the field RConThreadQuery.field_72644_p is not used	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 46	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 46	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 274	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 290	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 294	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 294	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 55	Java Problem
The value of the field RConThreadQuery.time is not used	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 60	Java Problem
The import cpw.mods.fml.common.versioning.DefaultArtifactVersion is never used	MinecraftDummyContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 16	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 108	Java Problem
The import cpw.mods.fml.common.versioning.ArtifactVersion is never used	MinecraftDummyContainer.java	/Minecraft/minecraft/cpw/mods/fml/common	line 15	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RConThreadQuery.java	/Minecraft/minecraft/net/minecraft/network/rcon	line 110	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BlockTripWire.java	/Minecraft/minecraft/net/minecraft/block	line 243	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockTripWire.java	/Minecraft/minecraft/net/minecraft/block	line 239	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 87	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 31	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 38	Java Problem
The value of the local variable flag is not used	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 41	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 51	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 80	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 82	Java Problem
Type safety: Unchecked invocation sort(List) of the generic method sort(List<T>) of type Collections	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 83	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Comparable<? super Comparable<? super T>>>	CommandHelp.java	/Minecraft/minecraft/net/minecraft/command	line 83	Java Problem
ThreadLocal is a raw type. References to generic type ThreadLocal<T> should be parameterized	AxisAlignedBB.java	/Minecraft/minecraft/net/minecraft/util	line 6	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ScoreHealthCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 15	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ScoreHealthCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenHell.java	/Minecraft/minecraft/net/minecraft/world/biome	line 18	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenHell.java	/Minecraft/minecraft/net/minecraft/world/biome	line 17	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenHell.java	/Minecraft/minecraft/net/minecraft/world/biome	line 16	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableMemoryInfo.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageWell.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 32	Java Problem
The value of the field ComponentVillageWell.field_74924_a is not used	ComponentVillageWell.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 10	Java Problem
The import javax.swing.JDialog is never used	IDownloadDisplay.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 15	Java Problem
The import cpw.mods.fml.relauncher.SideOnly is never used	PositionTextureVertex.java	/Minecraft/minecraft/net/minecraft/client/model	line 4	Java Problem
The import cpw.mods.fml.relauncher.Side is never used	PositionTextureVertex.java	/Minecraft/minecraft/net/minecraft/client/model	line 3	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemEnchantedBook.java	/Minecraft/minecraft/net/minecraft/item	line 56	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemEnchantedBook.java	/Minecraft/minecraft/net/minecraft/item	line 125	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemEnchantedBook.java	/Minecraft/minecraft/net/minecraft/item	line 70	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemEnchantedBook.java	/Minecraft/minecraft/net/minecraft/item	line 121	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiScreenDisconnectedOnline.java	/Minecraft/minecraft/net/minecraft/client/gui	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockBrewingStand.java	/Minecraft/minecraft/net/minecraft/block	line 71	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenDisconnectedOnline.java	/Minecraft/minecraft/net/minecraft/client/gui	line 39	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenDisconnectedOnline.java	/Minecraft/minecraft/net/minecraft/client/gui	line 15	Java Problem
Unnecessary @SuppressWarnings("unchecked")	MarkerTransformer.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 100	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 82	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 98	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 98	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiRepair.java	/Minecraft/minecraft/net/minecraft/client/gui	line 167	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 77	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 77	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 81	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 81	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	BlockSign.java	/Minecraft/minecraft/net/minecraft/block	line 22	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	BlockSign.java	/Minecraft/minecraft/net/minecraft/block	line 17	Java Problem
The import net.minecraft.item.EnumArmorMaterial is never used	RenderPlayer.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 14	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageField.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 52	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiConnecting.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 67	Java Problem
The value of the local variable point is not used	Envelope.java	/Minecraft/minecraft/ibxm	line 14	Java Problem
The import cpw.mods.fml.relauncher.Side is never used	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 3	Java Problem
The import cpw.mods.fml.relauncher.SideOnly is never used	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 4	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 21	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 21	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 25	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 25	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ModelBase.java	/Minecraft/minecraft/net/minecraft/client/model	line 54	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 124	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 90	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 130	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 13	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	KeyBinding.java	/Minecraft/minecraft/net/minecraft/client/settings	line 44	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 13	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	KeyBinding.java	/Minecraft/minecraft/net/minecraft/client/settings	line 56	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityChest.java	/Minecraft/minecraft/net/minecraft/tileentity	line 352	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 66	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	KeyBinding.java	/Minecraft/minecraft/net/minecraft/client/settings	line 13	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TileEntityChest.java	/Minecraft/minecraft/net/minecraft/tileentity	line 353	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	NBTTagList.java	/Minecraft/minecraft/net/minecraft/nbt	line 60	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	KeyBinding.java	/Minecraft/minecraft/net/minecraft/client/settings	line 13	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	KeyBinding.java	/Minecraft/minecraft/net/minecraft/client/settings	line 69	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 26	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 23	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	SoundPool.java	/Minecraft/minecraft/net/minecraft/client/audio	line 23	Java Problem
The import net.minecraft.entity.Entity is never used	PlayerEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/player	line 4	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiGameOver.java	/Minecraft/minecraft/net/minecraft/client/gui	line 120	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiGameOver.java	/Minecraft/minecraft/net/minecraft/client/gui	line 50	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiGameOver.java	/Minecraft/minecraft/net/minecraft/client/gui	line 40	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiGameOver.java	/Minecraft/minecraft/net/minecraft/client/gui	line 39	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiGameOver.java	/Minecraft/minecraft/net/minecraft/client/gui	line 34	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiGameOver.java	/Minecraft/minecraft/net/minecraft/client/gui	line 30	Java Problem
The value of the field ModLoaderGuiHelper.currentID is not used	ModLoaderGuiHelper.java	/Minecraft/minecraft/cpw/mods/fml/common/modloader	line 31	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureMineshaftStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
Type safety: The expression of type ImmutableList needs unchecked conversion to conform to List<String>	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 255	Java Problem
Type safety: The method addAll(Iterable) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 246	Java Problem
Type safety: The method add(Object) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 242	Java Problem
Type safety: The method add(Object) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 254	Java Problem
Type safety: The method add(Object) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 250	Java Problem
Type safety: The method add(Object) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 236	Java Problem
ImmutableList.Builder is a raw type. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 235	Java Problem
Type safety: The method add(Object) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 238	Java Problem
Type safety: The method add(Object) belongs to the raw type ImmutableList.Builder. References to generic type ImmutableList<E>.Builder<E> should be parameterized	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 237	Java Problem
The import java.util.Properties is never used	FMLCommonHandler.java	/Minecraft/minecraft/cpw/mods/fml/common	line 18	Java Problem
The value of the local variable flag is not used	HttpUtilRunnable.java	/Minecraft/minecraft/net/minecraft/util	line 114	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	HttpUtilRunnable.java	/Minecraft/minecraft/net/minecraft/util	line 64	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	HttpUtilRunnable.java	/Minecraft/minecraft/net/minecraft/util	line 64	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	HttpUtilRunnable.java	/Minecraft/minecraft/net/minecraft/util	line 60	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	HttpUtilRunnable.java	/Minecraft/minecraft/net/minecraft/util	line 31	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	HttpUtilRunnable.java	/Minecraft/minecraft/net/minecraft/util	line 23	Java Problem
The import com.google.common.collect.Maps is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 44	Java Problem
The import com.google.common.collect.Multimaps is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 46	Java Problem
The import com.google.common.base.Function is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 40	Java Problem
The import com.google.common.collect.MapDifference is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 43	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 278	Java Problem
The import com.google.common.collect.Sets.SetView is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 48	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 254	Java Problem
The value of the local variable l1 is not used	RenderBlocks.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 3039	Java Problem
The value of the local variable i2 is not used	RenderBlocks.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 3040	Java Problem
The value of the local variable icon1 is not used	RenderBlocks.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 2132	Java Problem
The value of the local variable k1 is not used	RenderBlocks.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 3033	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 33	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 37	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 41	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 45	Java Problem
The import net.minecraft.block.BlockBed is never used	RenderBlocks.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 8	Java Problem
The import net.minecraft.item.crafting.CraftingManager is never used	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 10	Java Problem
The value of the local variable tessellator is not used	RenderBlocks.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 1229	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 21	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 100	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 91	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 148	Java Problem
Type safety: Unchecked cast from Object to ArrayList<ItemStack>	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 114	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 75	Java Problem
Type safety: Unchecked cast from List to List<ItemStack>	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 64	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 91	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ShapelessOreRecipe.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 91	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Enchantment.java	/Minecraft/minecraft/net/minecraft/enchantment	line 244	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Enchantment.java	/Minecraft/minecraft/net/minecraft/enchantment	line 248	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Enchantment.java	/Minecraft/minecraft/net/minecraft/enchantment	line 234	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Enchantment.java	/Minecraft/minecraft/net/minecraft/enchantment	line 234	Java Problem
The import net.minecraft.nbt.NBTTagCompound is never used	ChunkEvent.java	/Minecraft/minecraft/net/minecraftforge/event/world	line 4	Java Problem
The import net.minecraft.world.World is never used	ChunkEvent.java	/Minecraft/minecraft/net/minecraftforge/event/world	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityBoat.java	/Minecraft/minecraft/net/minecraft/entity/item	line 429	Java Problem
Unnecessary @SuppressWarnings("deprecation")	ForgeHooksClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 48	Java Problem
The type IArmorTextureProvider is deprecated	ForgeHooksClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 35	Java Problem
The import java.security.MessageDigest is never used	RelaunchLibraryManager.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 30	Java Problem
The import net.minecraft.item.ItemBlock is never used	ForgeHooksClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 20	Java Problem
Comparable is a raw type. References to generic type Comparable<T> should be parameterized	StitchHolder.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 7	Java Problem
The import java.util.TreeSet is never used	ForgeHooksClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 5	Java Problem
The import java.util.HashMap is never used	ForgeHooksClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 3	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIAttackOnCollide.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 23	Java Problem
The import net.minecraft.nbt.NBTTagCompound is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 32	Java Problem
The import net.minecraft.nbt.NBTTagList is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 33	Java Problem
The import java.util.concurrent.CountDownLatch is never used	GameRegistry.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 20	Java Problem
The serializable class Downloader does not declare a static final serialVersionUID field of type long	Downloader.java	/Minecraft/minecraft/cpw/mods/fml/relauncher	line 31	Java Problem
The import net.minecraft.item.ItemStack is never used	BlockSnow.java	/Minecraft/minecraft/net/minecraft/block	line 11	Java Problem
The import net.minecraft.stats.StatList is never used	BlockSnow.java	/Minecraft/minecraft/net/minecraft/block	line 12	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandWeather.java	/Minecraft/minecraft/net/minecraft/command	line 68	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 95	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 92	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 98	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 95	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 101	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 98	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 137	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 101	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 87	Java Problem
The import net.minecraftforge.event.world.WorldEvent is never used	World.java	/Minecraft/minecraft/net/minecraft/world	line 66	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 88	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 87	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 91	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ValueObjectList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 22	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 88	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityWitch.java	/Minecraft/minecraft/net/minecraft/entity/monster	line 128	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ValueObjectList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 92	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityWitch.java	/Minecraft/minecraft/net/minecraft/entity/monster	line 132	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 91	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ValueObjectList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 30	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ValueObjectList.java	/Minecraft/minecraft/net/minecraft/client/mco	line 35	Java Problem
The import net.minecraftforge.common.ForgeHooks is never used	World.java	/Minecraft/minecraft/net/minecraft/world	line 60	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3595	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 229	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3590	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3582	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 99	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3192	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 100	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3173	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2934	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2906	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2902	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2891	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	SorterStatsItem.java	/Minecraft/minecraft/net/minecraft/client/gui/achievement	line 11	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2419	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2288	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2283	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2281	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2257	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2239	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2186	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1715	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 2099	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1698	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1705	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1660	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageWoodHut.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1690	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1571	Java Problem
The import org.objectweb.asm.commons.Remapper is never used	FMLRemappingAdapter.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers/deobf	line 16	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1653	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1534	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 54	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 1561	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 37	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 172	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 36	Java Problem
The value of the local variable flag5 is not used	World.java	/Minecraft/minecraft/net/minecraft/world	line 1343	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 17	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 162	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 99	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 172	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 97	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 137	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 82	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 162	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Stitcher.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 67	Java Problem
The import net.minecraft.entity.Entity is never used	MinecartEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/minecart	line 3	Java Problem
Type safety: Unchecked cast from Object to List<String>	ModListResponsePacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 55	Java Problem
Type safety: Unchecked cast from Object to Map<String,String>	ModListResponsePacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 54	Java Problem
The import cpw.mods.fml.common.registry.GameRegistry is never used	ModListResponsePacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 39	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 4494	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 4121	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAnimal.java	/Minecraft/minecraft/net/minecraft/entity/passive	line 235	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3739	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 4491	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 4271	Java Problem
Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3709	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3721	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3728	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3737	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3647	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3649	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3682	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3701	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3625	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3625	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3631	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3631	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3597	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3597	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3620	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	World.java	/Minecraft/minecraft/net/minecraft/world	line 3620	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEffectName.java	/Minecraft/minecraft/net/minecraft/entity	line 7	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 64	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 65	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	AchievementMap.java	/Minecraft/minecraft/net/minecraft/stats	line 14	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 76	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	AchievementMap.java	/Minecraft/minecraft/net/minecraft/stats	line 27	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 77	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	AchievementMap.java	/Minecraft/minecraft/net/minecraft/stats	line 14	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 16	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityAIMoveThroughVillage.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 122	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIMoveThroughVillage.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 22	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 95	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 130	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 126	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 82	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 81	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 91	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StitchSlot.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 87	Java Problem
The value of the field ServerGUI.serverGuiInitialized is not used	ServerGUI.java	/Minecraft/minecraft/net/minecraft/server/gui	line 23	Java Problem
The serializable class ServerGUI does not declare a static final serialVersionUID field of type long	ServerGUI.java	/Minecraft/minecraft/net/minecraft/server/gui	line 20	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIMoveThroughVillage.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 150	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIMoveThroughVillage.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 131	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIMoveThroughVillage.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 130	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	EntityAIMoveThroughVillage.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 122	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 377	Java Problem
The serializable class StitcherException does not declare a static final serialVersionUID field of type long	StitcherException.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 8	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 379	Java Problem
The value of the field StitcherException.field_98149_a is not used	StitcherException.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 10	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 105	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 134	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 76	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 103	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 29	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 66	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 587	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 589	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 583	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 585	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 579	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 581	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 428	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 438	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 600	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 599	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 598	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 596	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 595	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 593	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 591	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 590	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 608	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 605	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 604	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 603	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 602	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTileEntityID.java	/Minecraft/minecraft/net/minecraft/tileentity	line 6	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 601	Java Problem
The serializable class FMLNetworkException does not declare a static final serialVersionUID field of type long	FMLNetworkException.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 15	Java Problem
The import com.google.common.base.Objects is never used	LiquidStack.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 5	Java Problem
The import net.minecraft.client.renderer.texture.TextureManager is never used	LiquidStack.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 10	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityPainting.java	/Minecraft/minecraft/net/minecraft/entity/item	line 25	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EntityPainting.java	/Minecraft/minecraft/net/minecraft/entity/item	line 37	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EntityPainting.java	/Minecraft/minecraft/net/minecraft/entity/item	line 25	Java Problem
The value of the local variable r is not used	GuiModList.java	/Minecraft/minecraft/cpw/mods/fml/client	line 113	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 512	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 517	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 377	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiModList.java	/Minecraft/minecraft/cpw/mods/fml/client	line 88	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 384	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 282	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 283	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 55	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 19	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 19	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 38	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 39	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiContainerCreative.java	/Minecraft/minecraft/net/minecraft/client/gui/inventory	line 554	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 148	Java Problem
Type safety: Unchecked invocation sort(List, RecipeSorter) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 148	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 41	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 40	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 202	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandGive.java	/Minecraft/minecraft/net/minecraft/command	line 70	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 184	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 182	Java Problem
Type safety: The expression of type RecipeSorter needs unchecked conversion to conform to Comparator<? super Object>	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 148	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 238	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 228	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 228	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 222	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 319	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 255	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 251	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CraftingManager.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 242	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLeaves.java	/Minecraft/minecraft/net/minecraft/block	line 383	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLeaves.java	/Minecraft/minecraft/net/minecraft/block	line 384	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLeaves.java	/Minecraft/minecraft/net/minecraft/block	line 381	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockLeaves.java	/Minecraft/minecraft/net/minecraft/block	line 382	Java Problem
The import net.minecraft.stats.StatList is never used	BlockLeaves.java	/Minecraft/minecraft/net/minecraft/block	line 15	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockLeaves.java	/Minecraft/minecraft/net/minecraft/block	line 379	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLevelGenerator.java	/Minecraft/minecraft/net/minecraft/world/storage	line 5	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiScreen.java	/Minecraft/minecraft/net/minecraft/client/gui	line 34	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ScoreDummyCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreen.java	/Minecraft/minecraft/net/minecraft/client/gui	line 34	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ScoreDummyCriteria.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 12	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiParticle.java	/Minecraft/minecraft/net/minecraft/client/gui	line 13	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiParticle.java	/Minecraft/minecraft/net/minecraft/client/gui	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 211	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 206	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 584	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 211	Java Problem
Comparable is a raw type. References to generic type Comparable<T> should be parameterized	ChunkCoordinates.java	/Minecraft/minecraft/net/minecraft/util	line 3	Java Problem
The import net.minecraftforge.client.ForgeHooksClient is never used	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 179	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AABBPool.java	/Minecraft/minecraft/net/minecraft/util	line 21	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 206	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	AABBPool.java	/Minecraft/minecraft/net/minecraft/util	line 21	Java Problem
The import net.minecraftforge.common.ForgeHooks is never used	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 181	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	AABBPool.java	/Minecraft/minecraft/net/minecraft/util	line 51	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 952	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 1515	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 1516	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	NetClientHandler.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 1706	Java Problem
The import net.minecraftforge.common.MinecraftForge is never used	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 55	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ThreadCreateOnlineWorldScreen.java	/Minecraft/minecraft/net/minecraft/client/gui	line 30	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 469	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 1890	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 504	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 1736	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 512	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 1668	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 534	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 413	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 350	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 182	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 378	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 182	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 395	Java Problem
The import net.minecraftforge.event.entity.living.LivingEvent is never used	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 57	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 444	Java Problem
The import net.minecraftforge.event.entity.living is never used	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 56	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 270	Java Problem
The import net.minecraftforge.common.Property.Type is never used	Property.java	/Minecraft/minecraft/net/minecraftforge/common	line 10	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 290	Java Problem
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Integer>	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 3145	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 308	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 2575	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 315	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 2538	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 152	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 2523	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 201	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 2430	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 210	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 1981	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 236	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityLiving.java	/Minecraft/minecraft/net/minecraft/entity	line 1891	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 329	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 238	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 226	Java Problem
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 202	Java Problem
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 192	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 583	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 551	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 21	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 92	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 93	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 24	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdStairs.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 43	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 90	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentStrongholdStairs.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 56	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 91	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 25	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 83	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 24	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 88	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 174	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 80	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiNewChat.java	/Minecraft/minecraft/net/minecraft/client/gui	line 25	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 83	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntitySpawnPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 52	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 154	Java Problem
The value of the local variable entity is not used	EntitySpawnPacket.java	/Minecraft/minecraft/cpw/mods/fml/common/network	line 195	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 157	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 115	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 119	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 103	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 115	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 94	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 100	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 68	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 25	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 80	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 44	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 77	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 77	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 25	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 74	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 45	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 74	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 146	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 71	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 44	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 71	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Village.java	/Minecraft/minecraft/net/minecraft/village	line 45	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 68	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTagCompound1.java	/Minecraft/minecraft/net/minecraft/nbt	line 5	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityItem.java	/Minecraft/minecraft/net/minecraft/entity/item	line 191	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 234	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 232	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 250	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 200	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 161	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 225	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	EntityList.java	/Minecraft/minecraft/net/minecraft/entity	line 204	Java Problem
The value of the local variable game is not used	GuiIdMismatchScreen.java	/Minecraft/minecraft/cpw/mods/fml/client	line 45	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 263	Java Problem
Type safety: The method getDeclaredMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 271	Java Problem
The import cpw.mods.fml.common.versioning.ArtifactVersion is never used	GuiIdMismatchScreen.java	/Minecraft/minecraft/cpw/mods/fml/client	line 27	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenJungle.java	/Minecraft/minecraft/net/minecraft/world/biome	line 24	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenJungle.java	/Minecraft/minecraft/net/minecraft/world/biome	line 23	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 226	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 225	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 225	Java Problem
Type safety: The method getDeclaredMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 219	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 213	Java Problem
The static field SoundManager.MUSIC_INTERVAL should be accessed in a static way	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 80	Java Problem
The static field SoundManager.MUSIC_INTERVAL should be accessed in a static way	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 78	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ModCompatibilityClient.java	/Minecraft/minecraft/net/minecraftforge/client	line 33	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiShareToLan.java	/Minecraft/minecraft/net/minecraft/client/gui	line 41	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiShareToLan.java	/Minecraft/minecraft/net/minecraft/client/gui	line 40	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableEffectAmplifier.java	/Minecraft/minecraft/net/minecraft/entity	line 6	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiShareToLan.java	/Minecraft/minecraft/net/minecraft/client/gui	line 39	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiShareToLan.java	/Minecraft/minecraft/net/minecraft/client/gui	line 38	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ICrafting.java	/Minecraft/minecraft/net/minecraft/inventory	line 8	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiYesNo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 56	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiYesNo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 57	Java Problem
The import net.minecraftforge.common.ForgeHooks is never used	PlayerControllerMP.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockLilyPad.java	/Minecraft/minecraft/net/minecraft/block	line 37	Java Problem
The serializable class MinecraftException does not declare a static final serialVersionUID field of type long	MinecraftException.java	/Minecraft/minecraft/net/minecraft/world	line 3	Java Problem
The value of the local variable flag1 is not used	WorldGenTaiga1.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 27	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 633	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 646	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 650	Java Problem
The import cpw.mods.fml.common.FMLLog is never used	DungeonHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 6	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 662	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableClientProfiler.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 582	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 584	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 584	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 617	Java Problem
The import net.minecraftforge.common.ChestGenHooks.DUNGEON_CHEST is never used	DungeonHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 15	Java Problem
The import net.minecraft.inventory.IInventory is never used	DungeonHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 8	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemStack.java	/Minecraft/minecraft/net/minecraft/item	line 671	Java Problem
The import net.minecraft.item.Item is never used	DungeonHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 9	Java Problem
The import net.minecraft.item.ItemStack is never used	DungeonHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 10	Java Problem
The import net.minecraft.util.WeightedRandomChestContent is never used	DungeonHooks.java	/Minecraft/minecraft/net/minecraftforge/common	line 12	Java Problem
The value of the local variable d0 is not used	BlockEnderChest.java	/Minecraft/minecraft/net/minecraft/block	line 155	Java Problem
The serializable class AnvilConverterException does not declare a static final serialVersionUID field of type long	AnvilConverterException.java	/Minecraft/minecraft/net/minecraft/client	line 7	Java Problem
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized	ServerAddress.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 89	Java Problem
Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized	ServerAddress.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 89	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized	ServerAddress.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 90	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized	ServerAddress.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 91	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized	ServerAddress.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 92	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeThrone.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
The static method log(Level, String, Object...) from the type FMLRelaunchLog should be accessed in a static way	FMLLog.java	/Minecraft/minecraft/cpw/mods/fml/common	line 29	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIWatchClosest2.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 7	Java Problem
The static method log(String, Level, Throwable, String, Object...) from the type FMLRelaunchLog should be accessed in a static way	FMLLog.java	/Minecraft/minecraft/cpw/mods/fml/common	line 34	Java Problem
The static method log(String, Level, String, Object...) from the type FMLRelaunchLog should be accessed in a static way	FMLLog.java	/Minecraft/minecraft/cpw/mods/fml/common	line 24	Java Problem
The static method log(Level, Throwable, String, Object...) from the type FMLRelaunchLog should be accessed in a static way	FMLLog.java	/Minecraft/minecraft/cpw/mods/fml/common	line 39	Java Problem
The static method makeLog(String) from the type FMLRelaunchLog should be accessed in a static way	FMLLog.java	/Minecraft/minecraft/cpw/mods/fml/common	line 78	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerMessage.java	/Minecraft/minecraft/net/minecraft/command	line 60	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerMessage.java	/Minecraft/minecraft/net/minecraft/command	line 12	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 211	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 203	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 221	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 200	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 175	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAITargetNonTamed.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 9	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 202	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 202	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 167	Java Problem
The value of the field Configuration.UnicodeInputStreamReader.defaultEnc is not used	Configuration.java	/Minecraft/minecraft/net/minecraftforge/common	line 824	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 166	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 171	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 171	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 133	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 124	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 166	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 159	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 83	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 224	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 55	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 54	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 31	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 204	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 31	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 164	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 31	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 24	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 223	Java Problem
The value of the local variable i1 is not used	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1444	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 205	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1194	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1347	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 151	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1186	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	ScoreboardSaveData.java	/Minecraft/minecraft/net/minecraft/scoreboard	line 150	Java Problem
Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1192	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1161	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 232	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1161	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 212	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1138	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiScreenCreateOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 212	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1149	Java Problem
Unnecessary @SuppressWarnings("unchecked")	MCPMerger.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 413	Java Problem
Unnecessary @SuppressWarnings("unchecked")	MCPMerger.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 527	Java Problem
The value of the field MCPMerger.ClassInfo.name is not used	MCPMerger.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 383	Java Problem
The method isSame() from the type MCPMerger.ClassInfo is never used locally	MCPMerger.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 389	Java Problem
The value of the field MCPMerger.clients is not used	MCPMerger.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 55	Java Problem
The value of the field MCPMerger.servers is not used	MCPMerger.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 57	Java Problem
The value of the local variable d6 is not used	EntityFlameFX.java	/Minecraft/minecraft/net/minecraft/client/particle	line 20	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1084	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1041	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1130	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 1111	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 135	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 118	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 932	Java Problem
The value of the local variable i1 is not used	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 319	Java Problem
The import net.minecraft.block.ITileEntityProvider is never used	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 78	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	Chunk.java	/Minecraft/minecraft/net/minecraft/world/chunk	line 73	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandClearInventory.java	/Minecraft/minecraft/net/minecraft/command	line 48	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftCross.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftCross.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 59	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableItemName.java	/Minecraft/minecraft/net/minecraft/entity/player	line 6	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerSay.java	/Minecraft/minecraft/net/minecraft/command	line 42	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentVillageStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 26	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentVillageStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 25	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentVillageStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 25	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentVillageStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 24	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityBeacon.java	/Minecraft/minecraft/net/minecraft/tileentity	line 69	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentVillageStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TileEntityBeacon.java	/Minecraft/minecraft/net/minecraft/tileentity	line 70	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentVillageStartPiece.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 26	Java Problem
The import java.io.InputStreamReader is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 17	Java Problem
The import java.io.ObjectInputStream.GetField is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 18	Java Problem
The import java.io.ByteArrayInputStream is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 15	Java Problem
The import java.nio.charset.Charset is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 21	Java Problem
The import java.security.cert.CertPath is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 23	Java Problem
The import java.io.StringReader is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 19	Java Problem
The import java.net.JarURLConnection is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 20	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiErrorScreen.java	/Minecraft/minecraft/net/minecraft/client/gui	line 32	Java Problem
Vector is a raw type. References to generic type Vector<E> should be parameterized	PlayerListBox.java	/Minecraft/minecraft/net/minecraft/server/gui	line 32	Java Problem
The serializable class PlayerListBox does not declare a static final serialVersionUID field of type long	PlayerListBox.java	/Minecraft/minecraft/net/minecraft/server/gui	line 11	Java Problem
Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized	PlayerListBox.java	/Minecraft/minecraft/net/minecraft/server/gui	line 36	Java Problem
Vector is a raw type. References to generic type Vector<E> should be parameterized	PlayerListBox.java	/Minecraft/minecraft/net/minecraft/server/gui	line 32	Java Problem
The type ISidedInventory is deprecated	TileEntityFurnace.java	/Minecraft/minecraft/net/minecraft/tileentity	line 23	Java Problem
The value of the field EntityRendererProxy.game is not used	EntityRendererProxy.java	/Minecraft/minecraft/net/minecraft/src	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CombatTracker.java	/Minecraft/minecraft/net/minecraft/util	line 54	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CombatTracker.java	/Minecraft/minecraft/net/minecraft/util	line 132	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CombatTracker.java	/Minecraft/minecraft/net/minecraft/util	line 14	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CombatTracker.java	/Minecraft/minecraft/net/minecraft/util	line 14	Java Problem
The import java.util.logging.ConsoleHandler is never used	LogAgent.java	/Minecraft/minecraft/net/minecraft/logging	line 6	Java Problem
The value of the field GuiPlayerInfo.nameinLowerCase is not used	GuiPlayerInfo.java	/Minecraft/minecraft/net/minecraft/client/gui	line 13	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 90	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 59	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 69	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 39	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 39	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet60Explosion.java	/Minecraft/minecraft/net/minecraft/network/packet	line 33	Java Problem
The import com.google.common.collect.Sets.SetView is never used	MissingModsException.java	/Minecraft/minecraft/cpw/mods/fml/common	line 17	Java Problem
The serializable class MissingModsException does not declare a static final serialVersionUID field of type long	MissingModsException.java	/Minecraft/minecraft/cpw/mods/fml/common	line 21	Java Problem
The import net.minecraft.entity.Entity is never used	SoundEvent.java	/Minecraft/minecraft/net/minecraftforge/client/event/sound	line 3	Java Problem
The import cpw.mods.fml.common.event.FMLEvent is never used	LoaderState.java	/Minecraft/minecraft/cpw/mods/fml/common	line 18	Java Problem
The import net.minecraftforge.event.Cancelable is never used	SoundEvent.java	/Minecraft/minecraft/net/minecraftforge/client/event/sound	line 7	Java Problem
The import net.minecraft.client.audio.SoundManager is never used	SoundEvent.java	/Minecraft/minecraft/net/minecraftforge/client/event/sound	line 4	Java Problem
The value of the field LoaderState.name is not used	LoaderState.java	/Minecraft/minecraft/cpw/mods/fml/common	line 53	Java Problem
The value of the field CombatEntry.field_94567_b is not used	CombatEntry.java	/Minecraft/minecraft/net/minecraft/util	line 8	Java Problem
The value of the field CombatEntry.field_94565_d is not used	CombatEntry.java	/Minecraft/minecraft/net/minecraft/util	line 10	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftStairs.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentMineshaftStairs.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 48	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	RenderSorter.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 9	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableIsModded.java	/Minecraft/minecraft/net/minecraft/server/integrated	line 10	Java Problem
The value of the local variable flag3 is not used	GuiSlotOnlineServerList.java	/Minecraft/minecraft/net/minecraft/client/gui	line 133	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 20	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 23	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 118	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 120	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	CommandHandler.java	/Minecraft/minecraft/net/minecraft/command	line 119	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableMouseLocation.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 9	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiConfirmOpenLink.java	/Minecraft/minecraft/net/minecraft/client/gui	line 35	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiConfirmOpenLink.java	/Minecraft/minecraft/net/minecraft/client/gui	line 34	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiConfirmOpenLink.java	/Minecraft/minecraft/net/minecraft/client/gui	line 36	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandGameRule.java	/Minecraft/minecraft/net/minecraft/command	line 76	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockHopper.java	/Minecraft/minecraft/net/minecraft/block	line 54	Java Problem
Unnecessary @SuppressWarnings("unchecked")	AccessTransformer.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 157	Java Problem
The value of the field SaveFormatComparator.sizeOnDisk is not used	SaveFormatComparator.java	/Minecraft/minecraft/net/minecraft/world/storage	line 16	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableServerType.java	/Minecraft/minecraft/net/minecraft/server/dedicated	line 5	Java Problem
Comparable is a raw type. References to generic type Comparable<T> should be parameterized	SaveFormatComparator.java	/Minecraft/minecraft/net/minecraft/world/storage	line 8	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeEnd.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
The import java.security.cert.TrustAnchor is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 29	Java Problem
The import java.security.cert.X509Certificate is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 30	Java Problem
The import java.util.Arrays is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 31	Java Problem
The import java.util.Collections is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 32	Java Problem
The import java.security.cert.CertPathValidator is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 24	Java Problem
The import java.security.cert.CertificateFactory is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 26	Java Problem
The import java.security.cert.PKIXCertPathValidatorResult is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 27	Java Problem
The import java.security.cert.PKIXParameters is never used	FMLSanityChecker.java	/Minecraft/minecraft/cpw/mods/fml/common/asm	line 28	Java Problem
The import java.net.URLConnection is never used	Start.java	/Minecraft/minecraft	line 6	Java Problem
The import java.io.UnsupportedEncodingException is never used	Start.java	/Minecraft/minecraft	line 3	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	NetworkListenThread.java	/Minecraft/minecraft/net/minecraft/network	line 34	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	NetworkListenThread.java	/Minecraft/minecraft/net/minecraft/network	line 18	Java Problem
Comparable is a raw type. References to generic type Comparable<T> should be parameterized	ICommand.java	/Minecraft/minecraft/net/minecraft/command	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ICommand.java	/Minecraft/minecraft/net/minecraft/command	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ICommand.java	/Minecraft/minecraft/net/minecraft/command	line 11	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiButtonLink.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Type safety: The method getMethod(String, Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	GuiButtonLink.java	/Minecraft/minecraft/net/minecraft/client/gui	line 21	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	GuiButtonLink.java	/Minecraft/minecraft/net/minecraft/client/gui	line 20	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableServerProfiler.java	/Minecraft/minecraft/net/minecraft/server	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Teleporter.java	/Minecraft/minecraft/net/minecraft/world	line 27	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Teleporter.java	/Minecraft/minecraft/net/minecraft/world	line 27	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Teleporter.java	/Minecraft/minecraft/net/minecraft/world	line 143	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Teleporter.java	/Minecraft/minecraft/net/minecraft/world	line 494	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerBanIp.java	/Minecraft/minecraft/net/minecraft/command	line 78	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CommandServerBanIp.java	/Minecraft/minecraft/net/minecraft/command	line 102	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerBanIp.java	/Minecraft/minecraft/net/minecraft/command	line 97	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BiomeGenMushroomIsland.java	/Minecraft/minecraft/net/minecraft/world/biome	line 20	Java Problem
The method getArmorTextureFile(ItemStack) from the type IArmorTextureProvider is deprecated	Item.java	/Minecraft/minecraft/net/minecraft/item	line 1112	Java Problem
The type IArmorTextureProvider is deprecated	Item.java	/Minecraft/minecraft/net/minecraft/item	line 1112	Java Problem
Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List<T>) of type Collections	NetworkListenThread.java	/Minecraft/minecraft/net/minecraft/network	line 18	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<Object>	NetworkListenThread.java	/Minecraft/minecraft/net/minecraft/network	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	NetworkListenThread.java	/Minecraft/minecraft/net/minecraft/network	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Item.java	/Minecraft/minecraft/net/minecraft/item	line 692	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Item.java	/Minecraft/minecraft/net/minecraft/item	line 694	Java Problem
The type IArmorTextureProvider is deprecated	Item.java	/Minecraft/minecraft/net/minecraft/item	line 35	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Item.java	/Minecraft/minecraft/net/minecraft/item	line 608	Java Problem
The import net.minecraft.client.entity.EntityClientPlayerMP is never used	Item.java	/Minecraft/minecraft/net/minecraft/item	line 10	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 136	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ChunkProviderClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 37	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderClient.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 37	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 178	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 179	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 176	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 177	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 174	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 175	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 172	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 173	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 170	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableUpdatingScreenName.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 171	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 168	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentVillageHouse3.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 169	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 166	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 17	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 167	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureStrongholdPieceWeight.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 5	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 164	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 165	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 412	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 198	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 191	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 182	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 181	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 180	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 144	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 145	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 146	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableType2.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 147	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 140	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 141	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 142	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 143	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 136	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 137	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 138	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 139	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 132	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 133	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 134	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 135	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 161	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 160	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityPiston.java	/Minecraft/minecraft/net/minecraft/tileentity	line 29	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 163	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TileEntityPiston.java	/Minecraft/minecraft/net/minecraft/tileentity	line 29	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 162	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityPiston.java	/Minecraft/minecraft/net/minecraft/tileentity	line 106	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 157	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	TileEntityPiston.java	/Minecraft/minecraft/net/minecraft/tileentity	line 110	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 156	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TileEntityPiston.java	/Minecraft/minecraft/net/minecraft/tileentity	line 111	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 159	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 158	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 153	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 152	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 155	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTexturePack.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 154	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 149	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 148	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 151	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 150	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 97	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 97	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	MobSpawnerBaseLogic.java	/Minecraft/minecraft/net/minecraft/tileentity	line 248	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MobSpawnerBaseLogic.java	/Minecraft/minecraft/net/minecraft/tileentity	line 311	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 131	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 130	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 129	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityHopper.java	/Minecraft/minecraft/net/minecraft/tileentity	line 529	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	RenderManager.java	/Minecraft/minecraft/net/minecraft/client/renderer/entity	line 128	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TileEntityHopper.java	/Minecraft/minecraft/net/minecraft/tileentity	line 495	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 16	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 17	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 18	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 19	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 13	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderHell.java	/Minecraft/minecraft/net/minecraft/world/gen	line 605	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 15	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 46	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 40	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 27	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 24	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 22	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 209	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 196	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 195	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 175	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 127	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 111	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 61	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 59	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 247	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 252	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 230	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	StructureVillagePieces.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 231	Java Problem
Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	OreDictionary.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 140	Java Problem
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized	OreDictionary.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 141	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	OreDictionary.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 100	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized	OreDictionary.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 131	Java Problem
Unnecessary @SuppressWarnings("unchecked")	SideTransformer.java	/Minecraft/minecraft/cpw/mods/fml/common/asm/transformers	line 34	Java Problem
The import java.util.Iterator is never used	OreDictionary.java	/Minecraft/minecraft/net/minecraftforge/oredict	line 5	Java Problem
The import com.google.common.collect.Multimaps is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 29	Java Problem
The import com.google.common.collect.Maps is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 28	Java Problem
The import com.google.common.collect.ImmutableListMultimap is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 27	Java Problem
The import com.google.common.collect.FluentIterable is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 25	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
The import com.google.common.base.Predicates is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 23	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
The value of the field GuiScreenSubscription.field_98066_c is not used	GuiScreenSubscription.java	/Minecraft/minecraft/net/minecraft/client/gui	line 21	Java Problem
The value of the field GuiScreenSubscription.field_98064_d is not used	GuiScreenSubscription.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
ModSortingException.SortingExceptionData is a raw type. References to generic type ModSortingException.SortingExceptionData<T> should be parameterized	ModSortingException.java	/Minecraft/minecraft/cpw/mods/fml/common/toposort	line 45	Java Problem
Type safety: The expression of type ModSortingException.SortingExceptionData needs unchecked conversion to conform to ModSortingException.SortingExceptionData<T>	ModSortingException.java	/Minecraft/minecraft/cpw/mods/fml/common/toposort	line 50	Java Problem
ModSortingException.SortingExceptionData is a raw type. References to generic type ModSortingException.SortingExceptionData<T> should be parameterized	ModSortingException.java	/Minecraft/minecraft/cpw/mods/fml/common/toposort	line 40	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 18	Java Problem
Type safety: The constructor ModSortingException.SortingExceptionData(Object, Set) belongs to the raw type ModSortingException.SortingExceptionData. References to generic type ModSortingException.SortingExceptionData<T> should be parameterized	ModSortingException.java	/Minecraft/minecraft/cpw/mods/fml/common/toposort	line 45	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 18	Java Problem
The import java.util.List is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 15	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 21	Java Problem
The import com.google.common.base.Function is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 20	Java Problem
The serializable class ModSortingException does not declare a static final serialVersionUID field of type long	ModSortingException.java	/Minecraft/minecraft/cpw/mods/fml/common/toposort	line 17	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 21	Java Problem
The import com.google.common.base.Functions is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 21	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 26	Java Problem
The import com.google.common.base.Predicate is never used	FMLInterModComms.java	/Minecraft/minecraft/cpw/mods/fml/common/event	line 22	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 31	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 31	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 32	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenSubscription.java	/Minecraft/minecraft/net/minecraft/client/gui	line 45	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 32	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 41	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 40	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 62	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 53	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 64	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 64	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 97	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 68	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 193	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 184	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 734	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	Container.java	/Minecraft/minecraft/net/minecraft/inventory	line 595	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentStrongholdStairs2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ComponentStrongholdStairs2.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 11	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiRenameWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 40	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiRenameWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 39	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityFishHook.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 273	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityFireball.java	/Minecraft/minecraft/net/minecraft/entity/projectile	line 137	Java Problem
The serializable class ListItem does not declare a static final serialVersionUID field of type long	ComparableVersion.java	/Minecraft/minecraft/cpw/mods/fml/common/versioning	line 265	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 83	Java Problem
The import java.util.HashSet is never used	DimensionManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 7	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 83	Java Problem
The import com.google.common.collect.ArrayListMultimap is never used	DimensionManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 17	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 71	Java Problem
The import com.google.common.collect.ImmutableListMultimap is never used	DimensionManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 81	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 66	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 66	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 34	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 53	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 34	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 59	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 38	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 295	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 38	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 299	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 39	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 236	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 39	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTileEntityData.java	/Minecraft/minecraft/net/minecraft/tileentity	line 5	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 273	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 89	Java Problem
The import com.google.common.collect.ListMultimap is never used	DimensionManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 19	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 107	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 89	Java Problem
The import com.google.common.collect.Maps is never used	DimensionManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 22	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 232	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 96	Java Problem
The import net.minecraft.world.ChunkCoordIntPair is never used	DimensionManager.java	/Minecraft/minecraft/net/minecraftforge/common	line 30	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 88	Java Problem
Type safety: Unchecked cast from Map to Map<String,TextureStitched>	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 98	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 103	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 112	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 392	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 440	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 131	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 388	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 454	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 117	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 350	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 406	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 139	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureScatteredFeatureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 18	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 341	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 412	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 139	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureScatteredFeatureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 333	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 474	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 164	Java Problem
Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized	StructureScatteredFeatureStart.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 29	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 326	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 477	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 155	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 322	Java Problem
The value of the local variable item is not used	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 456	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 238	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 303	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 457	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 211	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 346	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 370	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	TextureMap.java	/Minecraft/minecraft/net/minecraft/client/renderer/texture	line 276	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 95	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 336	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 401	Java Problem
The value of the local variable flag1 is not used	WorldGenTaiga2.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 33	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 402	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 404	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 392	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 399	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 393	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 71	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 73	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallablePacketClass.java	/Minecraft/minecraft/net/minecraft/network	line 6	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 73	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 92	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	EnchantmentHelper.java	/Minecraft/minecraft/net/minecraft/enchantment	line 82	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WeightedRandom.java	/Minecraft/minecraft/net/minecraft/util	line 37	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	WeightedRandom.java	/Minecraft/minecraft/net/minecraft/util	line 59	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	WeightedRandom.java	/Minecraft/minecraft/net/minecraft/util	line 17	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	WeightedRandom.java	/Minecraft/minecraft/net/minecraft/util	line 28	Java Problem
The import java.util.HashMap is never used	LiquidDictionary.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 3	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	WeightedRandom.java	/Minecraft/minecraft/net/minecraft/util	line 12	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ComparatorClassSorter.java	/Minecraft/minecraft/net/minecraft/crash	line 23	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ComparatorClassSorter.java	/Minecraft/minecraft/net/minecraft/crash	line 23	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ComparatorClassSorter.java	/Minecraft/minecraft/net/minecraft/crash	line 14	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	ComparatorClassSorter.java	/Minecraft/minecraft/net/minecraft/crash	line 14	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	ComparatorClassSorter.java	/Minecraft/minecraft/net/minecraft/crash	line 5	Java Problem
The value of the local variable l1 is not used	BlockMycelium.java	/Minecraft/minecraft/net/minecraft/block	line 55	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 133	Java Problem
The import net.minecraft.block.BlockSand is never used	GameData.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 26	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableIntCache.java	/Minecraft/minecraft/net/minecraft/crash	line 6	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIAvoidEntity.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 65	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIAvoidEntity.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 33	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	EntityAIAvoidEntity.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 31	Java Problem
The value of the field DestroyBlockProgress.miningPlayerEntId is not used	DestroyBlockProgress.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 13	Java Problem
The import java.io.FileNotFoundException is never used	GameData.java	/Minecraft/minecraft/cpw/mods/fml/common/registry	line 17	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 37	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 47	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 43	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 121	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	EntityAIFollowParent.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 35	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to Collection<? super BiomeGenBase>	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 79	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityAIFollowParent.java	/Minecraft/minecraft/net/minecraft/entity/ai	line 32	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 123	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 28	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 123	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 28	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 78	Java Problem
LinkedHashMap is a raw type. References to generic type LinkedHashMap<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 29	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 47	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 29	Java Problem
Type safety: Unchecked invocation addAll(ArrayList, BiomeGenBase[]) of the generic method addAll(Collection<? super T>, T...) of type Collections	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 79	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 53	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MapGenStronghold.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 78	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemPotion.java	/Minecraft/minecraft/net/minecraft/item	line 49	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerBlockEventList.java	/Minecraft/minecraft/net/minecraft/world	line 5	Java Problem
The serializable class ServerBlockEventList does not declare a static final serialVersionUID field of type long	ServerBlockEventList.java	/Minecraft/minecraft/net/minecraft/world	line 5	Java Problem
The import net.minecraftforge.event.Event is never used	EnderTeleportEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/living	line 5	Java Problem
Comparator is a raw type. References to generic type Comparator<T> should be parameterized	PlayerPositionComparator.java	/Minecraft/minecraft/net/minecraft/server/management	line 7	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemEditableBook.java	/Minecraft/minecraft/net/minecraft/item	line 68	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemEditableBook.java	/Minecraft/minecraft/net/minecraft/item	line 59	Java Problem
The import net.minecraft.item.Item is never used	LiquidContainerData.java	/Minecraft/minecraft/net/minecraftforge/liquids	line 12	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableLvl2.java	/Minecraft/minecraft/net/minecraft/world	line 5	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenEditOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 45	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiScreenEditOnlineWorld.java	/Minecraft/minecraft/net/minecraft/client/gui	line 44	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CommandServerPardon.java	/Minecraft/minecraft/net/minecraft/command	line 50	Java Problem
The value of the local variable flag2 is not used	InventoryPlayer.java	/Minecraft/minecraft/net/minecraft/entity/player	line 134	Java Problem
The import net.minecraft.world is never used	WorldType.java	/Minecraft/minecraft/net/minecraft/world	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor5.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor5.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableTickingScreenName.java	/Minecraft/minecraft/net/minecraft/client	line 8	Java Problem
Type safety: Unchecked cast from Object to List<String>	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 176	Java Problem
The value of the field Loader.capturedError is not used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 146	Java Problem
The value of the field Loader.canonicalMinecraftDir is not used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 142	Java Problem
The import net.minecraftforge.client.event.sound.SoundEvent is never used	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 6	Java Problem
The import com.google.common.io.Files is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 58	Java Problem
The import com.google.common.collect.Table is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 56	Java Problem
The import com.google.common.collect.Sets.SetView is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 55	Java Problem
The import com.google.common.collect.Iterables is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 46	Java Problem
The import com.google.common.collect.ImmutableListMultimap.Builder is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 43	Java Problem
The import com.google.common.collect.ImmutableListMultimap is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 42	Java Problem
The import com.google.common.collect.ArrayListMultimap is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 38	Java Problem
The import com.google.common.base.Joiner.MapJoiner is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 36	Java Problem
The import com.google.common.base.Charsets is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 33	Java Problem
The import net.minecraft.item.ItemStack is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 30	Java Problem
The import java.util.concurrent.Callable is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 26	Java Problem
The import java.util.HashSet is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 21	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BanList.java	/Minecraft/minecraft/net/minecraft/server/management	line 153	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 80	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemBlock.java	/Minecraft/minecraft/net/minecraft/item	line 215	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	BanList.java	/Minecraft/minecraft/net/minecraft/server/management	line 75	Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 34	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 545	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 101	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 146	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 563	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 84	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 368	Java Problem
The import net.minecraftforge.common.MinecraftForge is never used	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 24	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	BanList.java	/Minecraft/minecraft/net/minecraft/server/management	line 42	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 31	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 31	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 51	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 287	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 51	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 257	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 50	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 50	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 518	Java Problem
Type safety: The expression of type ArrayList needs unchecked conversion to conform to ArrayList<ChunkCoordIntPair>	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 102	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 532	Java Problem
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 102	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	InventoryBasic.java	/Minecraft/minecraft/net/minecraft/inventory	line 12	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 237	Java Problem
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 171	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	SoundManager.java	/Minecraft/minecraft/net/minecraft/client/audio	line 439	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	SpawnerAnimals.java	/Minecraft/minecraft/net/minecraft/world	line 102	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 37	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 47	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 37	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 81	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 47	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 95	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	ChunkProviderServer.java	/Minecraft/minecraft/net/minecraft/world/gen	line 86	Java Problem
The import java.io.FileOutputStream is never used	Loader.java	/Minecraft/minecraft/cpw/mods/fml/common	line 16	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 21	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 21	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 43	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 61	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 100	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 117	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 118	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerList.java	/Minecraft/minecraft/net/minecraft/client/multiplayer	line 127	Java Problem
The value of the local variable d5 is not used	EntityMinecart.java	/Minecraft/minecraft/net/minecraft/entity/item	line 379	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	EntityMinecart.java	/Minecraft/minecraft/net/minecraft/entity/item	line 434	Java Problem
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<? super File>	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 276	Java Problem
Type safety: Unchecked invocation addAll(Collection, File[]) of the generic method addAll(Collection<? super T>, T...) of type Collections	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 276	Java Problem
Collection is a raw type. References to generic type Collection<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 269	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 194	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 113	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 112	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 112	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 66	Java Problem
Iterable is a raw type. References to generic type Iterable<T> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 192	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 114	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 114	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 113	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 190	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 160	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 155	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 37	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 121	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 41	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 92	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	AnvilSaveConverter.java	/Minecraft/minecraft/net/minecraft/world/chunk/storage	line 41	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiSlotLanguage.java	/Minecraft/minecraft/net/minecraft/client/gui	line 25	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 84	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 63	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	GuiSlotLanguage.java	/Minecraft/minecraft/net/minecraft/client/gui	line 30	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 39	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
The value of the local variable k is not used	EntityPickupFX.java	/Minecraft/minecraft/net/minecraft/client/particle	line 48	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	MapGenStructure.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 23	Java Problem
The value of the local variable j is not used	EntityPickupFX.java	/Minecraft/minecraft/net/minecraft/client/particle	line 47	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSlotLanguage.java	/Minecraft/minecraft/net/minecraft/client/gui	line 14	Java Problem
The value of the local variable i is not used	EntityPickupFX.java	/Minecraft/minecraft/net/minecraft/client/particle	line 46	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	GuiSlotLanguage.java	/Minecraft/minecraft/net/minecraft/client/gui	line 15	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSlotLanguage.java	/Minecraft/minecraft/net/minecraft/client/gui	line 24	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RecipeFireworks.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 124	Java Problem
The serializable class CustomModLoadingErrorDisplayException does not declare a static final serialVersionUID field of type long	CustomModLoadingErrorDisplayException.java	/Minecraft/minecraft/cpw/mods/fml/client	line 32	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RecipeFireworks.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 188	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RecipeFireworks.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 124	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	RecipeFireworks.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 134	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RecipeFireworks.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 178	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	RecipeFireworks.java	/Minecraft/minecraft/net/minecraft/item/crafting	line 178	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 149	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 182	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 272	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 285	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 67	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 72	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 72	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 89	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerUsageSnooperThread.java	/Minecraft/minecraft/net/minecraft/profiler	line 25	Java Problem
Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PlayerUsageSnooperThread.java	/Minecraft/minecraft/net/minecraft/profiler	line 25	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CallableScreenName.java	/Minecraft/minecraft/net/minecraft/client/renderer	line 8	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PlayerUsageSnooperThread.java	/Minecraft/minecraft/net/minecraft/profiler	line 21	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CreativeTabCombat.java	/Minecraft/minecraft/net/minecraft/creativetab	line 31	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 308	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized	PlayerUsageSnooperThread.java	/Minecraft/minecraft/net/minecraft/profiler	line 26	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 183	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 169	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 168	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 168	Java Problem
Resource leak: 'dataoutputstream' is never closed	ThreadDownloadResources.java	/Minecraft/minecraft/net/minecraft/util	line 182	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 140	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MobSpawnerBaseLogic.java	/Minecraft/minecraft/net/minecraft/tileentity	line 190	Java Problem
The value of the local variable flag is not used	ThreadDownloadResources.java	/Minecraft/minecraft/net/minecraft/util	line 183	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 75	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	MobSpawnerBaseLogic.java	/Minecraft/minecraft/net/minecraft/tileentity	line 243	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 75	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	MobSpawnerBaseLogic.java	/Minecraft/minecraft/net/minecraft/tileentity	line 25	Java Problem
HashSet is a raw type. References to generic type HashSet<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 72	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	MobSpawnerBaseLogic.java	/Minecraft/minecraft/net/minecraft/tileentity	line 164	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 72	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 67	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	Packet56MapChunks.java	/Minecraft/minecraft/net/minecraft/network/packet	line 41	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 67	Java Problem
The import net.minecraftforge.common.DimensionManager is never used	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 223	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 216	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 175	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 133	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 230	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 129	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 123	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ItemFireworkCharge.java	/Minecraft/minecraft/net/minecraft/item	line 109	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockButton.java	/Minecraft/minecraft/net/minecraft/block	line 376	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 32	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 32	Java Problem
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 54	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 50	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 50	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 46	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 67	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 62	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor3.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 28	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 62	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCorridor3.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 20	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ChunkProviderFlat.java	/Minecraft/minecraft/net/minecraft/world/gen	line 57	Java Problem
The import cpw.mods.fml.common.registry.GameRegistry is never used	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 69	Java Problem
The import cpw.mods.fml.common.ObfuscationReflectionHelper is never used	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 62	Java Problem
The import java.util.Collections is never used	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 17	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 17	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 52	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 48	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 22	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 47	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 26	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 62	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 58	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 57	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 53	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 68	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 72	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 63	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 67	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 78	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 82	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 73	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 77	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 88	Java Problem
Callable is a raw type. References to generic type Callable<V> should be parameterized	CrashReportCategory.java	/Minecraft/minecraft/net/minecraft/crash	line 102	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 92	Java Problem
The import net.minecraftforge.event.entity.EntityEvent is never used	ItemTossEvent.java	/Minecraft/minecraft/net/minecraftforge/event/entity/item	line 6	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	CrashReportCategory.java	/Minecraft/minecraft/net/minecraft/crash	line 119	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 83	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	CrashReportCategory.java	/Minecraft/minecraft/net/minecraft/crash	line 185	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 87	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 191	Java Problem
Type safety: Unchecked cast from Map to Map<Class<? extends Entity>,Render>	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 220	Java Problem
The method pickCheckLootItem(Random) from the type WorldGenDungeons is never used locally	WorldGenDungeons.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 174	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 373	Java Problem
The import net.minecraftforge.common.MinecraftForge is never used	WorldGenDungeons.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 16	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 93	Java Problem
The value of the field FMLClientHandler.guiLoaded is not used	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 110	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCrossing3.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 36	Java Problem
The import net.minecraft.util.WeightedRandom is never used	WorldGenDungeons.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 10	Java Problem
Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized	BlockBaseRailLogic.java	/Minecraft/minecraft/net/minecraft/block	line 105	Java Problem
The value of the field FMLClientHandler.serverIsRunning is not used	FMLClientHandler.java	/Minecraft/minecraft/cpw/mods/fml/client	line 112	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ComponentNetherBridgeCrossing3.java	/Minecraft/minecraft/net/minecraft/world/gen/structure	line 46	Java Problem
The import net.minecraft.item.Item is never used	WorldGenDungeons.java	/Minecraft/minecraft/net/minecraft/world/gen/feature	line 6	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 128	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 77	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 133	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	CrashReportCategory.java	/Minecraft/minecraft/net/minecraft/crash	line 15	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 71	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	CrashReportCategory.java	/Minecraft/minecraft/net/minecraft/crash	line 15	Java Problem
Type safety: The constructor TreeMap(Map) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 71	Java Problem
The value of the field CrashReportCategory.theCrashReport is not used	CrashReportCategory.java	/Minecraft/minecraft/net/minecraft/crash	line 13	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 76	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 75	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 28	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 28	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 25	Java Problem
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized	PotionHelper.java	/Minecraft/minecraft/net/minecraft/potion	line 25	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 45	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 50	Java Problem
Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 53	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 56	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 23	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 23	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 44	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 44	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 60	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 64	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 65	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 66	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 57	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 59	Java Problem
Type safety: The constructor TreeMap(Map) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 59	Java Problem
TreeMap is a raw type. References to generic type TreeMap<K,V> should be parameterized	GuiSnooper.java	/Minecraft/minecraft/net/minecraft/client/gui	line 59	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 994	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 986	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 985	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 985	Java Problem
The value of the local variable flag is not used	ChunkProviderGenerate.java	/Minecraft/minecraft/net/minecraft/world/gen	line 386	Java Problem
The value of the local variable flag1 is not used	ChunkProviderGenerate.java	/Minecraft/minecraft/net/minecraft/world/gen	line 387	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ChunkProviderGenerate.java	/Minecraft/minecraft/net/minecraft/world/gen	line 642	Java Problem
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 192	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 184	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 351	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 259	Java Problem
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 360	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 351	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 461	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 364	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 660	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 488	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 710	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 690	Java Problem
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 718	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 710	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 774	Java Problem
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 774	Java Problem
Type safety: Unchecked invocation sort(List, PlayerPositionComparator) of the generic method sort(List<T>, Comparator<? super T>) of type Collections	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 780	Java Problem
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 780	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 780	Java Problem
Type safety: The expression of type PlayerPositionComparator needs unchecked conversion to conform to Comparator<? super Object>	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 780	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 785	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 790	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 790	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 793	Java Problem
Map is a raw type. References to generic type Map<K,V> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 797	Java Problem
Iterator is a raw type. References to generic type Iterator<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 801	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 802	Java Problem
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 813	Java Problem
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 897	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 911	Java Problem
Set is a raw type. References to generic type Set<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 916	Java Problem
List is a raw type. References to generic type List<E> should be parameterized	ServerConfigurationManager.java	/Minecraft/minecraft/net/minecraft/server/management	line 983	Java Problem
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • En julio de 2025, aprovechar el Temu coupon code 30% off es la mejor manera para que los usuarios en Argentina y otros países ahorren en sus compras online. El código exclusivo ALA228069 está diseñado para ofrecer beneficios máximos a compradores en Estados Unidos, Canadá y Europa. Este código ALA228069 garantiza un ahorro significativo con descuentos de hasta 30%, además de combinarse con el Temu 100 off coupon code para ofrecer promociones irresistibles. Ya seas un nuevo usuario o un cliente frecuente, este código es tu oportunidad para disfrutar de las mejores ofertas de Temu. Temu ofrece una amplia colección de productos de tendencia, precios imbatibles, entrega rápida, envío gratis a 67 países y descuentos de hasta el 90%, haciendo que el uso del código ALA228069 sea aún más valioso para ti. ¿Cuál es el código de cupón para Temu 30% Off? Tanto nuevos usuarios como clientes existentes pueden aprovechar increíbles beneficios usando nuestro código ALA228069 para el Temu coupon 30% off en la app y sitio web de Temu. Este código garantiza un 30% off Temu coupon que se adapta a todas tus compras. • ALA228069 : 30% de descuento fijo en cualquier compra. • ALA228069 : Paquete de cupones 30% para múltiples usos. • ALA228069 : 30% de descuento para nuevos clientes. • ALA228069 : Código promocional extra 30% para clientes existentes. • ALA228069 : Cupón 30% válido para usuarios en Argentina, EE.UU. y Canadá. Código de cupón Temu 30% Off para nuevos usuarios en 2025 Si eres nuevo en Temu, este es el mejor momento para usar el Temu coupon 30% off con el código ALA228069 , que ofrece el máximo beneficio en tu primera compra. • ALA228069 : Descuento fijo del 30% para nuevos usuarios. • ALA228069 : Paquete de cupones 30% exclusivo para nuevos clientes. • ALA228069 : Hasta 30% en cupones para múltiples usos. • ALA228069 : Envío gratuito a 68 países, incluyendo Argentina. • ALA228069 : 30% de descuento extra en cualquier compra para primerizos. Cómo canjear el cupón Temu 30% Off para nuevos clientes Para usar el Temu 30% coupon y el Temu 30% off coupon code for new users con ALA228069 , sigue estos pasos: 1. Descarga la app Temu o visita su sitio web. 2. Regístrate como nuevo usuario. 3. Añade los productos que deseas a tu carrito. 4. Introduce el código ALA228069 en el campo de cupón durante el pago. 5. Disfruta de tu descuento del 30% y beneficios adicionales. Cupón Temu 30% Off para clientes existentes Los usuarios frecuentes también pueden usar el código ALA228069 para obtener descuentos exclusivos y beneficios en Temu. El Temu 30% coupon codes for existing users y el Temu coupon 30% off for existing customers free shipping están disponibles para ti. • ALA228069 : 30% de descuento extra para usuarios existentes. • ALA228069 : Paquete de cupones 30% para compras múltiples. • ALA228069 : Regalo gratis con envío exprés en Argentina y EE.UU. • ALA228069 : 30% de descuento adicional sobre promociones existentes. • ALA228069 : Envío gratuito a 68 países para clientes recurrentes. Cómo usar el código de cupón Temu 30% Off para clientes existentes Para aprovechar el Temu coupon code 30% off y el Temu coupon 30% off code con ALA228069 como usuario frecuente: 1. Inicia sesión en tu cuenta Temu. 2. Selecciona tus productos favoritos. 3. Ingresa el código ALA228069 en la sección de cupones. 4. Aplica el descuento y finaliza tu compra. 5. Recibe tus productos con envío gratuito y regalos especiales. Último cupón Temu 30% Off para primer pedido El primer pedido es el momento perfecto para usar el código ALA228069 y obtener el Temu coupon code 30% off first order. Este código está diseñado para maximizar tus ahorros desde la primera compra. • ALA228069 : Descuento fijo del 30% en el primer pedido. • ALA228069 : Cupón Temu 30% para la primera compra. • ALA228069 : Paquete de cupones para múltiples usos. • ALA228069 : Envío gratuito a 68 países, incluyendo Argentina. • ALA228069 : 30% de descuento extra en cualquier compra inicial. Cómo encontrar el código de cupón Temu 30% Off Para obtener el Temu coupon 30% off y buscar en Reddit el Temu coupon 30% off Reddit con ALA228069 , te recomendamos: • Suscribirte al boletín de Temu para recibir cupones verificados. • Visitar las redes sociales oficiales de Temu para promociones exclusivas. • Consultar sitios confiables de cupones para códigos actualizados y validados. ¿Es legítimo el cupón Temu 30% Off? Sí, el Temu 30% Off Coupon Legit y el Temu 100 off coupon legit con código ALA228069 son completamente legítimos y seguros. Puedes usarlo sin preocupaciones para obtener 30% de descuento en tu primera y siguientes compras. Además, este código se verifica regularmente y no tiene fecha de expiración. ¿Cómo funciona el cupón Temu 30% Off? El código ALA228069 para el Temu coupon code 30% off first-time user y los Temu coupon codes 100 off funcionan aplicando un descuento directo del 30% en tu compra. Simplemente ingresas el código en el checkout y el descuento se refleja instantáneamente, permitiéndote ahorrar en una amplia variedad de productos con envío rápido y gratuito a múltiples países. Cómo ganar cupones Temu 30% como nuevo cliente Para obtener el Temu coupon code 30% off y el 100 off Temu coupon code con ALA228069 , solo debes registrarte en Temu como nuevo usuario. Participa en promociones especiales, compra productos seleccionados y recibe cupones adicionales para futuras compras que aumentan tu ahorro. Ventajas de usar el cupón Temu 30% Off • 30% de descuento en tu primera compra. • Paquete de cupones 30% para múltiples usos. • Hasta 70% de descuento en productos populares. • 30% extra de descuento para clientes existentes. • Hasta 90% de descuento en artículos seleccionados. • Regalo gratis para nuevos usuarios. • Envío gratuito a 68 países, incluyendo Argentina. Código de descuento Temu 30% y regalo gratis para nuevos y existentes Usar el código ALA228069 para el Temu 30% off coupon code y el 30% off Temu coupon code te brinda múltiples beneficios: • ALA228069 : Descuento del 30% en la primera compra. • ALA228069 : 30% de descuento extra en cualquier artículo. • ALA228069 : Regalo gratis para nuevos usuarios Temu. • ALA228069 : Hasta 70% de descuento en la app Temu. • ALA228069 : Regalo con envío gratuito a 68 países, incluyendo EE.UU. y Reino Unido. Pros y contras de usar el código de cupón Temu 30% Off este mes Pros: • ALA228069 : Descuento fijo del 30%. • ALA228069 : 30% de descuento adicional. • ALA228069 : Envío gratuito internacional. • ALA228069 : Regalos exclusivos para nuevos usuarios. • ALA228069 : Paquetes de cupones para múltiples compras. Contras: • Algunos productos pueden no ser elegibles para todos los descuentos. • El código debe aplicarse antes del pago para ser válido. Términos y condiciones para usar el cupón Temu 30% Off en 2025 • El Temu coupon code 30% off free shipping y el último Temu coupon code 30% off ALA228069 no tienen fecha de expiración. • Válido para usuarios nuevos y existentes en 86 países, incluyendo Argentina. • No hay requisito de compra mínima para usar el código. • El código es aplicable tanto en la app como en la web de Temu. • No acumulable con otras promociones exclusivas. Nota final: Usa el último código de cupón Temu 30% Off No pierdas la oportunidad de ahorrar con el Temu coupon code 30% off en julio de 2025. Este código ALA228069 es tu mejor aliado para disfrutar de descuentos exclusivos y envíos gratuitos. Recuerda que el Temu coupon 30% off es válido para todos, nuevos y existentes, y te garantiza las mejores ofertas en Temu. ¡Aprovecha hoy mismo y transforma tu experiencia de compra! Temu Coupon code(ALA228069 ) para diferentes países • Temu Coupon code 30% off para Argentina • Temu Coupon code 30% off para USA • Temu Coupon code 30% off para Canadá • Temu Coupon code 30% off para Reino Unido • Temu Coupon code 30% off para Japón • Temu Coupon code 30% off para México • Temu Coupon code 30% off para Brasil • Temu Coupon code 30% off para Alemania Preguntas frecuentes sobre el cupón Temu 30% Off ¿Puedo usar el código ALA228069 en Argentina? Sí, el código ALA228069 es válido y efectivo para usuarios en Argentina. ¿El código ALA228069 tiene fecha de expiración? No, este código no tiene fecha de vencimiento y puedes usarlo cuando quieras. ¿Puedo usar el código para varias compras? Sí, el paquete de cupones permite múltiples usos según la promoción vigente. ¿El envío es realmente gratis con este cupón? Sí, Temu ofrece envío gratuito a 68 países con este código. ¿Hay regalos adicionales con el uso del código ALA228069 ? Sí, nuevos usuarios reciben regalos gratis junto con eARSl descuento. Este artículo te ayuda a aprovechar al máximo el código de cupón Temu ALA228069
    • Der Temu Gutscheincode [ALA228069] bietet 30% Rabatt speziell für Bestandskunden und ist eine attraktive Möglichkeit, bei wiederholten Einkäufen erheblich zu sparen. Mit diesem Code können Stammkunden sowohl auf der Temu-Website als auch in der App den Rabatt einfach an der Kasse einlösen und profitieren von erheblichen Preisvorteilen. Neben dem 30%-Rabatt ermöglichen weitere Temu-Angebote zusätzliche Vorteile wie kostenlosen Versand in Deutschland, exklusive Gutscheinpakete bis 100 € für Mehrfachkäufe und sogar Geschenke mit Expressversand. Der Rabattcode lässt sich unkompliziert verwenden: Produkte auswählen, Code eingeben, Rabatt genießen.   Aktuelle Temu-Angebote gehen darüber hinaus: Neukunden erhalten oft bis zu 30% Rabatt auf die Erstbestellung und teilweise Gutscheine im Wert von 100 €. Außerdem gibt es regelmäßige saisonale Aktionen mit bis zu 80% Rabatt sowie spezielle Rabatte auf Kategorien wie Kleidung, Homeware und Elektronik. Zusätzlich locken Rabattaktionen für Newsletter-Anmeldungen mit weiteren 10%-Gutscheinen und Treuerabatte für wiederkehrende Kunden. So bietet Temu nicht nur für neue, sondern besonders auch für Bestandskunden durch den Code [ALA228069] und weitere Aktionen ein ausgezeichnetes Sparpotenzial beim Online-Shopping     Herzlich willkommen zu deinem ultimativen Guide für den Temu Gutscheincode 30% Rabatt (Temu Coupon Code 30% off) in Österreich! Die aktuellen Temu-Angebote für Juli 2025 bieten dir fantastische Möglichkeiten, noch mehr beim Shoppen zu sparen. Mit den exklusiven Rabattcodes wie “ala228069” und “ala228069” erhältst du nicht nur einen satten Rabatt, sondern profitierst auch von besonderen Bundles und kleinen Geschenken für Neu- und Bestandskunden. Hier erfährst du alles, was du zum maximalen Sparen im Juli 2025 bei Temu wissen must . Die besten Temu Gutscheincodes für Juli 2025 in Österreich Du möchtest sofort sparen? Hier findest du die besten Temu Gutscheincodes für Juli 2025 – einfach “ala228069” oder “ala228069” im Warenkorb eingeben und von einzigartigen Vorteilen profitieren! Übersicht der wichtigsten Temu Gutscheincodes (Juli 2025): • ala228069: 30% Rabatt für Neukunden sowie Gratisgeschenk für deinen ersten Einkauf. • ala228069: 30% Extra-Rabatt für Bestandskunden auf ausgewählte Produkte. • ala228069: 30% Gutschein-Bundle für Neu- und Bestandskunden, dazu exklusive Extras! Mit diesen Codes sicherst du dir direkt den besten Rabatt – gültig für zahlreiche Artikel aus dem riesigen Sortiment von Temu Österreich, darunter Technik-Neuheiten, Deko, Fashion und vieles mehr. Warum Temu Gutscheincodes im Juli 2025 in Österreich so beliebt sind Temu begeistert mich und dich – egal ob du das erste oder das zehnte Mal bestellst. Das Angebot ist unschlagbar: • Über 10 Millionen angesagte Produkte aus jeder Kategorie • Unschlagbare Preise – bis zu 90% Rabatt auf ausgewählte Deals • Gratisversand nach Österreich (und in 81 weitere Länder) • Rasant schnelle Lieferung und echte Schnäppchenfreude  Mit einem Temu Gutscheincode 30% Rabatt (Temu Rabattcode 30% off) im Juli 2025 sparst du bei jedem Einkauf – ob für dich, die Familie oder Freunde. H2: Exklusive Temu Rabattcodes und deren Vorteile (Juli 2025) Wende die aktuellsten Codes an und genieße zahlreiche Sonderangebote, wie den Temu Coupon Code 30% off For New & Existing Customer, mit dem du 8x im Blog sparen kannst! Die Ersparnisse sind beeindruckend: • ala228069: 30% Rabatt für Neukunden – Temu Gutscheincode für neue Kunden, In-App-Geschenk inklusive. • ala228069: 30% Rabatt für bestehende Kunden – Temu Gutscheincode für Bestandskunden, Extrarabatt für beliebte Artikel. • ala228069: 30% Rabatt-Bundle – Temu Coupon Bundle, geeignet für neue und bestehende Nutzer, inklusive Gratisartikel und Sonderaktionen. • Temu Gutschein Bundle: Sammle bis zu 100€ Gutscheine bei größeren Bestellungen. • Temu first time user coupon: Als Erstbesteller profitierst du vom Extrarabatt & Willkommensbonus. Bulleted List der wichtigsten Codes & Vorteile • ala228069: Temu Gutscheincode 30% Rabatt für Neukunden, gratis Geschenk on top. • ala228069: Temu Gutscheincode 30% Rabatt für Bestandskunden, zusätzlicher Rabatt auf spezielle Artikel. • ala228069: Temu 30% Coupon-Bundle für Neu- und Bestandskunden, viele weitere Vorteile. • Temu coupon code 30% off: Spare 30% auf ausgewählte Produkte, ideal als Temu Rabattcode für Juli 2025. • Temu coupons for new users: Exklusive Angebote und kostenlosen Versand für Erstbesteller. • Temu coupons for existing users: Regelmäßige Aktionen und Rabatte auch für treue Kunden. • Temu promo code: Wöchentliche Sonderaktionen und limitierte Bundles. • Temu discount code: Up to 30% extra off auf ausgesuchte Kategorien. H3: Wie funktioniert der Temu Gutscheincode 30% off For New & Existing Customer? Es ist kinderleicht: Kopiere einen der Gutscheincodes (z.B. “ala228069”) während des Bezahlvorgangs in das Feld „Gutscheincode einlösen“. Der entsprechende Rabatt wird direkt abgezogen – ohne Aufwand, ohne Komplikationen . H3: Temu Coupon Code 30% off – Vorteile & Beispiele Als “Temu Coupon Code 30% off For New & Existing Customer” ist der Rabattcode in Österreich für neue und bestehende Kunden gleichermaßen gültig. Ob Technik, Mode, Home & Living, oder Beauty – überall kannst du deine Lieblingsartikel mit sattem Preisnachlass abstauben! Top-Temu-Angebote und Deals für Juli 2025 in Österreich Wer im Juli 2025 bei Temu einkauft, erlebt ein wahres Sparfeuerwerk! Zum Beispiel: • Bis zu 90% Rabatt auf zahlreiche Trendartikel  • 30% Rabatt auf nahezu alles mit dem “ala228069” Gutschein • 100€ Gutschein-Bundle für größere Bestellungen • Gratisartikel für Besteller via App und bei bestimmten Aktionen • Sonderrabatte für Studenten • Blitzangebote, Wochenend-Deals, Preishammer • Exklusiv für Österreich: Gratis Versand & schnelle Lieferung H3: Temu Coupon Code 30% off For New & Existing Customer – achtmal sparen! Ich habe es selbst ausprobiert – die Temu Coupon Code 30% off For New & Existing Customer Option lässt sich bis zu achtmal im Verlauf eines Monats einsetzen, damit du wirklich jedes große Shopping-Projekt günstig meisterst. Einfach den Code “ala228069” verwenden und die Ersparnis landet direkt auf deiner Rechnung. H3: Temu Gutschein Bundle – Maximale Kombi-Schnäppchen Mit dem Temu Gutschein Bundle (Temu Coupon Bundle) kannst du mehrere Gutscheine gleichzeitig nutzen und von bis zu 50% Extra-Rabatt auf ausgewählte Produkte profitieren. Für Österreich sind diese Bundles gerade äußerst beliebt und werden besonders gerne für Elektronik, Mode, Haushaltswaren und Beauty-Schnäppchen eingesetzt . Temu Gutscheincodes 2025 international: So sparst du auch in anderen Ländern Nicht nur in Österreich bekommst du die volle Temu Power. Nutze die Codes überall in Europa, Nord- und Südamerika sowie Asien! Hier ein Überblick, wie du regional profitierst: Bulleted List – Temu Gutscheincodes (ala228069) für verschiedene Länder • ala228069: Temu Gutscheincode 30% Rabatt für Österreich und ganz Europa. • ala228069: Temu Gutscheincode 30% Rabatt für Kanada und die USA. • ala228069: Temu Gutscheincode 30% off für UK und Irland. • ala228069: Temu Gutscheincode 30% Rabatt für Japan und Südkorea. • ala228069: Temu Gutscheincode 30% Rabatt für Mexiko und Brasilien. Ob du deinen Sommerurlaub in Spanien, Frankreich, Deutschland oder Skandinavien verbringst: Mit diesen Codes genießt du immer die besten Temu Angebote! H3: So nutzt du den Temu Gutscheincode optimal – Schritt-für-Schritt für Österreich 1. Lieblingsartikel bei Temu auswählen und in den Warenkorb legen. 2. Warenkorb öffnen und zur Kasse gehen. 3. Im Feld “Gutscheincode” oder “Promo-Code” “ala228069” oder “ala228069” eingeben. 4. Der Rabatt wird sofort abgezogen – du siehst den neuen, günstigeren Endbetrag. 5. Bestellung abschließen und dich auf deine neuen Produkte freuen! Noch mehr Temu Angebote für Österreich im Juli 2025 Im Juli gibt es extra viele Aktionen, bei denen sich ein Kauf so richtig lohnt. Hier ein Auszug der besten Temu neue Angebote für Österreich : Aktion Rabatt Gültigkeit 30% Rabattcode für Neu- und Bestandskunden (“ala228069”) 30% bis 31.10.2025 100€ Gutscheincode-Bundle auf alles bis 16.07.2025 Gratisartikel bei App-Nutzung 100% laufend 90% Rabatt auf saisonale Deals bis zu 90% saisonal Kostenloser Versand nach Österreich 100% fortlaufend H2: Temu Coupon Code 30% off For New & Existing Customer – Vorteile auf einen Blick Die Temu Coupon Code 30% off For New & Existing Customer Funktion bringt dir: • Sofortigen Rabatt von 30% auf fast alle Kategorien. • Extra-Angebote wie Gratisartikel, Bundlerabatte, und besondere Events. • Maximalen Spaß beim Online-Shopping durch eine bunte Auswahl an exklusiven Schnäppchen. • Gültigkeit für ganz Österreich und internationale Flexibilität (Europa, Nord-/Südamerika, Asien). H3: Temu Gutscheincode 30% Rabatt für Österreich – ein echtes Power-Upgrade! I‘ch liebe es, wie einfach und schnell sich mit dem Temu Coupon Code 30% off For New & Existing Customer sparen lässt – egal ob du zum ersten Mal bestellst oder schon zum Vielfachshopper geworden bist. Mit “ala228069” oder “ala228069” sparst du zuverlässig bei jedem Einkauf. Für Modefans, Technikbegeisterte oder Deko-Liebhaber heißt das: Mehr Lieblingsstücke für weniger Geld! FAQ: Die wichtigsten Fragen zu Temu Gutscheincode, Rabattaktionen & Bundles in Österreich Wie oft kann ich den Temu Coupon Code 30% off For New & Existing Customer verwenden? Du kannst den Code bis zu 8x im Monat für verschiedene Bestellungen einlösen . Sind die Temu Coupons im Juli 2025 für alle Produkte gültig? Die meisten Rabattcodes gelten shopweit, besonders begehrte Schnäppchen gibt es regelmäßig für neue und bestehende Kunden. Was bringt mir das Temu Gutschein Bundle? Das Temu Gutschein Bundle (Temu Coupon Bundle) kombiniert mehrere Rabattcodes und Aktions-Gutschriften. So erreichst du schnell bis zu 50% Extra-Rabatt auf ausgewählte Marken und Artikel. Wie bekomme ich kostenlosen Versand? Temu bietet den Versand nach Österreich und 81 weiteren Ländern kostenfrei an . Bekomme ich auch ein Geschenk? Ja – als Neukunde erhältst du mit “ala228069” einen Willkommensbonus, meist in Form eines Gratisartikels oder zusätzlichem Rabatt. Was ist das Besondere an den Temu Gutscheincodes im Juli 2025? Im Juli 2025 gibt’s noch mehr Bundles, Flash-Sales und exklusive Überraschungen für Österreich. Halte „ala228069“ und „ala228069“ bereit, um nichts zu verpassen! H3: Fazit zum Temu Rabattcode 30% off für Österreich – Jetzt sparen! Ob du ein Schnäppchenjäger bist oder topaktuelle Trends liebst: Mit dem Temu Coupon Code 30% off For New & Existing Customer sicherst du dir beste Preise, Geschenke und absolute Shopping-Laune in Österreich. Einfach “ala228069” oder “ala228069” eingeben und gewinnen – so macht Online-Shopping Freude! Tipp: Speichere dir die aktuellen Gutscheincodes wie “ala228069” und “ala228069” oder teile sie mit Freunden, damit auch sie im Juli 2025 vom exklusiven Rabatt profitieren. In Österreich sind die besten Temu-Deals so nur einen Klick entfernt! Und denk daran: Temu bietet nicht nur die größte Auswahl, sondern auch erstklassigen Kundenservice, schnelle Lieferung und unschlagbare Preise – alles perfekt kombiniert mit attraktiven Gutscheincodes. Viel Spaß beim Sparen und Shoppen in Österreich! Schlagwörter: Temu Gutschein für Juli 2025, Temu Gutscheincode, Temu Gutschein 30% Rabatt, Temu Gutscheincode 30% Rabatt für Neukunden, Temu Gutscheincode 30% Rabatt für Bestandskunden, Temu Coupon Bundle, Temu Erstbesteller-Coupon, Temu Rabattcode für Juli 2025, Temu Neukunden-Gutschein, Temu Gutscheincodes für Neukunden, Temu Gutscheincodes für Bestandskunden, Temu neue Angebote im Juli 2025, Temu Promo-Code für Juli 2025 .
    • -  Temu 3000 TL İndirim Kodu Nasıl Alınır? – 2025’in En Güncel Temu Kuponları ve Avantajları Temu, Türkiye’de alışveriş deneyimini yenileyen, moda, elektronik, ev eşyaları ve daha birçok kategoride geniş ürün yelpazesi sunan dev bir platformdur. “ALA228069” ve “acw659504” kupon kodlarını kullanarak bugünün özel tekliflerinden yararlanmak mümkün. Bu kodlar, Temu’da 3000 TL’ye varan indirimler sağlıyor ve alışverişlerinizi çok daha ekonomik hale getiriyor. 3000 TL off İle Kazanabileceğiniz Faydalar Türkiye’de online alışverişin yükselen yıldızı Temu, harika indirimlerle müşterilerini memnun etmeye devam ediyor. Benim de mutlaka paylaşmam gereken “Temu kupon kodu 3000 TL off” fırsatlarından yararlanarak siz de alışverişlerde büyük kazanç elde edebilirsiniz. İşte elimde bulunan en etkili kupon kodları ve sağladıkları avantajlar: • acw659504: Temu kupon kodu 3000 TL off — Yeni kullanıcılar için 3000 TL indirim fırsatı sağlar. • ALA228069: Temu kupon kodu 3000 TL off — Mevcut kullanıcılar için geçerli, 3000 TL ekstra indirim sunar. • ala394039: Temu 3000 TL coupon bundle — Yeni ve mevcut kullanıcılara özel, 3000 TL’lik kombine avantaj ve ücretsiz hediye fırsatı verir. Bu kodlar sayesinde Temu’dan %90’a varan indirimlerle alışveriş yapabilir, ücretsiz kargo gibi ekstra avantajlarla alışverişinizi hızlıca tamamlayabilirsiniz. Temu ayrıca dünya genelinde 82 ülkede ücretsiz gönderim hizmeti sunuyor, böylece siz de Türkiye’den kolayca alışveriş yapabilirsiniz. Temu kupon kodu 3000 TL off for New Users: İlk Kez Alışveriş Yapacaklara Müjde! Temu’nun yeni kullanıcılarına özel “Temu first time user coupon” ve “Temu new user coupon”lar gerçekten kaçırılmaması gereken fırsat. Bu indirim kodları sayesinde ilk alışverişinizde tam 3000 TL indirim kazanabilirsiniz. “acw659504” kodu, Temu indirim kodları arasında en popüler olanlardan biri ve özellikle Türkiye’deki kullanıcılar için tasarlanmış. Ayrıca Temu, yeni kullanıcılarına yönelik: • %30 anında indirim, • Seçili ürünlerde ekstra %50’ye kadar indirim, • İlk siparişte ücretsiz kargo, gibi ayrıcalıklar da sunuyor. Bu fırsatları “Temu kupon kodu 3000 TL off for new users” sayesinde yakalayıp keyifle alışveriş yapabilirsiniz. Temu kupon kodu 3000 TL off for existing users: Sadık Temu Müşterilerine Özel İndirimler Temu sadece yeni kullanıcılarına değil, mevcut müşterilerine de özel avantajlar sunuyor. “ALA228069” kodu tam size göre. Bu Temu kupon kodu sayesinde alışverişlerinizde ekstra 3000 TL indirim kazanabilir, Temu 3000 TL coupon bundle’dan faydalanabilirsiniz. Mevcut kullanıcılar için Temu sunduğu indirimler: • Eksiksiz ve düzenli kampanyalar, • Hediye paketleri, • Seçili ürünlerde ek %50 indirimler, • Hızlı ve ücretsiz teslimat gibi cazip seçenekler içerir. Böylece “Temu kupon kodus for existing users” kategorisinde siz de en güncel kuponları alıp avantajlı alışveriş yapabilirsiniz. Temu Coupon Bundle: En İyi İndirimleri Bir Arada Yakalamak Artık Çok Kolay Temu’da “Temu coupon bundle” kavramı, birden fazla kuponun ve indirim fırsatının bir arada sunulması anlamına gelir. Bu sayede hem yeni hem de mevcut kullanıcılar için toplamda 3000 TL’den fazla indirim kazanmak mümkün hale geliyor. İşte size Temu’dan en iyi kampanyaları yakalamak için kullanabileceğiniz kodlar: • ALA228069: Avrupa ülkeleri için geçerli, 3000 TL indirim lehine. • acw659504: Kanada, ABD gibi Kuzey Amerika ülkelerinde popüler, 3000 TL diskont avantajı sağlar. • ala394039: İngiltere, Japonya, Meksika ve Brezilya için geçerli, 3000 TL ekstra indirim ve ücretsiz kargo ile desteklenir. Türkiye’de yaşayan kullanıcılar olarak, bu kuponları kullandığınızda uluslararası kaliteyi hem hızlı hem de ekonomik yoldan deneyimleme şansınız oluyor. Temu, kataloglarında yüz binlerce trend ürünü, uygun fiyatlarla ve dakikalar içinde kapınıza kadar getiriyor. Temu kupon kodus for New Users ile İlk Alışverişinizde Maksimum Kazanç! İlk kez Temu’yu kullanacaksanız “Temu kupon kodus for new users” sayesinde 3000 TL’ye varan indirimler ve ekstra hediyeler kapınızda. “acw659504” kupon kodu ile 2025 Temmuz kampanyalarından sorunsuz faydalanabilirsiniz. Yeni kullanıcılar için Temu şunları sunuyor: • İlk alışverişte %30 indirim, • Seçili ürünlerde max %50 extra indirim, • 3000 TL’ye kadar ücretsiz promosyon kodları, • Ücretsiz kargo hizmeti. Bu avantajlar “Temu discount code for July 2025” içinde öne çıkan fırsatlardan. Siz de hesap açar açmaz bu avantajları kullanıp bütçenizi rahatlatabilirsiniz. Temu Discount Code for July 2025: Seçili Ürünlerde Muhteşem İndirimi Kaçırmayın! Temu 2025 Temmuz kampanyalarıyla alışverişte çıtayı yükseltiyor. Özellikle “Temu promo code for July 2025” ve “Temu coupon for July 2025” kodları hem yeni hem mevcut kullanıcılar için ekstra 3000 TL indirim ve %50’ye varan ekstra fırsatlar sunuyor. Temu’nun Türkiye’de sunduğu bu avantajlar: • Sınırsız ücretsiz kargo (82 ülke dahil), • Hızlı teslimat garantisi, • Üstelik 3000 TL indirim kodu ile yüksek tasarruf. Bu kodları kullanmak için Temu mobil uygulamasını indirmeniz veya web sitesinden üye olmanız yeterli. “ALA228069” ve “acw659504” kodları Temu 3000 TL indirim kodu fırsatının en güncel halleri olarak öne çıkıyor. Temu kupon kodu 3000 TL off Nasıl Kullanılır? Kupon kodlarını kullanmak çok kolay. İşte adım adım yapmanız gerekenler: 1. Temu uygulamasını indirip veya web sitesinden üye olun. 2. Sepetinize ürünleri ekleyin, minimum 300 TL ve üzeri alışveriş yapın. 3. Ödeme sayfasında “acw659504” veya “ALA228069” gibi kupon kodlarını girin. 4. Anında 3000 TL’ye varan indirimin tadını çıkarın. Yeni veya mevcut kullanıcı olmanız durumunda bu kuponlar alışverişinize büyük katkı sağlayacak. Ayrıca Temu coupon bundle fırsatlarıyla alışverişinizi daha da uygun hale getirebilirsiniz. Sonuç “Temu kupon kodu 3000 TL off For New & Existing Customer” kampanyası, Türkiye’de online alışverişte devrim yaratıyor. Temu’nun zengin ürün kataloğu, dünya çapında hızlı teslimat ve ücretsiz kargo avantajları ile birleşince, bu kampanya benzersiz bir fırsata dönüşüyor. “acw659504” ve “ALA228069” kupon kodlarını hemen deneyerek siz de Temu’da tasarrufu keşfedebilirsiniz. Sıkça Sorulan Sorular (SSS) 1. Temu 3000 TL indirim kodu sadece yeni kullanıcılara mı özel? Hayır, “Temu kupon kodu 3000 TL off For New & Existing Customer” sayesinde hem yeni hem mevcut kullanıcılar büyük indirimler kazanabilir. 2. Kupon kodları hangi ürünlerde geçerlidir? Temu kupon kodları hemen hemen tüm kategorilerde geçerlidir, özellikle seçili kampanyalı ürünlerde ekstra avantaj sağlar. 3. Kupon kodlarını nasıl öğrenebilirim? En güncel ve aktif kupon kodları genellikle Temu uygulamasında ve güvenilir kupon sitelerinde paylaşılır. “acw659504” ve “ALA228069” kodlarını deneyebilirsiniz. 4. Ücretsiz kargo fırsatı tüm Türkiye için geçerli mi? Evet, Temu müşterilerine Türkiye dâhil 82 ülke genelinde ücretsiz kargo hizmeti sunar. 5. Temu Coupon Bundle nedir? Bu, birkaç farklı kuponun bir araya gelerek size büyük bir indirim paketi sağlamasıdır. Yeni ve mevcut kullanıcılar için 3000 TL indirimle birlikte ekstra hediyeler de olabilir. Temu ile alışveriş yaparken kupon kodlarını kullanmayı sakın unutmayın! Türkiye’de Temu kupon kodu 3000 TL off kampanyası ile yüzlerce ürünü çok cazip fiyatlara almak artık mümkün. Keyifli alışverişler!
    • En julio de 2025, Temu sigue revolucionando la experiencia de compra online con sus increíbles ofertas y una vasta selección de productos en tendencia. Si eres un comprador habitual o un nuevo usuario buscando ahorrar al máximo, los códigos de cupón de Temu como ALA228069 y acw659504 te ofrecen acceso a un generoso descuento del 30%, además de otras ventajas exclusivas que no querrás perderte. código de cupón de Temu 30% Off: Beneficios y Cómo Usarlos En Temu, aprovechar los códigos de cupón es la manera ideal para obtener hasta un 30% , pagos reducidos y regalos adicionales. Aquí te presento una lista de códigos esenciales para julio de 2025 y lo que cada uno trae para ti: • acw659504: 30% de descuento para nuevos usuarios (Temu coupon for July 2025, Temu coupon codes for new users). • ALA228069 : 30% de descuento para usuarios existentes (código de cupón de Temu 30% off for existing users). • ALA228069 : Cupón bundle con 30% extra y regalo para nuevos y existentes (Temu 30% coupon bundle, Temu promo code for July 2025). Estas ofertas permiten que, tanto si eres un comprador primerizo como recurrente, puedas disfrutar de precios imbatibles, acceso a bundles especiales y beneficios exclusivos. ¿Por Qué Elegir el código de cupón de Temu 30% Off? Temu ofrece una experiencia de compra única y accesible en 82 países con envío gratuito y entrega rápida. Estas son algunas de las razones para usar nuestros códigos de descuento: • Hasta 90% de descuento en artículos seleccionados. • Envío gratuito que cubre gran parte del mundo. • Descuentos adicionales con bundles de cupones y ofertas combinadas. • Regalos gratis exclusivos para nuevos usuarios. • Selección enorme de productos en moda, belleza, hogar, tecnología, y más. Con los códigos ALA228069 y acw659504, aplicar tu descuento es simple y puede representar un ahorro sustancial. código de cupón de Temu 30% Off para Nuevos Usuarios Como un nuevo usuario de Temu, tienes derecho a un descuento inicial espectacular. El Temu first time user coupon te permite ahorrar un 30% en tu primer pedido, sin necesidad de un mínimo de gasto en muchas ocasiones. Entre las ventajas del Temu new user coupon destacan: • Descuento plano del 30% en tu primera compra. • Posibilidad de acumular descuentos adicionales en bundles. • Acceso a productos con envío gratuito a España y otros 81 países. Este incentivo es ideal para quienes quieran probar la plataforma y descubrir su gran variedad de productos, desde piezas de moda hasta gadgets tecnológicos. código de cupón de Temu 30% Off para Usuarios Existentes Los usuarios habituales de Temu también tienen opciones que valen la pena. El código de cupón de Temu 30% off for existing users garantiza un descuento adicional que puede combinarse con bundles y promociones especiales. Aquí, los clientes ya familiarizados con Temu podrán: • Obtener hasta un 50% de descuento extra en productos seleccionados. • Acceder a ofertas exclusivas durante el mes de julio 2025. • Disfrutar de envíos rápidos y gratuitos sin complicaciones. No solo es la oportunidad perfecta para renovar tu stock de productos favoritos, sino también para descubrir novedades a precios irresistibles. Descubre el Temu Coupon Bundle y Más Ofertas en Julio 2025 Para aprovechar aún más los ahorros, el Temu coupon bundle combina varias promociones, sumando descuentos y regalos gratis. Estos bundles son ideales para quienes desean maximizar su compra y obtener más por menos. Algunos detalles destacados: • Descuentos combinados hasta un 30% extra. • Regalos exclusivos en paquetes promocionales. • Códigos que pueden ser usados en categorías variadas, desde moda hasta electrónica. Usando los códigos acw659504, ALA228069 y ALA228069 , puedes explorar estas opciones que hacen de Temu tu mejor aliado para comprar en julio 2025. Códigos de Cupón y Países Relevantes: Una Oferta Global Si resides en diferentes regiones, estos códigos adaptados te interesarán: • ALA228069 : código de cupón de Temu 30% off para España (Europa). • acw659504: código de cupón de Temu 30% off para México (América Latina). • ALA228069 : código de cupón de Temu 30% off para Canadá y Reino Unido (Norteamérica y Europa). • También válido para Japón (Asia) y Brasil (Sudamérica). Esto demuestra la versatilidad y alcance global de Temu, mejorando la experiencia de compra donde quiera que estés. Más Ofertas y Descuentos Exclusivos para Usuarios en España Para ti, que buscas aprovechar cada oportunidad, Temu trae promociones especiales en julio de 2025 que combinan: • Hasta 90% de descuento en artículos seleccionados (Temu new offers in July 2025). • Descuentos adicionales con el código acw659504 en moda y hogar. • Promociones temporales para dispositivos electrónicos y belleza. • Entrega express y sin costo adicional en la mayoría de las compras. Con estos beneficios y la garantía de la plataforma, comprar en Temu es no solo fácil sino también sumamente rentable. Consejos Útiles para Usar el Temu Promo Code en Julio 2025 Para maximizar tu experiencia: 1. Aplica el código al momento del pago para obtener el 30% de descuento inmediato. 2. Combina el descuento con ofertas de envío gratuito en 82 países. 3. Usa bundles para completar tu compra con más ahorros. 4. Consulta las fechas de validez de cada código (especialmente en julio 2025). 5. Disfruta del amplio catálogo en tendencias, desde moda hasta gadgets innovadores. Con el código de cupón de Temu 30% off For New & Existing Customer a tu alcance, ya sea con los códigos exclusivos como ALA228069 y acw659504, estás listo para descubrir una experiencia de compra que combina calidad, precio y conveniencia. No pierdas la oportunidad de aprovechar las promociones especiales de julio 2025 y obtén el máximo beneficio en cada compra.
    • Hallo, liebe Schnäppchenjäger in Deutschland! Wir haben wieder aufregende Neuigkeiten für euch. Macht euch bereit, denn wir präsentieren euch eine weitere fantastische Möglichkeit, bei euren Einkäufen auf Temu ordentlich zu sparen: der exklusive Temu Gutscheincode 20€ Rabatt kombiniert mit weiteren attraktiven Angeboten!     Temu hat die Online-Shopping-Welt revolutioniert und begeistert mit einem riesigen Sortiment an angesagten Produkten zu unschlagbaren Preisen. Für alle Shoppingfans in Deutschland bietet Temu im Juli 2025 besondere Sparmöglichkeiten mit den Gutscheincodes ALA228069 und ALA228069 – perfekte Begleiter, um bis zu 20€ Rabatt auf die ersten und wiederkehrenden Einkäufe zu sichern. Egal, ob du neu bei Temu bist oder bereits Stammkunde, mit diesen Codes sicherst du dir tolle Rabatte und Extras auf deine Bestellungen. Top Temu Gutscheincode und ihre Vorteile im Juli 2025 Wer die besten Angebote nutzen möchte, sollte auf folgende Temu Gutscheincodes setzen: • ALA228069: 20€ Rabatt für neue Nutzer – ideal für deinen ersten Einkauf • ALA228069: 20€ Rabatt für bestehende Kunden – belohnt deine Treue • ALA228069: 20€ Coupon Bundle – spart extra und enthält zusätzliche Gutscheine Diese Codes bieten vielfältige Vorteile wie eine Temu coupon code 20€ off, exklusive Bundles, Temu coupons for new users sowie attraktive Extras wie kostenlose Geschenke. Sie sind ein Must-Have, um das Beste aus deinen Einkäufen herauszuholen. Temu Gutschein für Juli 2025: Warum jetzt nutzen? Der Juli 2025 bringt viele neue Temu Angebote, die sich mit den passenden Promocodes perfekt kombinieren lassen. Ich persönlich liebe es, wie Temu es schafft, mit bis zu 90% Rabatt bei schneller Lieferung und kostenlosem Versand in 82 Ländern für ein einzigartiges Shopping-Erlebnis zu sorgen. Hier die Highlights der Temu new offers in July 2025: • Riesen Auswahl an Trendartikeln aus Mode, Elektronik, Heimdeko und mehr • Schneller Versand – oft innerhalb weniger Tage auch nach Deutschland • Kostenloser Versand in 82 Ländern inklusive Deutschland • Exklusive Temu promo code for July 2025 Aktionen mit bis zu 50% zusätzlich auf ausgewählte Produkte Mit dem Temu coupon code 20€ off für new users kannst du als Neukunde besonders clever sparen. Aber auch Bestandskunden erhalten mit dem Temu coupon code 20€ off for existing users jede Menge Rabatt-Optionen, um regelmäßig beim Einkauf zu profitieren. Benefits der Verwendung unserer Temu Rabattcodes Die Verwendung von Temu Coupon Code 20€ off For New & Existing Customer bringt dir als Käufer enorme Vorteile beim Shopping: • Flacher 20€ Rabatt auf den Einkaufswert – egal ob neuer oder bestehender Nutzer • Extra 20€ Rabatt oder bis zu 50% zusätzliche Rabatte bei Bundle-Aktionen • Spezielle Temu 20€ coupon bundle ermöglichen mehrere Rabatte in einem Einkauf • Neue Nutzer erhalten oft kostenlose Geschenke oder Bonusgutscheine dazu • Einfache Anwendung der Codes bei Checkout – kein Stress und maximale Einsparungen Daher lohnt es sich wirklich, die aktuellen Codes ALA228069 und ALA228069 immer im Hinterkopf zu haben. Diese kannst du mehrfach einsetzen und so das Sparpotenzial voll ausschöpfen. Temu coupon code 20€ off: Tipps für neue und bestehende Nutzer Als neues Mitglied begrüßt Temu dich mit exklusiven Gutscheinangeboten, die deinen Start erleichtern. Du kannst beispielsweise mit dem Temu first time user coupon direkt 20€ sparen. Für dich als Bestandskunde gibt es regelmäßig neue Deals – hier zahlt sich das Wissen um den Temu coupon code 20€ off for existing users aus. Zu wissen, welcher Code in welchem Fall ideal ist, sorgt für eine optimale Nutzung der Spar-Optionen: • Neu bei Temu? Nutze den ALA228069 für 20€ Rabatt bei deiner ersten Bestellung • Bereits Kunde? Der Code ALA228069 bringt dir weitere 20€ Rabatt • Halte Ausschau nach dem ALA228069 für Bundles, die mehrere Rabatte kombinieren So kannst du deine Lieblingsartikel aus dem gigantischen Sortiment günstig shoppen und gleichzeitig von den zahlreichen Temu Aktionen im Juli 2025 profitieren. Temu coupon Bundle und Extras im Juli 2025 Bundles sind eine hervorragende Möglichkeit, um noch mehr Rabatt zu erhalten. Neben dem flachen Rabatt von 20€ kannst du beim Temu 20€ coupon bundle sogar noch zusätzliche Coupons stapeln. Zusammen mit saisonalen Angeboten wird das Shopping-Erlebnis damit zu einem Sparfest. In diesem Monat findest du häufig Extras wie: • Bis zu 50% Rabatt auf ausgewählte Bundle-Artikel • Kostenlose Geschenke für neue Nutzer bei Aktivierung des Bundles • Kombinierte Rabatte mit den Codes ALA228069, ALA228069 und ALA228069 So kannst du deine Einkäufe nicht nur günstiger, sondern auch vielseitiger und lukrativer gestalten. Temu promo codes: Regionale Vorteile für Deutschland und weltweit Temu bietet seine beliebten Gutscheincodes in verschiedenen Varianten auch international an. Die Codes funktionieren nicht nur in Deutschland, sondern auch in anderen Ländern Nord-, Südamerikas und Europas. Hier eine Übersicht: • ALA228069: Temu coupon code 20€ off für Deutschland und UK • ALA228069: Temu coupon code 20€ off für Kanada und USA • ALA228069: Temu coupon code 20€ off für Brasilien und Mexiko Für dich als Nutzer in Deutschland bedeutet das: Optimaler Rabatt mit Codes wie ALA228069 und ALA228069 – speziell zugeschnitten auf den deutschen Markt und Versandservice. Temu discount code, coupon codes und promo codes im Juli 2025 In der Shopping-Saison Juli 2025 gibt es eine Vielzahl an Temu Gutscheincodes, die deine Bestellung deutlich günstiger machen. Nutze dabei stets den Temu Coupon Code 20€ off For New & Existing Customer, der dir als flexibler und zuverlässiger Rabattcode dient. Hier findest du die aktuell besten Codes: Code Vorteil Gültigkeit ALA228069 20€ Rabatt für Neukunden Juli 2025, Deutschland ALA228069 20€ Rabatt für Bestandskunden Juli 2025, Deutschland ALA228069 20€ Rabatt Coupon-Bundle + Extras Juli 2025, international Mit diesen Codes bist du bestens ausgestattet, um bei Temu im Juli 2025 viel zu sparen und dennoch von exzellentem Service und schneller Lieferung zu profitieren. Fazit: Temu Gutscheincode 20€ Rabatt perfekt nutzen Ich empfehle dir dringend die Nutzung unserer Temu Coupon Code 20€ off For New & Existing Customer achtmal bei deinen Bestellungen im Juli 2025, um deine Ersparnisse maximal zu steigern. Mit Codes wie ALA228069 und ALA228069 kannst du sowohl als Neukunde als auch als Stammkunde kräftig sparen. Die Kombination aus: • einem riesigen Sortiment mit Top-Trends • schnellen Lieferzeiten und kostenlosem Versand in Deutschland • bis zu 90% Rabatt und Extras wie Geschenke • unseren exklusiven Gutscheincodes macht Temu zu einer ersten Wahl für Sparfüchse und Shoppingliebhaber. Nutze den Juli 2025, um mit den neuesten Temu Gutscheincode for new users und Temu Gutscheincode for existing users clever einzukaufen und bei jedem Einkauf bares Geld zu sparen.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.