On Tue, 15 Jun 2021 00:15:55 GMT, Vicente Romero <[email protected]> wrote:
>> Joel Borggrén-Franck has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8266082: Use nodynamiccopyright and add test cases
>
> test/langtools/tools/doclint/CrashInAnnotateTest.java line 31:
>
>> 29: */
>> 30:
>> 31: /** {@link #equals(@Deprecated Object)} */
>
> I think that the test should include other cases like links to fields and
> methods in another package etc. with annotations modifying different elements
> not only method parameters.
Added some more cases, both were previously handled
-------------
PR: https://git.openjdk.java.net/jdk/pull/4483