doclet incorrectly chooses code font for a See Also link

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 22
    • Affects Version/s: 22
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: