The following document contains the results of SpotBugs
SpotBugs Version is 4.0.4
Threshold is medium
Effort is default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
10 | 2 | 0 | 0 |
Class | Bugs |
---|---|
org.eclipse.jgit.junit.http.AppServer | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exceptional return value of java.io.File.setWritable(boolean, boolean) ignored in org.eclipse.jgit.junit.http.AppServer.makePrivate(File) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 216 | Medium |
Exceptional return value of java.io.File.delete() ignored in org.eclipse.jgit.junit.http.AppServer.tearDown() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 353 | Medium |