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

missing ';' in generated entities

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • 17
    • 17
    • tools

    Description

      The @jls tag is missing ';' in the replacement string for the entity for '>'

                  private String escape(String s) {
                      return s.replace("&", "&amp;").replace("<", "&lt;").replace(">", "&gt");
                  }

      This shows up in doccheck/tidy reports.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: