JDK-7133058 : BUG 12302617 - SUNBT6992962 FINDBUGS WARNINGS IN COM.SUN.XML.INTERNAL.*
  • Type: Bug
  • Component: xml
  • Sub-Component: jaxp
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-01-24
  • Updated: 2014-03-19
  • Resolved: 2012-02-16
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
7u4 b11Fixed
Related Reports
Relates :  
Description
JAXP portion of BUG 12302617 report:

Bug type EI_EXPOSE_REP (click for details)
EI com.sun.xml.internal.stream.XMLEntityStorage.getDeclaredEntities() may 
expose internal representation by returning XMLEntityStorage.fEntities 

Bug type EI_EXPOSE_REP (click for details) 
In class com.sun.xml.internal.stream.XMLEntityStorage 
In method com.sun.xml.internal.stream.XMLEntityStorage.getDeclaredEntities() 
Field com.sun.xml.internal.stream.XMLEntityStorage.fEntities 
At XMLEntityStorage.java:[line 147]

Comments
EVALUATION removed the getDeclaredEntities() method and also the unused constructor in entity manager; added relevant getters.
25-01-2012