Uses of Class
org.eclipse.jgit.blame.Candidate
Packages that use Candidate
-
Uses of Candidate in org.eclipse.jgit.blame
Subclasses of Candidate in org.eclipse.jgit.blameModifier and TypeClassDescription(package private) static final class
Candidate loaded from a file source, and not a commit.(package private) static final class
ACandidate
to blame a working tree file in conflict state.(package private) static final class
Special candidate type used for reverse blame.Fields in org.eclipse.jgit.blame declared as CandidateModifier and TypeFieldDescriptionprivate Candidate
BlameGenerator.outCandidate
Blame is currently assigned to this source.(package private) Candidate
Candidate.BlobCandidate.parent
Next candidate to pass blame onto.private Candidate
BlameGenerator.queue
Potential candidates, sorted by commit time descending.(package private) Candidate
Candidate.queueNext
Next candidate in the candidate queue.Methods in org.eclipse.jgit.blame that return CandidateModifier and TypeMethodDescription(package private) Candidate
(package private) Candidate
Candidate.create
(Repository repo, RevCommit commit, PathFilter path) (package private) Candidate
Candidate.ReverseCandidate.create
(Repository repo, RevCommit commit, PathFilter path) (package private) Candidate
Candidate.BlobCandidate.getNextCandidate
(int idx) (package private) Candidate
Candidate.getNextCandidate
(int idx) private Candidate
BlameGenerator.pop()
Methods in org.eclipse.jgit.blame with parameters of type CandidateModifier and TypeMethodDescriptionprivate static Region
private static void
private boolean
BlameGenerator.blameEntireRegionOnParent
(Candidate n, RevCommit parent) (package private) boolean
Candidate.canMergeRegions
(Candidate other) (package private) void
Candidate.mergeRegions
(Candidate other) private boolean
BlameGenerator.processMerge
(Candidate n) private boolean
BlameGenerator.processOne
(Candidate n) private void
private boolean
private boolean
BlameGenerator.reverseResult
(Candidate parent, Candidate source) private boolean
private boolean
BlameGenerator.splitBlameWithParent
(Candidate n, RevCommit parent) (package private) void