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 TypeClassDescriptionclassclassclassclassclassFields 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 TypeClassDescriptionclassHelper 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassValidates, evaluates and benchmarks the construction ofVariationDiffs using Gumtree. -
Uses of Analysis.Hooks in org.variantsync.diffdetective.experiments.views
Classes in org.variantsync.diffdetective.experiments.views that implement Analysis.HooksModifier and TypeClassDescriptionclassImplementation of the feasibility study from Section 6 of our paper Views on Edits to Variational Software at SPLC'23.