RFR: 8371248: Crash in -Xdoclint with invalid @link [v3]
Jan Lahoda
jlahoda at openjdk.org
Thu Nov 13 14:25:06 UTC 2025
On Thu, 13 Nov 2025 13:54:53 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
>> Jan Lahoda has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixing test.
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java line 41:
>
>> 39: import com.sun.source.tree.MemberSelectTree;
>> 40: import com.sun.source.tree.ParameterizedTypeTree;
>> 41: import com.sun.source.tree.PrimitiveTypeTree;
>
> These imports are no longer needed since you removed the respective visitor methods.
Thanks, fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28272#discussion_r2523652858
More information about the javadoc-dev
mailing list