Skip to Content
0
Apr 19, 2010 at 01:21 PM

How to configure in build the option "Xlint:deprication"

492 Views

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