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

missing ';' in generated entities

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 17
    • 17
    • tools

      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.

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

              Created:
              Updated:
              Resolved: