Hi all,
how I can define the "Xlint:deprication" option in Eclipse?
I would follow the warning:
[javac] WARNING: Note: Some input files use or override a deprecated API.
[javac] WARNING: Note: Recompile with -Xlint:deprecation for details.
[javac] WARNING: Note: Some input files use unchecked or unsafe operations.
[javac] WARNING: Note: Recompile with -Xlint:unchecked for details.
But I don't know, how to do this.
Can you help?
Thanks
Sven