[javac] Compiling 948 source files to ../trunk/bin/classes
[javac] ../Fragment.java:495: error: inconvertible types
[javac] int msgId = (int) msg.obj;
[javac] ^
[javac] required: int
[javac] found: Object
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error