Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 15800 invoked from network); 25 May 2009 17:26:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 May 2009 17:26:55 -0000 Received: (qmail 77290 invoked by uid 500); 25 May 2009 17:27:07 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 77264 invoked by uid 500); 25 May 2009 17:27:07 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Received: (qmail 77254 invoked by uid 99); 25 May 2009 17:27:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 May 2009 17:27:07 +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; Mon, 25 May 2009 17:27:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8DFE0234C004 for ; Mon, 25 May 2009 10:26:45 -0700 (PDT) Message-ID: <1614130597.1243272405567.JavaMail.jira@brutus> Date: Mon, 25 May 2009 10:26:45 -0700 (PDT) From: "Nathan Beyer (JIRA)" To: mime4j-dev@james.apache.org Subject: [jira] Commented: (MIME4J-135) [PATCH] Minor tweaks to MimeException, MimeIOException and unit tests for both In-Reply-To: <1543266909.1243228125595.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MIME4J-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712755#action_12712755 ] Nathan Beyer commented on MIME4J-135: ------------------------------------- There's no bug. MimeException - use super(String, Throwable) instead of super(String);initCause(Throwable);. MimeIOException - make javadoc formatting consistent with MimeException The rest is adding a unit test for each class. > [PATCH] Minor tweaks to MimeException, MimeIOException and unit tests for both > ------------------------------------------------------------------------------ > > Key: MIME4J-135 > URL: https://issues.apache.org/jira/browse/MIME4J-135 > Project: JAMES Mime4j > Issue Type: Improvement > Affects Versions: 0.6 > Reporter: Nathan Beyer > Priority: Minor > Fix For: 0.7 > > Attachments: exceptions.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Attaching a patch with some minor changes to MimeException and MimeIOException and complete unit tests for both classes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.