<i18n dev> Integrated: 8343777: Add since checker tests to Internationalisation modules

Nizar Benalla nbenalla at openjdk.org
Sat Nov 16 20:31:02 UTC 2024


On Fri, 8 Nov 2024 15:20:29 GMT, Nizar Benalla <nbenalla at openjdk.org> wrote:

> Can I please get a review for this PR that add tests to verify the value of `@since` tags to the Internationalisation area modules. The test is described in this [email](https://mail.openjdk.org/pipermail/jdk-dev/2024-October/009474.html). This issue is similar to JDK-8341399, JDK-8331051 and JDK-8343442.
> 
> The benefit from this is helping API authors and reviewer validate the accuracy of `@since` in their source code (and subsequently, in the generated documentation). And lessen the burden on Reviewers.
> 
> The test has been added for `java.base` and a few other modules and has helped catch some bugs before they make it to the JDK.
> 
> TIA

This pull request has now been integrated.

Changeset: fec0d1cf
Author:    Nizar Benalla <nbenalla at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fec0d1cf5b1e219db3f58c271939b0dbb291404e
Stats:     60 lines in 2 files changed: 60 ins; 0 del; 0 mod

8343777: Add since checker tests to Internationalisation modules

Reviewed-by: jlu, naoto

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

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


More information about the i18n-dev mailing list