Class PreprocessingAnalysis
java.lang.Object
org.variantsync.diffdetective.analysis.PreprocessingAnalysis
- All Implemented Interfaces:
Analysis.Hooks
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPreprocessingAnalysis
(List<VariationDiffTransformer<DiffLinesLabel>> preprocessors) PreprocessingAnalysis
(VariationDiffTransformer<DiffLinesLabel>... preprocessors) -
Method Summary
Modifier and TypeMethodDescriptionboolean
analyzeVariationDiff
(Analysis analysis) The main hook for analyzing non-empty diff trees.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.variantsync.diffdetective.analysis.Analysis.Hooks
beginBatch, beginCommit, beginPatch, endBatch, endCommit, endPatch, initializeResults, onFailedCommit, onFailedParse, onParsedCommit
-
Field Details
-
preprocessors
-
-
Constructor Details
-
PreprocessingAnalysis
-
PreprocessingAnalysis
@SafeVarargs public PreprocessingAnalysis(VariationDiffTransformer<DiffLinesLabel>... preprocessors)
-
-
Method Details
-
analyzeVariationDiff
Description copied from interface:Analysis.Hooks
The main hook for analyzing non-empty diff trees. Called at most once during the patch phase.- Specified by:
analyzeVariationDiff
in interfaceAnalysis.Hooks
-