Package org.variantsync.studies.evolution.simulation.diff.components
package org.variantsync.studies.evolution.simulation.diff.components
-
ClassDescriptionA FileDiff holds the difference between two versions of a specific file.A FineDiff holds the difference between two versions of a software project.A Hunk represents a changed text block in the difference between two versions of a file.The location of a hunk which is the combination of its location in the source and target file of UNIX diff.An IDiffComponent is a component of the difference between two files (e.g., the difference between two files or the difference between two blocks of text (i.e., a hunk)).A OriginalDiff holds the difference between two versions of a software project.