RFR: 8266082: AssertionError in Annotate.fromAnnotations with -Xdoclint [v2]
Joel Borggrén-Franck
jfranck at openjdk.java.net
Tue Jun 15 11:44:37 UTC 2021
On Tue, 15 Jun 2021 00:15:55 GMT, Vicente Romero <vromero at openjdk.org> 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
More information about the compiler-dev
mailing list