RFR: 8343882: BasicAnnoTests doesn't handle multiple annotations at the same position
Joe Darcy
darcy at openjdk.org
Fri Nov 22 03:55:15 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.
Marked as reviewed by darcy (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/21998#pullrequestreview-2453270045
More information about the compiler-dev
mailing list