Description
src/com/sun/org/apache/xerces/internal/utils/ObjectFactory.java
defines a method that parses META-INF, but the method is never called.
src/com/sun/org/apache/xalan/internal/utils/ObjectFactory.java
parses META-INF services in a way that could be replaced with a call to
java.util.ServiceLoader.
This is some cleanup & preparation for modules.
defines a method that parses META-INF, but the method is never called.
src/com/sun/org/apache/xalan/internal/utils/ObjectFactory.java
parses META-INF services in a way that could be replaced with a call to
java.util.ServiceLoader.
This is some cleanup & preparation for modules.
Attachments
Issue Links
- relates to
-
JDK-8005954 JAXP Plugability Layer should use java.util.ServiceLoader
- Resolved