missing ';' in generated entities

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 17
    • Affects Version/s: 17
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: