-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b42
-
generic
-
generic
-
Verified
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"
"itemNames[] or itemValues[] is null or empty"
while they should say
"itemNames[] or itemValues[] is null"
- relates to
-
JDK-6752563 Allow CompositeDataSupport to have zero items
- Closed