Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8366094

Sealed graph for nested types creates broken links

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 26
    • 20
    • tools
    • None

      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 to JDK-8317937, but the nested class is the origin of the link, not its target.

            hannesw Hannes Wallnoefer
            hannesw Hannes Wallnoefer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: