RFR: 8325433: Type annotations on primitive types are not linked

Guoxiong Li gli at openjdk.org
Mon Mar 11 13:24:53 UTC 2024


On Mon, 11 Mar 2024 13:13:07 GMT, Chen Liang <liach at openjdk.org> wrote:

> The 2-D array case is broken: currently source code `@A int @B [] @C []` is compiled to `@A int @C [] @B []` in both class file and javadoc output, so I don't want to add a buggy case that needs to be updated if this annotation placement bug is fixed.

I know what you mean now. You found a compiler bug when solving this issue.

The description you wrote are almost about the new bug you found. It is not so good actually. You can file a corresponding issue (then link them in JBS),  or report the bug in the maillist.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18179#issuecomment-1988428100


More information about the javadoc-dev mailing list