Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 71939 invoked from network); 4 Sep 2009 05:25:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Sep 2009 05:25:22 -0000 Received: (qmail 59176 invoked by uid 500); 4 Sep 2009 05:25:21 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 59079 invoked by uid 500); 4 Sep 2009 05:25:21 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 59069 invoked by uid 99); 4 Sep 2009 05:25:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 05:25:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 05:25:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 77CA8234C004 for ; Thu, 3 Sep 2009 22:24:57 -0700 (PDT) Message-ID: <912289886.1252041897475.JavaMail.jira@brutus> Date: Thu, 3 Sep 2009 22:24:57 -0700 (PDT) From: "Hasan Diwan (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (LANG-524) ArrayUtils.addAll for between Object arrays and Collections In-Reply-To: <765968524.1252041777515.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on 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.