JDK-8315137 : Add explicit override RecordComponentElement.asType()
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-08-28
  • Updated: 2024-10-26
  • Resolved: 2023-08-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 22
22 b13Fixed
Related Reports
Relates :  
Description
Readers of the javax.lang.model API would be better served if there were an explicit override for RecordComponentElement.asType(). (Overlooked during the work for JDK-8225052.)

Noticed during work on JDK-8315065.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/15456 Date: 2023-08-28 19:50:46 +0000
26-10-2024

Changeset: 8e2a533d Author: Joe Darcy <darcy@openjdk.org> Date: 2023-08-28 20:43:54 +0000 URL: https://git.openjdk.org/jdk/commit/8e2a533df69d32c419d035068ac3964dd9f98b7b
28-08-2023