-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b156
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174385 | 10 | Christoph Langer | P4 | Resolved | Fixed | b01 |
javax/xml/jaxp/unittest/transform/TransformerTest.java tests various XALAN transformations.
There is a dependency to JDK internal classes com.sun.org.apache.xml.internal.serialize.OutputFormat and com.sun.org.apache.xml.internal.serialize.XMLSerializer which should be removed.
Also, the tests all look different doing similar things. They could take advantage of some common template and helper methods.
There is a dependency to JDK internal classes com.sun.org.apache.xml.internal.serialize.OutputFormat and com.sun.org.apache.xml.internal.serialize.XMLSerializer which should be removed.
Also, the tests all look different doing similar things. They could take advantage of some common template and helper methods.
- backported by
-
JDK-8174385 JAXP: TESTBUG: javax/xml/jaxp/unittest/transform/TransformerTest.java needs refactoring
-
- Resolved
-