Class ExampleFinder

java.lang.Object
org.variantsync.diffdetective.examplesearch.ExampleFinder
All Implemented Interfaces:
Analysis.Hooks

public class ExampleFinder extends Object implements Analysis.Hooks
Helper class to find suitable running examples. An example finder inspects each VariationDiff, checks some requirements relevant for the desired running example and writes candidates to a file and renders them. An example finder should be side-effect free (i.e., it does not alter or transform the given VariationDiff, just observes it).