JDK-6273675 : CompositeData equals & hashCode javadoc differs from CompositeDataSupport equals & hashCode
  • Type: Bug
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-05-20
  • Updated: 2010-07-29
  • Resolved: 2006-01-04
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 6
6 b43Fixed
Related Reports
Relates :  
Description
The CompositeData equals & hashCode javadoc differs from the CompositeDataSupport
equals & hashCode.

The use of deepEquals and deepHashCode when the elements are of type ArrayType
is not specified in the CompositeData interface.
###@###.### 2005-05-20 14:00:03 GMT

Comments
EVALUATION Review javadoc for equals and hashCode methods in CompositeData. ###@###.### 2005-05-20 14:02:47 GMT
20-05-2005