Uses of Class
org.eclipse.jgit.blame.Candidate
-
Packages that use Candidate Package Description org.eclipse.jgit.blame Computing blame/annotate information of files. -
-
Uses of Candidate in org.eclipse.jgit.blame
Subclasses of Candidate in org.eclipse.jgit.blame Modifier and Type Class Description (package private) static classCandidate.BlobCandidateCandidate loaded from a file source, and not a commit.(package private) static classCandidate.HeadCandidateACandidateto blame a working tree file in conflict state.(package private) static classCandidate.ReverseCandidateSpecial candidate type used for reverse blame.Fields in org.eclipse.jgit.blame declared as Candidate Modifier and Type Field Description private 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 Candidate Modifier and Type Method Description (package private) CandidateCandidate. copy(RevCommit commit)(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 Candidate Modifier and Type Method Description private static RegionCandidate. add(Region aTail, Candidate a, Region n)private static voidCandidate. blame(EditList editList, Candidate a, Candidate b)private 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 voidBlameGenerator. push(Candidate toInsert)private booleanBlameGenerator. result(Candidate n)private booleanBlameGenerator. reverseResult(Candidate parent, Candidate source)private booleanBlameGenerator. split(Candidate parent, Candidate source)private booleanBlameGenerator. splitBlameWithParent(Candidate n, RevCommit parent)(package private) voidCandidate. takeBlame(EditList editList, Candidate child)
-