JDK-8282462 : Remove unnecessary use of @SuppressWarnings("preview")
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-02-28
  • Updated: 2022-03-07
  • Resolved: 2022-02-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 19
19 b12Fixed
Related Reports
Relates :  
Description
With JEP 395 Records being a final part of the platform, the @SuppressWarnings("preview") annotations needed for its preview iterations can and should be removed.
Comments
Changeset: 9d9618a3 Author: Joe Darcy <darcy@openjdk.org> Date: 2022-02-28 22:14:14 +0000 URL: https://git.openjdk.java.net/jdk/commit/9d9618a3dd29cb9328a7275375e04eca2af20a93
28-02-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7638 Date: 2022-02-28 21:54:34 +0000
28-02-2022