The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.eclipse.jgit.pgm.CLIGitCommand | 1 |
org.eclipse.jgit.pgm.CLIGitCommand$Result | 4 |
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 | 156 | 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 |