Package org.variantsync.diffdetective.variation.diff
package org.variantsync.diffdetective.variation.diff
-
ClassDescriptionResult value for checking the consistency of a VariationDiff (e.g., if it s acyclic).Deprecated.Implementation of a node in a
VariationDiff
.Type of change made to an artifact (e.g., a line of text in a text-based diff).Projection<L extends Label>A view of aDiffNode
as variation node at a specific time.ProjectionSource<L extends Label>A value that refers to the state before or after an edit occurred.VariationDiff<L extends Label>Implementation of variation tree diffs from our ESEC/FSE'22 paper.Helper class to check for cycles in VariationDiffs.An exception that signals that an invalidTime
was used for a certain computation.