You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2009/09/05 19:37:57 UTC

[jira] Closed: (LANG-524) ArrayUtils.addAll for between Object arrays and Collections

     [ https://issues.apache.org/jira/browse/LANG-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed LANG-524.
------------------------------

    Resolution: Won't Fix

Patch is huge, doesn't look like a single method being added.

Functionality already exists in Commons Collections CollectionUtils as addAll(Collection, Object[]).

> ArrayUtils.addAll for between Object arrays and Collections
> -----------------------------------------------------------
>
>                 Key: LANG-524
>                 URL: https://issues.apache.org/jira/browse/LANG-524
>             Project: Commons Lang
>          Issue Type: New Feature
>         Environment: All
>            Reporter: Hasan Diwan
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: commons-lang.pat
>
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> The patch consists of a new method that adds all the elements in an Object array to a java.util.Collection and a test case thereof. I'd appreciate comments on it, and having addressed them, a rapid commit. Many thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.