Class StanciulescuMarlin
java.lang.Object
org.variantsync.diffdetective.datasets.predefined.StanciulescuMarlin
Default repository for the snippet from the Marlin history used in the paper
"Concepts, Operations, and Feasibility of a Projection-Based Variation Control System",
Stefan Stanciulescu, Thorsten Berger, Eric Walkingshaw, Andrzej Wasowski
at ICSME 2016.
- Author:
- Kevin Jedelhauser, Paul Maximilian Bittner
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DiffFilter
The diff filter that was applied by Stanciulescu et al. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Repository
fromZipInDiffDetectiveAt
(Path pathToDiffDetective) Instance for the default predefined Marlin repository.
-
Field Details
-
DIFF_FILTER
The diff filter that was applied by Stanciulescu et al. in their study. We reproduced their description to the best of our knowledge.
-
-
Constructor Details
-
StanciulescuMarlin
public StanciulescuMarlin()
-
-
Method Details
-
fromZipInDiffDetectiveAt
Instance for the default predefined Marlin repository.- Returns:
- Marlin repository
-