Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.11
-
None
-
None
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
Affected modules
- apache-rat-core - http://svn.apache.org/r1682341
- apache-rat-plugin - http://svn.apache.org/r1682347
- apache-rat-tasks - http://svn.apache.org/r1682561