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

Cleanup DOMSerializerImpl

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 9
    • 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.

            joehw Joe Wang
            dfuchs Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: