-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
9
SAXCatalogReader supports two modes: a legacy mode where it is created with a saxParserClass name, and a new mode where it is created with a saxParserFactory.
In the JDK, it appears that the saxParserClass mode is not used (saxParserClass is always null).
SAXCatalogReader should be cleened up and the protected saxParserClass variable could therefore be removed alongside all the code that deals with it.
In the JDK, it appears that the saxParserClass mode is not used (saxParserClass is always null).
SAXCatalogReader should be cleened up and the protected saxParserClass variable could therefore be removed alongside all the code that deals with it.
- relates to
-
JDK-8130051 Cleanup usage of reflection in jaxp
-
- Closed
-