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

Member signature parameter span contains closing but not opening parens

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 16
    • 15
    • tools
    • None

    Description

      In the HTML generated for a member signature for an executable element, the opening parens is outside the "parameters" (previously "arguments") span, but the closing parens is inside the span.

      <div class="member-signature">
        <span class="modifiers">public</span>
        &nbsp;
        <span class="return-type">int</span>
        &nbsp;
        <span class="member-name">m</span>
        &#8203;(
        <span class="parameters">int&nbsp;arg)</span>
      </div>

      It would be better if both were inside the span or both were outside it.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: