Return-Path: X-Original-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98479C2D9 for ; Thu, 24 Jan 2013 20:59:14 +0000 (UTC) Received: (qmail 54742 invoked by uid 500); 24 Jan 2013 20:59:13 -0000 Delivered-To: apmail-incubator-crunch-dev-archive@incubator.apache.org Received: (qmail 54578 invoked by uid 500); 24 Jan 2013 20:59:13 -0000 Mailing-List: contact crunch-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: crunch-dev@incubator.apache.org Delivered-To: mailing list crunch-dev@incubator.apache.org Received: (qmail 54374 invoked by uid 99); 24 Jan 2013 20:59:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2013 20:59:13 +0000 Date: Thu, 24 Jan 2013 20:59:13 +0000 (UTC) From: "Gabriel Reid (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CRUNCH-149) Remove unnecessary "throws IOException" on CrunchTool's constructor 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/CRUNCH-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid resolved CRUNCH-149. --------------------------------- Resolution: Fixed Fix Version/s: 0.5.0 Assignee: Gabriel Reid (was: Josh Wills) Pushed to master. Thanks for this Dave! I thought we'd gotten rid of all of those unnecessary throws clauses, but apparently there are (or at least were) still some lurking around. > Remove unnecessary "throws IOException" on CrunchTool's constructor > ------------------------------------------------------------------- > > Key: CRUNCH-149 > URL: https://issues.apache.org/jira/browse/CRUNCH-149 > Project: Crunch > Issue Type: Improvement > Components: Core > Reporter: Dave Beech > Assignee: Gabriel Reid > Priority: Trivial > Fix For: 0.5.0 > > Attachments: CRUNCH-149.patch > > > CrunchTool's no-arg constructor throws IOException but doesn't seem to need to. Can we remove this? At the moment it forces subclasses to have an explicit constructor even if you just want to use the implicit one. -- 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