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

doclet incorrectly chooses code font for a See Also link

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 22
    • 22
    • tools
    • None

      In ClassFileFormatVersion.java:

       * @since 20
       * @see System#getProperties System property {@code java.class.version}
       * @see java.compiler/javax.lang.model.SourceVersion

      In ClassFileFormatVersion.html:

                          <dt>See Also:</dt>
                          <dd>
                              <ul class="tag-list-long">
                                  <li>
                                      <a href="../System.html#getProperties()">
                                          <code>
                                              System property
                                              <code>java.class.version</code>
                                          </code>
                                      </a>
                                  </li>

      This generates a nested <code> tag, which is reported.

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: