Eclipse doesn't complain about anything, but recompile.bat gives:
== MCP 7.44 (data: 7.44, client: 1.5.1, server: 1.5.1) ==
# found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, ast
yle, astyle config
== Recompiling client ==
> Cleaning bin
> Recompiling
'"C:\Program Files\Java\jdk1.6.0_25\bin\javac" -encoding UTF-8 -Xlint:-options -
deprecation -g -sourc...' failed : 1
== ERRORS FOUND ==
src\minecraft\notEnoghKnowledge\mod_NotEnoghKnowledge.java:86: inconvertible typ
es
found : java.lang.Object
required: boolean
boolean in=(boolean) isPointInRe
gion.invoke(containerGui,slot.xDisplayPosition,slot.yDisplayPosition,16,16,mouse
X,mouseY);
^
src\minecraft\notEnoghKnowledge\mod_NotEnoghKnowledge.java:121: type parameters
of <T>T cannot be determined; no unique maximal instance exists for type variabl
e T with upper bounds int,java.lang.Object
int damage=ModLoader.get
PrivateValue(ItemSword.class, sword, 0);
^
src\minecraft\notEnoghKnowledge\mod_NotEnoghKnowledge.java:157: type parameters
of <T>T cannot be determined; no unique maximal instance exists for type variabl
e T with upper bounds boolean,java.lang.Object
boolean alwaysEdible=Mod
Loader.getPrivateValue(ItemFood.class, food, 4);
^
3 errors
15 warnings
==================
!! Can not find server sources, try decompiling !!
Press any key to continue . . .