RFR: 8295653: Add a graph of the sealed class hierarchy for marked classes [v3]
Magnus Ihse Bursie
ihse at openjdk.org
Mon Oct 24 20:29:29 UTC 2022
> It would be possible to mark classes with `@sealedGraph` to indicate that the sealed hierarchy should be rendered graphically in the JavaDocs. Classes not marked would be unaffected, creating an opt-in approach.
>
> [Here](https://bugs.openjdk.org/secure/attachment/101126/Screen%20Shot%202022-10-19%20at%2012.47.47%20PM.png) is an example of MemoryLayout class rendering.
>
> This feature has been developed in cooperation with Per Minborg.
Magnus Ihse Bursie has updated the pull request incrementally with two additional commits since the last revision:
- Use Path instead of File
- Rename lambda argument to match type
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10761/files
- new: https://git.openjdk.org/jdk/pull/10761/files/0b43e55c..f6da8c4c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10761&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10761&range=01-02
Stats: 4 lines in 1 file changed: 1 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/10761.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10761/head:pull/10761
PR: https://git.openjdk.org/jdk/pull/10761
More information about the build-dev
mailing list