JDK-6773593 : CompositeDataSupport constructor javadoc is not in sync with the implementation
  • Type: Bug
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-11-19
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
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
7 b42Fixed
Related Reports
Relates :  
Description
In the CompositeDataSupport constructors, the two @throws clauses for IllegalArgumentException have not been updated and still say
	"itemNames[] or itemValues[] is null or empty" 
while they should say 
	"itemNames[] or itemValues[] is null"

Comments
EVALUATION Only one constructor is affected, the one that takes itemNames and itemValues arrays. The one that takes a Map is correct.
19-11-2008