Commit 0378808
ArrayUtils.shuffle() throws NullPointerException for null array input (#1553)
* Add failing test for LANG-1811
* Enhance testShuffleNull to cover all array types for null input
* Fix testShuffleByteRandom to use EMPTY_BYTE_ARRAY instead of EMPTY_BOOLEAN_ARRAY
* Fix testShuffleByteRandom to use EMPTY_BYTE_ARRAY instead of EMPTY_BOOLEAN_ARRAY
---------
Co-authored-by: raju.gupta <raju.gupta@workday.com>1 parent 2a51760 commit 0378808
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5249 | 5249 | | |
5250 | 5250 | | |
5251 | 5251 | | |
5252 | | - | |
5253 | | - | |
| 5252 | + | |
| 5253 | + | |
5254 | 5254 | | |
5255 | 5255 | | |
5256 | 5256 | | |
| |||
0 commit comments