[
https://issues.apache.org/jira/browse/RAT-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philipp Ottlinger updated RAT-204:
----------------------------------
Description:
At the moment multiple tests and classes implement hand-crafted methods to
* read, write files
* delete files
* close files
Some of these can be unified to use IOUtils to have a more concise codebase.
Apply IntelliJ/Eclipse warnings, minor refactorings to avoid
* NPE/ null access
* resource leaks
h2. Affected modules
* apache-rat-core - http://svn.apache.org/r1682341
* apache-rat-plugin - http://svn.apache.org/r1682347
was:
At the moment multiple tests and classes implement hand-crafted methods to
* read, write files
* delete files
* close files
Some of these can be unified to use IOUtils to have a more concise codebase.
Apply IntelliJ/Eclipse warnings, minor refactorings to avoid
* NPE/ null access
* resource leaks
> Make sure I/O resources are properly closed
> -------------------------------------------
>
> Key: RAT-204
> URL: https://issues.apache.org/jira/browse/RAT-204
> Project: Apache Rat
> Issue Type: Improvement
> Affects Versions: 0.11
> Reporter: Philipp Ottlinger
> Assignee: Philipp Ottlinger
> Priority: Minor
>
> At the moment multiple tests and classes implement hand-crafted methods to
> * read, write files
> * delete files
> * close files
> Some of these can be unified to use IOUtils to have a more concise codebase.
> Apply IntelliJ/Eclipse warnings, minor refactorings to avoid
> * NPE/ null access
> * resource leaks
> h2. Affected modules
> * apache-rat-core - http://svn.apache.org/r1682341
> * apache-rat-plugin - http://svn.apache.org/r1682347
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)