The following document contains the results of SpotBugs
SpotBugs Version is 4.0.0
Threshold is medium
Effort is default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
7 | 1 | 0 | 0 |
Class | Bugs |
---|---|
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Redundant nullcheck of gpgKey, which is known to be non-null in org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner.canLocateSigningKey(String, PersonIdent, CredentialsProvider) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 71 | Medium |