Other |
---|
tbdUnresolved |
Relates :
|
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.