Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The idea it's have a method that determine whether the given object is an array. Change all the reference of .getClass().isArray() in favor of
ObjectUtils.isArray(value)