Class Candidate.BlobCandidate

java.lang.Object
org.eclipse.jgit.blame.Candidate
org.eclipse.jgit.blame.Candidate.BlobCandidate
Enclosing class:
Candidate

static final class Candidate.BlobCandidate extends Candidate
Candidate loaded from a file source, and not a commit.

The Candidate.sourceCommit field is always null on this type of candidate. Instead history traversal follows the single parent field to discover the next Candidate. Often this is a normal Candidate type that has a valid sourceCommit.