On Wed, 22 Oct 2025 18:07:37 GMT, Liam Miller-Cushon <[email protected]> wrote:
>> Hi, please consider this fix for a crash with `-Xdoclint` and type >> annotations. It is a generalization of a previous fix for >> [JDK-8266082](https://bugs.openjdk.org/browse/JDK-8266082). > > Liam Miller-Cushon has updated the pull request incrementally with one > additional commit since the last revision: > > Update another affected test test/langtools/tools/doclint/CrashInTypeAnnotateTest.java line 18: > 16: @interface A {} > 17: > 18: /** {@link List<@Nullable String>} shouldn't this be: `{@link List<@A String>}`? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27901#discussion_r2470721961
