The following document contains the results of FindBugs
FindBugs Version is 3.1.0-RC3
Threshold is medium
Effort is min
| 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 | 242 | 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 | 372 | Medium |