1

I want to remove all use of deprecated API's in my code. But for few API's I get this message upon compiling.

[Some input files use or override a deprecated API.
Recompile with -Xlint:deprecation for details.]

With what maven command can I use to get the details of the deprecated API?

What should my approach be to finding the deprecated API?

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216
  • 1
    Possible duplicate of [How to compile using -Xlint:unchecked in a Maven project?](https://stackoverflow.com/questions/12449251/how-to-compile-using-xlintunchecked-in-a-maven-project) – Stephen C Oct 19 '17 at 10:33
  • The linked question is *almost* identical ... and the solution is the same. – Stephen C Oct 19 '17 at 10:34

0 Answers0