Community
Participate
Working Groups
Build Identifier: M20090917-0800 When processing the DiffModel (e.g. when implementing a DiffExtension) it may be necessary to access the MatchModel via which the DiffModel was calculated. As such, the DiffModel should provide a reference to it. Reproducible: Always
This is one of the objectives of the incoming metamodel restructuration. The current architecture does not allow for such a change to be implemented without API breakages.
Since EMF Compare 2.x every diff might access the corresponding match through the "getMatch()" method.