JDK-8322248 : Fix inconsistent wording in ElementFilter.typesIn
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-12-16
  • Updated: 2024-01-08
  • Resolved: 2024-01-02
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 23
23 b04Fixed
Related Reports
Relates :  
Description
The preferred wording is now:

"Returns a list of classes and interfaces in elements."

rather than

"Returns a set of types in elements."

Comments
Changeset: fcf8368e Author: Joe Darcy <darcy@openjdk.org> Date: 2024-01-02 23:05:58 +0000 URL: https://git.openjdk.org/jdk/commit/fcf8368eb1945c440df8f38969849621b4fffc50
02-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17231 Date: 2024-01-02 22:28:51 +0000
02-01-2024

Overlooked during fix of JDK-8257638.
02-01-2024