Class MdoDocumentMerger
- java.lang.Object
-
- org.eclipse.compare.internal.merge.DocumentMerger
-
- com._1c.g5.gumtree.core.merge.AbstractDocumentMerger
-
- com._1c.g5.v8.dt.md.gumtree.merge.MdoDocumentMerger
-
public class MdoDocumentMerger extends com._1c.g5.gumtree.core.merge.AbstractDocumentMergerDocumentMergerusing the Gumtree comparison algorithm to do 2- or 3-way diff between mdo files.
-
-
Constructor Summary
Constructors Constructor Description MdoDocumentMerger(org.eclipse.compare.internal.merge.DocumentMerger.IDocumentMergerInput input)Creates a newMdoDocumentMergerwith the given input.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanrunGumtreeDiff(org.eclipse.jface.text.IDocument leftDocument, org.eclipse.jface.text.IDocument rightDocument, org.eclipse.jface.text.IDocument ancestorDocument)-
Methods inherited from class com._1c.g5.gumtree.core.merge.AbstractDocumentMerger
doDiff, isGumtreeDiffSuccessful, setActualDiffs
-
Methods inherited from class org.eclipse.compare.internal.merge.DocumentMerger
changesCount, changesIterator, copy, findDiff, findDiff, findDiff, findDiff, findDiff, findInsertionPoint, findNext, findPrev, getChangeDiffs, getCompareConfiguration, getLineRange, getRightHeight, getVirtualHeight, getWrappedDiff, hasChanges, isFirstChildDiff, isIgnoreAncestor, isThreeWay, rangesIterator, realToVirtualPosition, reset, useChange, virtualToRealPosition
-
-
-
-
Constructor Detail
-
MdoDocumentMerger
public MdoDocumentMerger(org.eclipse.compare.internal.merge.DocumentMerger.IDocumentMergerInput input)
Creates a newMdoDocumentMergerwith the given input.- Parameters:
input- the given input to the document merge process
-
-
Method Detail
-
runGumtreeDiff
protected boolean runGumtreeDiff(org.eclipse.jface.text.IDocument leftDocument, org.eclipse.jface.text.IDocument rightDocument, org.eclipse.jface.text.IDocument ancestorDocument) throws com._1c.g5.gumtree.core.tree.TreeGeneratorException- Specified by:
runGumtreeDiffin classcom._1c.g5.gumtree.core.merge.AbstractDocumentMerger- Throws:
com._1c.g5.gumtree.core.tree.TreeGeneratorException
-
-