Uses of Interface
org.variantsync.diffdetective.analysis.Analysis.Hooks
Packages that use Analysis.Hooks
Package
Description
-
Uses of Analysis.Hooks in org.variantsync.diffdetective.analysis
Classes in org.variantsync.diffdetective.analysis that implement Analysis.HooksModifier and TypeClassDescriptionclass
class
class
class
class
Fields in org.variantsync.diffdetective.analysis with type parameters of type Analysis.HooksConstructor parameters in org.variantsync.diffdetective.analysis with type arguments of type Analysis.HooksModifierConstructorDescriptionAnalysis
(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
Classes in org.variantsync.diffdetective.examplesearch that implement Analysis.HooksModifier and TypeClassDescriptionclass
Helper class to find suitable running examples. -
Uses of Analysis.Hooks in org.variantsync.diffdetective.experiments.esecfse22
Classes in org.variantsync.diffdetective.experiments.esecfse22 that implement Analysis.HooksModifier and TypeClassDescriptionclass
This is the validation from our ESEC/FSE'22 paper. -
Uses of Analysis.Hooks in org.variantsync.diffdetective.experiments.thesis_bm
Classes in org.variantsync.diffdetective.experiments.thesis_bm that implement Analysis.HooksModifier and TypeClassDescriptionclass
Validates, evaluates and benchmarks the construction ofVariationDiff
s using Gumtree. -
Uses of Analysis.Hooks in org.variantsync.diffdetective.experiments.views
Classes in org.variantsync.diffdetective.experiments.views that implement Analysis.HooksModifier and TypeClassDescriptionclass
Implementation of the feasibility study from Section 6 of our paper Views on Edits to Variational Software at SPLC'23.