FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
3 6 0 0

org.eclipse.jgit.lib.CLIRepositoryTestCase

Bug Category Details Line Priority
Unread public/protected field: org.eclipse.jgit.lib.CLIRepositoryTestCase.trash STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 73 Medium

org.eclipse.jgit.pgm.CLIGitCommand

Bug Category Details Line Priority
Found reliance on default encoding in org.eclipse.jgit.pgm.CLIGitCommand.createErrorWriter(): new java.io.PrintWriter(OutputStream) I18N DM_DEFAULT_ENCODING 157 High

org.eclipse.jgit.pgm.CLIGitCommand$Result

Bug Category Details Line Priority
Found reliance on default encoding in org.eclipse.jgit.pgm.CLIGitCommand$Result.errLines(): java.io.ByteArrayOutputStream.toString() I18N DM_DEFAULT_ENCODING 264 High
Found reliance on default encoding in org.eclipse.jgit.pgm.CLIGitCommand$Result.errString(): java.io.ByteArrayOutputStream.toString() I18N DM_DEFAULT_ENCODING 260 High
Found reliance on default encoding in org.eclipse.jgit.pgm.CLIGitCommand$Result.outLines(): java.io.ByteArrayOutputStream.toString() I18N DM_DEFAULT_ENCODING 256 High
Found reliance on default encoding in org.eclipse.jgit.pgm.CLIGitCommand$Result.outString(): java.io.ByteArrayOutputStream.toString() I18N DM_DEFAULT_ENCODING 252 High