Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 32975 invoked from network); 25 May 2007 12:25:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 May 2007 12:25:40 -0000 Received: (qmail 98855 invoked by uid 500); 25 May 2007 12:25:43 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 98690 invoked by uid 500); 25 May 2007 12:25:43 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 98581 invoked by uid 99); 25 May 2007 12:25:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2007 05:25:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2007 05:25:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 63938714062 for ; Fri, 25 May 2007 05:25:16 -0700 (PDT) Message-ID: <3529876.1180095916405.JavaMail.jira@brutus> Date: Fri, 25 May 2007 05:25:16 -0700 (PDT) From: "Edwin Tellman (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Created: (COLLECTIONS-253) I added generics to PredicateUtils and the predicates it creates MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I added generics to PredicateUtils and the predicates it creates ---------------------------------------------------------------- Key: COLLECTIONS-253 URL: https://issues.apache.org/jira/browse/COLLECTIONS-253 Project: Commons Collections Issue Type: Improvement Components: Collection Affects Versions: Generics Environment: Mac OS X Reporter: Edwin Tellman Priority: Minor Fix For: Generics I added generics to PredicateUtils and the predicates it creates (AndPredicate, AllPredicate, etc.). I also made use of variable argument arrays where it seemed appropriate. I modified TestPredicateUtils to use JUnit4 and EasyMock. I created new test classes for some of the predicates and migrated some of the existing tests from TestPredicateUtils to test classes for specific predicates. This allowed for the definition of some common tests and mock predicate creation routines in a base class. I added a unit test for the InvokerTransformer class. This patch depends on COLLECTIONS-247 as it uses JUnit4 and EasyMock. I believe there is some overlap between this patch and the patch attached to COLLECTIONS-110 by Hendrik Maryns yesterday. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org