Integrated: 8343882: BasicAnnoTests doesn't handle multiple annotations at the same position

Liam Miller-Cushon cushon at openjdk.org
Fri Dec 20 20:55:44 UTC 2024


On Sat, 9 Nov 2024 20:53:08 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:

> Please consider this fix to `test/langtools/tools/javac/processing/model/type/BasicAnnoTests.java`. Due to a long-standing bug in the test, some test cases were not being processed if there were multiple assertions for annotations at the same position. All existing cases in the test still pass after this fix.

This pull request has now been integrated.

Changeset: d562d3c7
Author:    Liam Miller-Cushon <cushon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d562d3c7a9e1e857c095ef908b0957b033972949
Stats:     18 lines in 1 file changed: 5 ins; 4 del; 9 mod

8343882: BasicAnnoTests doesn't handle multiple annotations at the same position

Reviewed-by: darcy

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

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


More information about the compiler-dev mailing list