RFR: 8214571: -Xdoclint of array serialField gives "error: array type not allowed here"
Jonathan Gibbons
jonathan.gibbons at oracle.com
Tue Dec 4 15:59:29 UTC 2018
On 12/4/18 7:53 AM, Hannes Wallnöfer wrote:
> Please review:
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8214571
> Webrev: http://cr.openjdk.java.net/~hannesw/8214571/webrev.00/
>
> I changed the handling of array types in reference tags from causing an error to just generating a link to the element type.
>
> I only updated the existing tests, should I add a test specifically for @serialField as well?
>
> Thanks,
> Hannes
Since the regression was on @serialField, I think we should have a test
for @serialField. Let me know if you want help creating the test.
-- Jon
More information about the javadoc-dev
mailing list