RFR: JDK-8305713: DocCommentParser: merge blockContent and inlineContent [v5]
Jonathan Gibbons
jjg at openjdk.org
Mon Apr 17 21:29:53 UTC 2023
> Please review a cleanup in DocCommentParser to merge blockContent and inlineContent into a single method to parse "rich content" in a doc comment.
>
> **Note:** This is dependent on PR #13362, to convert `DocCommentParser` to use enhanced switch.
Jonathan Gibbons has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains ten commits:
- Merge remote-tracking branch 'upstream/master' into 8305713.dcp-content
- Merge
- Merge branch 'pr/13362' into pr/13362
- convert additional switch statements
- JDK-8305673: Convert DocCommentParser to use enhanced switch
- avoid conflict with dependent PR
- Merge remote-tracking branch 'upstream/master' into 8305713.dcp-content
- Merge remote-tracking branch 'upstream/master' into 8305713.dcp-content
- JDK-8305713: DocCommentParser: merge blockContent and inlineContent
-------------
Changes: https://git.openjdk.org/jdk/pull/13431/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13431&range=04
Stats: 208 lines in 1 file changed: 86 ins; 95 del; 27 mod
Patch: https://git.openjdk.org/jdk/pull/13431.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13431/head:pull/13431
PR: https://git.openjdk.org/jdk/pull/13431
More information about the compiler-dev
mailing list