The following document contains the results of SpotBugs
SpotBugs Version is 3.1.12
Threshold is medium
Effort is default
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 |