RFR: 8327824: Type annotation placed on incorrect array nesting levels
Chen Liang
liach at openjdk.org
Tue Mar 12 22:06:35 UTC 2024
On Tue, 12 Mar 2024 03:33:38 GMT, Chen Liang <liach at openjdk.org> wrote:
> Please review this patch that fixes placement of type annotations on array types in Javadoc output. This oversight seems to have existed since JDK 8 but was never noticed or reported.
Now fixed merge conflict and added a test case for JLS 10.2-2, with the 2 styles of declarations present in the parameter and the return type respectively.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18211#issuecomment-1992660784
More information about the javadoc-dev
mailing list