可能重复:
What causes javac to issue the “uses unchecked or unsafe operations” warning
我得到以下警告。什么是-xlint:未选中。 如果我在build.xml中包含-xlint:unchecked,我会收到很多警告。
Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
如何解决这个问题。请帮忙