Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 33596 invoked from network); 19 Feb 2009 18:00:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 18:00:30 -0000 Received: (qmail 95510 invoked by uid 500); 19 Feb 2009 18:00:30 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 95088 invoked by uid 500); 19 Feb 2009 18:00:29 -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 95076 invoked by uid 99); 19 Feb 2009 18:00:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 10:00:28 -0800 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; Thu, 19 Feb 2009 18:00:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B9ADD234C4BF for ; Thu, 19 Feb 2009 10:00:07 -0800 (PST) Message-ID: <571961319.1235066407759.JavaMail.jira@brutus> Date: Thu, 19 Feb 2009 10:00:07 -0800 (PST) From: "Daniel Golesny (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (COLLECTIONS-110) Support parametized classes with commons.collections. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COLLECTIONS-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675062#action_12675062 ] Daniel Golesny commented on COLLECTIONS-110: -------------------------------------------- I like generics - it's sometimes hell (on implementation side), but much better than without and nice at users side. We (at work) need collections with generics! We tried the collections-fork, but they changed the package-names, so we took this an refactored the packages changes back to original. I would like to help coding! I'm checking out the jdk5-branch currently, hey that looks good ... I'll test it. Just tell me, if I can help .. > Support parametized classes with commons.collections. > ----------------------------------------------------- > > Key: COLLECTIONS-110 > URL: https://issues.apache.org/jira/browse/COLLECTIONS-110 > Project: Commons Collections > Issue Type: Wish > Environment: Operating System: other > Platform: Other > Reporter: Colbert Philippe > Assignee: Stephen Kestle > Fix For: Generics > > Attachments: collections.patch, Jakarta Collections-generic.tar.gz > > > It's time to create a parallel version of commons.collections to support > parametized classes of each container class and abstract class. It's not that > hard. There is a 23 PDF document on Sun Java website describing in detail how > it should be done and what to watch out for. > I already converted a few classes from commons.collection privately for my own > needs. Once you get the hang of it, it's a rather quick process. > I am even willing to volunteer my time to do some more but I need the > collaboration of some of the original programmers to watch over things. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.