> Core reflection's generic signature parsing system is used for many aspects, 
> including annotations and enclosing methods, yet it is under-tested. It is 
> better for us to set up tests to ensure that sensitive error behaviors of 
> core reflection remain the same across implementation updates, such as #19281.
> 
> This patch also includes a JUnit converted version of 
> https://github.com/openjdk/jdk/pull/22581#issuecomment-2521703511 test 
> checking behavior around annotations with duplicate interfaces. Interesting 
> that this causes failure in class, field, and methods (constructors), but not 
> in parameters.
> 
> Testing: jdk-tier 1, jdk-tier 2

Chen Liang has updated the pull request incrementally with one additional 
commit since the last revision:

  Remove useless directive

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/23788/files
  - new: https://git.openjdk.org/jdk/pull/23788/files/57905632..e466c93c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=23788&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23788&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/23788.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23788/head:pull/23788

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

Reply via email to