At least two deprecated methods in FXMLLoader and one in AudioTrack have the @deprecated javadoc tag but are missing the @Deprecated annotation. We should ensure correct annotations on all such methods.
We might also want to add (since="nn") to indicate which release it was deprecated in (if known).
Note that there are already two bugs filed for the ones we know we deprecated in JDK 9, so they will be handled separately:
JDK-8157508 - HostServices
JDK-8166926 - Region and SkinBase
We might also want to add (since="nn") to indicate which release it was deprecated in (if known).
Note that there are already two bugs filed for the ones we know we deprecated in JDK 9, so they will be handled separately:
- duplicates
-
JDK-8166926 Add (since = "9") to the @Deprecated annotations on the new snap*() methods
-
- Closed
-
- is blocked by
-
JDK-8161704 Switch to Jigsaw-aware boot JDK for compiling FX 9
-
- Resolved
-
- relates to
-
JDK-8157508 Add (since="9", forRemoval=true) to @Deprecated annotation on HostServices.getWebContext
-
- Resolved
-
-
JDK-8166926 Add (since = "9") to the @Deprecated annotations on the new snap*() methods
-
- Closed
-