[GitHub] commons-io pull request #47: Add an IfStatement to check the return value of...

2017-10-13 Thread BruceKuiLiu
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] commons-io pull request #45: Fix the ignored exceptional return value by add...

2017-10-09 Thread BruceKuiLiu
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