commit | 45731756a56361a51e839e26d3b0bed1c06ee37a | [log] [tgz] |
---|---|---|
author | Matthias Sohn <matthias.sohn@sap.com> | Tue Dec 07 00:58:19 2010 +0100 |
committer | Shawn O. Pearce <spearce@spearce.org> | Tue Dec 07 16:18:30 2010 -0800 |
tree | 914823e211dbbdf277acd2e9725cfb743155e112 | |
parent | e22f9552a8531a56fe2ffd7135da3e8607f708bc [diff] |
[findbugs] Do not ignore exceptional return value java.io.File.delete() reports failure as an exceptional return value false. Fix the code which silently ignored this exceptional return value. Also remove some duplicate deletion helper methods. Change-Id: I80ed20ca1f07a2bc6e779957a4ad0c713789c5be Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>