Possible Duplicate:
What causes javac to issue the “uses unchecked or unsafe operations” warning
Im getting following warning. What is -xlint:unchecked. If i include -xlint:unchecked in build.xml, Im getting lot of warnings.
Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
How to resolve this. Please help