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 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unread public/protected field: org.eclipse.jgit.lib.CLIRepositoryTestCase.trash | STYLE | URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD | 69 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.eclipse.jgit.pgm.CLIGitCommand.execute(String, Repository): new String(byte[]) | I18N | DM_DEFAULT_ENCODING | 75 | High |