RFR: 8327824: Type annotation placed on incorrect array nesting levels [v2]
Chen Liang
liach at openjdk.org
Tue Mar 12 22:06:35 UTC 2024
> 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.
Chen Liang has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains seven commits:
- Check output from body instead of summary, summary changes css class when new members are added
- Add test case for JLS example 10.2-2
- Merge branch 'master' of https://github.com/openjdk/jdk into fix/jd-array-anno-order
- Fix whitespace
- Make sure varargs work too
- Fix bugs, add tests, fix wrong anticipated test results
- 8327824: Type annotation placed on incorrect array nesting levels
-------------
Changes: https://git.openjdk.org/jdk/pull/18211/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18211&range=01
Stats: 128 lines in 3 files changed: 103 ins; 1 del; 24 mod
Patch: https://git.openjdk.org/jdk/pull/18211.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18211/head:pull/18211
PR: https://git.openjdk.org/jdk/pull/18211
More information about the javadoc-dev
mailing list