-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 20
-
Component/s: tools
-
b25
-
generic
-
generic
The SVG files created for sealed nested types creates invalid links.
For example see the sealed graph for ClassFile.Option:
https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/lang/classfile/ClassFile/Option-sealed-graph.svg
Clicking on AttributeMapperOption leads to:
https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/java/lang/classfile/ClassFile.AttributeMapperOption.html
But it should lead to:
https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/lang/classfile/ClassFile.AttributeMapperOption.html
This is similar toJDK-8317937, but the nested class is the origin of the link, not its target.
For example see the sealed graph for ClassFile.Option:
https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/lang/classfile/ClassFile/Option-sealed-graph.svg
Clicking on AttributeMapperOption leads to:
https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/java/lang/classfile/ClassFile.AttributeMapperOption.html
But it should lead to:
https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/lang/classfile/ClassFile.AttributeMapperOption.html
This is similar to
- is blocked by
-
JDK-8366828 Add jtreg tests for JDK specific taglets
-
- Open
-
- relates to
-
JDK-8325369 @sealedGraph: Bad link to image for tag on nested classes
-
- Resolved
-
-
JDK-8317937 @sealedGraph: Links to inner classes fails in links
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/ac6f5e96
-
Review(master)
openjdk/jdk/28134