SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.0.0

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
7 1 0 0

Files

Class Bugs
org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner 1

org.eclipse.jgit.gpg.bc.internal.BouncyCastleGpgSigner

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