Completed
Details
Assignee
Michael BlumeMichael BlumeReporter
Michael BlumeMichael BlumeApproval
OkPatch
Code and TestPriority
MinorFix versions
Details
Details
Assignee
Michael Blume
Michael BlumeReporter
Michael Blume
Michael BlumeApproval
Ok
Patch
Code and Test
Priority
Fix versions
Created January 15, 2015 at 7:25 PM
Updated July 18, 2015 at 12:41 AM
Resolved July 18, 2015 at 12:41 AM
The into-array doc string implies that into-array will fall back to an Object array if aseq is supplied, but if the first element of aseq is nil, an NPE occurs.
Approach: Check for nil and use Object as the array type.
Patch: CLJ-1644-array-first-nil-v2.patch
Screened by: Alex Miller