On Tue, 28 Oct 2025 18:57:32 GMT, Vicente Romero <[email protected]> wrote:

>> 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>}`?

Thanks, fixed.

This test was reproducing the crash even with the typo to use the wrong 
annotation, but definitely better not to rely on that.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27901#discussion_r2471998613

Reply via email to