|
||||||||
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 |
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Alexander Lehmann (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Alexander Lehmann (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Alexander Lehmann (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Alexander Lehmann (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Alexander Lehmann (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Alexander Lehmann (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Alexander Lehmann (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Pascal Rapicault (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Pascal Rapicault (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-848) Report files n... Mauro Talevi (JIRA)
I thought about extracting the method as well but didn't get around to doing it yet.
To be completely correct, the close method should be in a finally block, in case of an IOException otherwise the file will remain open (I can add that, if you like)
On a side note, I think calling the class IOUtils as well is not good since it makes the methods from the other class available only by complete package name, maybe the class could be called IOUtils2 ?