Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 60260 invoked from network); 2 Dec 2004 16:02:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Dec 2004 16:02:27 -0000 Received: (qmail 2160 invoked by uid 500); 2 Dec 2004 16:01:37 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 2126 invoked by uid 500); 2 Dec 2004 16:01:37 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 1982 invoked by uid 99); 2 Dec 2004 16:01:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Dec 2004 08:01:32 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id iB2G1S22008232 for ; Thu, 2 Dec 2004 17:01:29 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id iB2G1SaJ008227; Thu, 2 Dec 2004 17:01:28 +0100 Date: Thu, 2 Dec 2004 17:01:28 +0100 Message-Id: <200412021601.iB2G1SaJ008227@ajax.apache.org> From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 32496] New: - Converters should really be final? X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=32496 Summary: Converters should really be final? Product: Commons Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Bean Utilities AssignedTo: commons-dev@jakarta.apache.org ReportedBy: daniel.amadei@click21.com.br Hi! I'm using BeanUtils to copy properties from one bean to another. When it copies from String to boolean it should know that S means true ('sim' = 'yes' in portuguese) and N means false ('n�o' = 'no' in portuguese). So I was wondering to extend the BooleanConverter to use the existing functionality adding one more check as specified above but it's not possible. I don't want to recompile the entire bean-utils package as I want to be free to upgrade to new releases without worry. And I don't want to do what I'm doing now: I copied the entire BeanConverter logic, adding the new chars to the If statement. So what I'm asking to remove the final qualifier from the converter classes so they can be subclassed. If needed I can create the patches, just let me know. Daniel -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org