Package | Description |
---|---|
org.eclipse.jgit.blame |
Computing blame/annotate information of files.
|
Modifier and Type | Field and Description |
---|---|
(package private) Region |
Region.next
Next entry in the region linked list.
|
private Region |
BlameGenerator.outRegion |
(package private) Region |
Candidate.regionList
Chain of regions this candidate may be blamed for.
|
Modifier and Type | Method and Description |
---|---|
private static Region |
Candidate.add(Region aTail,
Candidate a,
Region n) |
private Region |
Candidate.clearRegionList() |
(package private) Region |
Region.copy(int newSource)
Copy the entire result region, but at a new source position.
|
(package private) Region |
Region.deepCopy() |
(package private) Region |
Region.splitFirst(int newSource,
int newLen)
Split the region, assigning a new source position to the first half.
|
Modifier and Type | Method and Description |
---|---|
private static Region |
Candidate.add(Region aTail,
Candidate a,
Region n) |