Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: other
Platform: Other
-
27661
Description
Hi,
according to the javadoc of the ArrayUtils.addAll() method, a new array is
returned. However, if 1 of the 2 given arrays is null, the not-null array is
returned (and not a new array).
attached are a fix and a junit test
Maarten