CDV ❯ Using Array.set() (reflection) to set an array element to null throws IllegalArgumentException
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
DSO:L1
-
-
teck
-
Reporter: teck
-
March 12, 2007
-
0
-
Watchers: 0
-
July 27, 2012
-
March 12, 2007
Description
It doesn’t matter if the target array is shared or not. The check in ManagerImpl.set(..) is not correct for null values
java.lang.IllegalArgumentException at com.tc.object.bytecode.ManagerUtil.set(ManagerUtil.java:249) at java.lang.reflect.Array.set(Array.java)
The message could include some details too