Uses of Interface
org.variantsync.diffdetective.analysis.Analysis.Hooks
Package
Description
-
Uses of Analysis.Hooks in org.variantsync.diffdetective.analysis
Modifier and TypeClassDescriptionclass
class
class
class
class
ModifierConstructorDescriptionAnalysis
(String taskName, List<Analysis.Hooks> hooks, Repository repository, Path outputDir) Constructs the state used during an analysis. -
Uses of Analysis.Hooks in org.variantsync.diffdetective.examplesearch
Modifier and TypeClassDescriptionclass
Helper class to find suitable running examples. -
Uses of Analysis.Hooks in org.variantsync.diffdetective.experiments.esecfse22
Modifier and TypeClassDescriptionclass
This is the validation from our ESEC/FSE'22 paper. -
Uses of Analysis.Hooks in org.variantsync.diffdetective.experiments.thesis_bm
Modifier and TypeClassDescriptionclass
Validates, evaluates and benchmarks the construction ofVariationDiff
s using Gumtree. -
Uses of Analysis.Hooks in org.variantsync.diffdetective.experiments.views
Modifier and TypeClassDescriptionclass
Implementation of the feasibility study from Section 6 of our paper Views on Edits to Variational Software at SPLC'23.