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

Text incorrectly placed in breadcrumbs list in generated docs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 23
    • 23
    • tools
    • None
    • b11
    • Verified

      `tidy` reports `missing <li>` multiple times in most files in the generated API documentation.

      This appears to be caused by a systemic error when generating the "breadcrumbs" in the nav bar at the top of each file.

      Here's a random example:

      <ol class="sub-nav-list">
      <li><a href="../../module-summary.html">java.compiler</a></li>
      &nbsp;&gt;&nbsp;
      <li><a href="package-summary.html">javax.tools</a></li>
      &nbsp;&gt;&nbsp;
      <li><a href="JavaFileManager.Location.html" class="current-selection">JavaFileManager.Location</a></li>
      </ol>

      Notice the characters &nbsp;&gt;&nbsp; appearing between the list items.

            hannesw Hannes Wallnoefer
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: