Uses of Class
org.variantsync.diffdetective.diff.git.CommitDiff
Package
Description
-
Uses of CommitDiff in org.variantsync.diffdetective.analysis
Modifier and TypeMethodDescriptionAnalysis.getCurrentCommitDiff()
The currently processed commit diff. -
Uses of CommitDiff in org.variantsync.diffdetective.analysis.strategies
Modifier and TypeMethodDescriptionAnalysisMonitor.onCommit
(CommitDiff commit) abstract OutputStream
AnalysisStrategy.onCommit
(CommitDiff commit) Invoked before a commit is analyzed.AnalyzeAllAndExport.onCommit
(CommitDiff commit) AnalyzeAndExportIncrementally.onCommit
(CommitDiff commit) CompositeAnalysisStrategy.onCommit
(CommitDiff commit) NullStrategy.onCommit
(CommitDiff commit) -
Uses of CommitDiff in org.variantsync.diffdetective.diff.git
Modifier and TypeFieldDescriptionprivate final CommitDiff
PatchDiff.commitDiff
The commit the patch belongs to.Modifier and TypeMethodDescriptionPatchDiff.getCommitDiff()
Returns the corresponding CommitDiff, which this patch is part of.ModifierConstructorDescriptionPatchDiff
(CommitDiff commitDiff, org.eclipse.jgit.diff.DiffEntry diffEntry, String fullDiff, VariationDiff<DiffLinesLabel> variationDiff) Creates a new PatchDiff. -
Uses of CommitDiff in org.variantsync.diffdetective.diff.result
Modifier and TypeFieldDescriptionprivate final Optional<CommitDiff>
CommitDiffResult.diff
The field for thediff
record component.Modifier and TypeMethodDescriptionCommitDiffResult.diff()
Returns the value of thediff
record component.ModifierConstructorDescriptionCommitDiffResult
(Optional<CommitDiff> diff, List<DiffError> errors) Creates an instance of aCommitDiffResult
record class. -
Uses of CommitDiff in org.variantsync.diffdetective.metadata
Modifier and TypeMethodDescriptionvoid
EditClassCount.Occurrences.increment
(CommitDiff commit) Report the occurrence of a relevant data point in the given CommitDiff.void
EditClassCount.reportOccurrenceFor
(EditClass editClass, CommitDiff commit) Report the match of the given edit class in the given commit diff. -
Uses of CommitDiff in org.variantsync.diffdetective.variation.diff.parse
Modifier and TypeMethodDescriptionstatic CommitDiff
VariationDiffParser.parseCommit
(Repository repo, String commitHash) Parses the given commit of the given repository. -
Uses of CommitDiff in org.variantsync.diffdetective.variation.diff.serialize
Modifier and TypeMethodDescriptionstatic LineGraphExport.Statistic
LineGraphExport.toLineGraphFormat
(CommitDiff commitDiff, LineGraphExportOptions<? super DiffLinesLabel> options, OutputStream destination) Writes the given commitDiff in linegraph format to the given StringBuilder.