SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 3.1.12

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
24 6 0 0

org.eclipse.jgit.junit.LocalDiskRepositoryTestCase

Bug Category Details Line Priority
Found reliance on default encoding in org.eclipse.jgit.junit.LocalDiskRepositoryTestCase.reportDeleteFailure(boolean, File, Exception): new java.io.PrintStream(OutputStream) I18N DM_DEFAULT_ENCODING 268 High
org.eclipse.jgit.junit.LocalDiskRepositoryTestCase.tearDown() forces garbage collection; extremely dubious except in benchmarking code PERFORMANCE DM_GC 211 High
Exceptional return value of java.io.File.delete() ignored in org.eclipse.jgit.junit.LocalDiskRepositoryTestCase.write(String) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 565 Medium

org.eclipse.jgit.junit.LocalDiskRepositoryTestCase$CleanupThread

Bug Category Details Line Priority
org.eclipse.jgit.junit.LocalDiskRepositoryTestCase$CleanupThread.run() forces garbage collection; extremely dubious except in benchmarking code PERFORMANCE DM_GC 640 High

org.eclipse.jgit.junit.RepositoryTestCase

Bug Category Details Line Priority
Unread public/protected field: org.eclipse.jgit.junit.RepositoryTestCase.trash STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 219 Medium

org.eclipse.jgit.junit.TestRepository

Bug Category Details Line Priority
Exceptional return value of java.io.File.setReadOnly() ignored in org.eclipse.jgit.junit.TestRepository.packAndPrune() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 920 Medium