[jira] Commented: (LANG-567) ArrayUtils.addAll(T[] array1, T... array2) does not handle mixed types very well

2009-12-18 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12792517#action_12792517 ] Sebb commented on LANG-567: --- I did consider checking the types before trying the array copy in

[jira] Commented: (LANG-567) ArrayUtils.addAll(T[] array1, T... array2) does not handle mixed types very well

2009-12-17 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12792362#action_12792362 ] Paul Benedict commented on LANG-567: Do you want to include the root cause to the IAE? I

[jira] Commented: (LANG-567) ArrayUtils.addAll(T[] array1, T... array2) does not handle mixed types very well

2009-12-16 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791759#action_12791759 ] Henri Yandell commented on LANG-567: +1 ArrayUtils.addAll(T[] array1, T... array2) does