The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.eclipse.jgit.lib.CLIRepositoryTestCase | 1 |
org.eclipse.jgit.pgm.CLIGitCommand | 1 |
org.eclipse.jgit.pgm.CLIGitCommand$Result | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unread public/protected field: org.eclipse.jgit.lib.CLIRepositoryTestCase.trash | STYLE | URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD | 73 | Medium |
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 |
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 |