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 classCandidate loaded from a file source, and not a commit.(package private) static final classACandidateto blame a working tree file in conflict state.(package private) static final classSpecial candidate type used for reverse blame.Fields in org.eclipse.jgit.blame declared as CandidateModifier and TypeFieldDescriptionprivate CandidateBlameGenerator.outCandidateBlame is currently assigned to this source.(package private) CandidateCandidate.BlobCandidate.parentNext candidate to pass blame onto.private CandidateBlameGenerator.queuePotential candidates, sorted by commit time descending.(package private) CandidateCandidate.queueNextNext candidate in the candidate queue.Methods in org.eclipse.jgit.blame that return CandidateModifier and TypeMethodDescription(package private) Candidate(package private) CandidateCandidate.create(Repository repo, RevCommit commit, PathFilter path) (package private) CandidateCandidate.ReverseCandidate.create(Repository repo, RevCommit commit, PathFilter path) (package private) CandidateCandidate.BlobCandidate.getNextCandidate(int idx) (package private) CandidateCandidate.getNextCandidate(int idx) private CandidateBlameGenerator.pop()Methods in org.eclipse.jgit.blame with parameters of type CandidateModifier and TypeMethodDescriptionprivate static Regionprivate static voidprivate booleanBlameGenerator.blameEntireRegionOnParent(Candidate n, RevCommit parent) (package private) booleanCandidate.canMergeRegions(Candidate other) (package private) voidCandidate.mergeRegions(Candidate other) private booleanBlameGenerator.processMerge(Candidate n) private booleanBlameGenerator.processOne(Candidate n) private voidprivate booleanprivate booleanBlameGenerator.reverseResult(Candidate parent, Candidate source) private booleanprivate booleanBlameGenerator.splitBlameWithParent(Candidate n, RevCommit parent) (package private) void