Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
1.8
-
None
-
None
-
Operating System: All
Platform: All
Description
Code passes 0 length prototype array to the toArray method thereby making the call use reflection to build another array to fill for the return value. Much quicker to just pass the right sized array in the first place.