FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.1.0-RC3

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
11 2 0 0

org.eclipse.jgit.junit.http.AppServer

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