Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
Modifier and Type | Field and Description |
---|---|
private ContentSource.Pair |
SimilarityRenameDetector.reader |
private ContentSource.Pair |
DiffFormatter.source |
Modifier and Type | Method and Description |
---|---|
private void |
RenameDetector.breakModifies(ContentSource.Pair reader,
ProgressMonitor pm) |
private int |
RenameDetector.calculateModifyScore(ContentSource.Pair reader,
DiffEntry d) |
java.util.List<DiffEntry> |
RenameDetector.compute(ContentSource.Pair reader,
ProgressMonitor pm)
Detect renames in the current file set.
|
private void |
RenameDetector.findContentRenames(ContentSource.Pair reader,
ProgressMonitor pm) |
Constructor and Description |
---|
SimilarityRenameDetector(ContentSource.Pair reader,
java.util.List<DiffEntry> srcs,
java.util.List<DiffEntry> dsts) |