Class PreprocessingAnalysis
java.lang.Object
org.variantsync.diffdetective.analysis.PreprocessingAnalysis
- All Implemented Interfaces:
Analysis.Hooks
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPreprocessingAnalysis(List<VariationDiffTransformer<DiffLinesLabel>> preprocessors) PreprocessingAnalysis(VariationDiffTransformer<DiffLinesLabel>... preprocessors) -
Method Summary
Modifier and TypeMethodDescriptionbooleananalyzeVariationDiff(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, waitMethods 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.HooksThe main hook for analyzing non-empty diff trees. Called at most once during the patch phase.- Specified by:
analyzeVariationDiffin interfaceAnalysis.Hooks
-