RFR: 8241969: Type annotation is not shown for wildcard type in Javadoc
Jonathan Gibbons
jonathan.gibbons at oracle.com
Thu Jun 18 19:50:56 UTC 2020
OK, that was easier than expected ;-)
-- Jon
On 6/11/20 2:05 AM, Hannes Wallnoefer wrote:
> Please review a simple fix to show type annotations for wildcard types:
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8241969
> Webrev: http://cr.openjdk.java.net/~hannesw/8241969/webrev.00/jdk.patch
>
> The code generating the wildcard link was just missing a call to generate the annotation.
>
> An appropriate test file was already present in testTypeAnnotations/typeannos/Wildcards.java, I just had to add the missing checks.
>
> Thanks,
> Hannes
More information about the javadoc-dev
mailing list