JDK-8012683 : Remove unused, obsolete ObjectFactory classes
  • Type: Bug
  • Component: xml
  • Sub-Component: jaxp
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2013-04-19
  • Updated: 2013-09-04
  • Resolved: 2013-05-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u40Fixed 8 b93Fixed
Description
Some ObjectFactory classes with limited package visibility are not used in their own package and should be removed.

These two classes:

src/com/sun/org/apache/xerces/internal/xinclude/ObjectFactory.java
src/com/sun/org/apache/xml/internal/serialize/ObjectFactory.java 

do not  appear to be used anymore.