GitHub user BruceKuiLiu opened a pull request:
https://github.com/apache/commons-io/pull/47
Add an IfStatement to check the return value of lockFile.delete().
This statement returns a value that is not checked.
The return value should be checked since it can indicate an unusual
GitHub user BruceKuiLiu opened a pull request:
https://github.com/apache/commons-io/pull/45
Fix the ignored exceptional return value by adding an IfStatement to â¦
â¦check the return value.
This statement returns a value that is not checked.
The return value should be