-
Bug
-
Resolution: Fixed
-
P4
-
jfx23
-
b24
We eliminated all removal warnings for deprecated API with the fixes for JDK-8264139 and JDK-8264137. A few have crept back in, so we need to add the now-missing `@SuppressWarnings("removal")` annotations. This will be done in connection with enabling those lint warnings by default. See JDK-8327255.
- relates to
-
JDK-8264137 Suppress deprecation and removal warnings of internal methods
- Resolved
-
JDK-8327255 javac lint warnings: removal, missing-explicit-ctor
- Resolved