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

Missing `break` in DocCommentParser `inlineWord()`

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • None
    • tools
    • None

      There is a `break` missing in `case '@'` in DCP `inlineWord()`, leading to an unintentional fall through in the next case block, and therefore incorrect behavior.

      "At some point", we should modernize DocCommentParser and use new-style switch statements.

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

              Created:
              Updated:
              Resolved: