SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.2.0

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
86 2 0 0

Files

Class Bugs
org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase 1
org.eclipse.jgit.transport.sshd.IdentityPasswordProvider$State 1

org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase

Bug Category Details Line Priority
Redundant nullcheck of newEntry, which is known to be non-null in org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase.updateKnownHostsFile(Collection, PublicKey, Path, ServerKeyDatabase$Configuration) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 320 Medium

org.eclipse.jgit.transport.sshd.IdentityPasswordProvider$State

Bug Category Details Line Priority
org.eclipse.jgit.transport.sshd.IdentityPasswordProvider$State.getPassword() may expose internal representation by returning IdentityPasswordProvider$State.password MALICIOUS_CODE EI_EXPOSE_REP 98 Medium