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

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

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


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.


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

Posted by "Hasan Diwan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hasan Diwan updated LANG-524:
-----------------------------

    Attachment:     (was: commons-lang.pat)

> 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
>
>   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.


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

Posted by "Hasan Diwan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hasan Diwan updated LANG-524:
-----------------------------

    Attachment:     (was: commons-lang.pat)

> 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.


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

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Hasan Diwan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hasan Diwan updated LANG-524:
-----------------------------

    Attachment: commons-lang.pat

> 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.


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

Posted by "Hasan Diwan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hasan Diwan updated LANG-524:
-----------------------------

    Attachment: commons-lang.pat

> 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
>
>   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.