Cleanup DOMSerializerImpl

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 9
    • Component/s: xml

      DOMSerializerImpl has some code that attempts to call isXMLVersionChanged through reflection.
      1. This method does not exist in the JDK
      2. The name is wrong - the code does document.getClass().getMethod("isXMLVersionChanged()", new Class[]{}); which can never succeed.

      This looks like obsolete code that could just be removed.

            Assignee:
            Joe Wang
            Reporter:
            Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: