LockableFileWriter fails to report lock file deletion failure
-------------------------------------------------------------
Key: IO-216
URL: https://issues.apache.org/jira/browse/IO-216
Project: Commons IO
Issue Type: Bug
Components: Streams/Writers
Reporter: Sebb
LockableFileWriter fails to report lock file deletion failure - it calls
lockFile.delete() several times but fails to check the return code.
N.B. IIRC, file.delete() returns false if there was no file to delete, so any
fix needs to take this into account.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.