Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 81195 invoked from network); 2 Jan 2010 06:16:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jan 2010 06:16:15 -0000 Received: (qmail 25336 invoked by uid 500); 2 Jan 2010 06:16:15 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 25225 invoked by uid 500); 2 Jan 2010 06:16:15 -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 25215 invoked by uid 99); 2 Jan 2010 06:16:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jan 2010 06:16:15 +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; Sat, 02 Jan 2010 06:16:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5BC58234C1F1 for ; Fri, 1 Jan 2010 22:15:54 -0800 (PST) Message-ID: <442873455.3901262412954373.JavaMail.jira@brutus.apache.org> Date: Sat, 2 Jan 2010 06:15:54 +0000 (UTC) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (LANG-491) ExceptionUtils + ExceptionUtilsTest needs an overhaul In-Reply-To: <1619293246.1237082210483.JavaMail.jira@brutus> 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/LANG-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795830#action_12795830 ] Henri Yandell commented on LANG-491: ------------------------------------ Deleted 30% of the lines :) The remaining code is looking more justifiable, though we should ditch the getCause method in Lang 4.0. SQLException is fixed in Java 6 and it will be fair to expect people to be off of Lang 2.x by then. To that end I've deprecated the relevant methods (r895132). > ExceptionUtils + ExceptionUtilsTest needs an overhaul > ----------------------------------------------------- > > Key: LANG-491 > URL: https://issues.apache.org/jira/browse/LANG-491 > Project: Commons Lang > Issue Type: Sub-task > Components: lang.exception.* > Reporter: Henri Yandell > Fix For: 3.0 > > > With the nested stuff removed, ExceptionUtils and its test class are carrying some baggage. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.