Dave Beech created CRUNCH-149:
---------------------------------
Summary: 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: Josh Wills
Priority: Trivial
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
|