Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 62928FFF7 for ; Thu, 18 Apr 2013 21:26:15 +0000 (UTC) Received: (qmail 73635 invoked by uid 500); 18 Apr 2013 21:26:14 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 73531 invoked by uid 500); 18 Apr 2013 21:26:14 -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 73277 invoked by uid 99); 18 Apr 2013 21:26:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Apr 2013 21:26:14 +0000 Date: Thu, 18 Apr 2013 21:26:14 +0000 (UTC) From: "Thomas Neidhart (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (COLLECTIONS-403) Make AndPredicate, AnyPredicate etc. not final MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COLLECTIONS-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved COLLECTIONS-403. ----------------------------------------- Resolution: Won't Fix As of now, there are no plans to change this. Also the [functor] component does the same thing atm. > Make AndPredicate, AnyPredicate etc. not final > ---------------------------------------------- > > Key: COLLECTIONS-403 > URL: https://issues.apache.org/jira/browse/COLLECTIONS-403 > Project: Commons Collections > Issue Type: Improvement > Components: Collection > Affects Versions: 3.2.1 > Reporter: david cogen > Priority: Minor > > If there is no good reason for these (and similar classes) to not be final, they would be much more useful to me if they were not final. > I have a class that I wanted to have an "is a" relation to AnyPredicate, but, AnyPredicate being declared final, I cannot and instead have to design it with a "has a" relation to AnyPredicate, which for my purpose is much less clear. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira