RFR: JDK-8326836 Incorrect @since Tags for ClassSignature methods

Nizar Benalla duke at openjdk.org
Mon Mar 11 16:42:12 UTC 2024


# Issue
- [JDK-8326836](https://bugs.openjdk.org/browse/JDK-8326836): changes were made to the method signatures but this modification isn't reflected in the @ since tags. The @ since tags need to be updated.

I changed the @\since tags to better accurately show when the methods were introduced.

-------------

Commit messages:
 - added @ since 23 to ClassFile.JAVA_23_VERSION, it now matches the @ since of the enclosing element
 - added @ since tag for of methods as their signature changed in jdk 23

Changes: https://git.openjdk.org/jdk/pull/18030/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18030&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8326836
  Stats: 5 lines in 2 files changed: 4 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/18030.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18030/head:pull/18030

PR: https://git.openjdk.org/jdk/pull/18030


More information about the core-libs-dev mailing list