Uploaded image for project: 'Maven JXR'
  1. Maven JXR
  2. JXR-141

Invalid HTML generation when having multiple occurences of the same class on one line

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.1.1
    • jxr
    • None
    • Windows 7, Java 8 Update 60, Maven 3.3.9

    Description

      I am getting invalid HTML generated, like:

      <a class="jxr_linenumber" name="L51" href="#L51">51</a>      <strong class="jxr_keyword">public</strong> <a name="TreeNode" href="../../../../com/westernasset/resteasy/extjs/TreeNode.html#TreeNode">TreeNode</a> (<strong class="jxr_keyword">final</strong> String text, <stron<a name="TreeNode" href="../../../../com/westernasset/resteasy/extjs/TreeNode.html#TreeNode">TreeNode</a>"jxr_keyword">final</strong> Boolean checked, <strong class="jxr_keyword">final</strong> <a name="TreeNode" href="../../../../com/westernasset/resteasy/extjs/TreeNode.html#TreeNode">TreeNode</a>[] children) {
      

      Specifically, look at:

      <stron<a name="TreeNode" href="../../../../com/westernasset/resteasy/extjs/TreeNode.html#TreeNode">TreeNode</a>"jxr_keyword">final</strong> Boolean checked
      

      The original Java code is:

          public TreeNode (final String text, final Boolean checked, final TreeNode[] children) {
      

      Attachments

        Issue Links

          Activity

            People

              rfscholte Robert Scholte
              awhitford Anthony Whitford
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: