Try to add @SuppressWarnings("deprecation") to clean up deprecation javac warnings. But after adding it to the class scope, the deprecation warnings still show up in the compilation.
- duplicates
-
JDK-6480588 No way to suppress deprecation warnings when implementing deprecated interface
- Resolved
- relates to
-
JDK-7117383 SuppressWarnings("deprecation") does not suppress warnings when it should
- Closed
-
JDK-8022450 Fix deprecation warnings in UCharacterDirection.java
- Closed