Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EMF Compare/New and Noteworthy/1.0.0

< EMF Compare‎ | New and Noteworthy
Revision as of 10:44, 27 May 2009 by Cedric.brun.obeo.fr (Talk | contribs) (New page: == Galileo Release == === ResourceSet-Wide Comparison === EMF Compare is now able to compare a whole resourceset, meaning a model having links to other models will be properly compared an...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Galileo Release

ResourceSet-Wide Comparison

EMF Compare is now able to compare a whole resourceset, meaning a model having links to other models will be properly compared and (when possible) linked models will be retrieved from the your SCM history.


EPatch for models

When you diff two models you're now able to export those as an EPatch model which is self contained, and that you can re-apply or un-apply later on.

The EPatch model is associated with a Textual Syntax thanks to XText so that you can edit it easily.

Fragmented Resources support

EMF Compare now supports model fragments, just split your models !

Comparison Engine Selection

EMF Compare as been designed as extensible and as such you can provide your own match or diff engines. The process of selecting which match or diff engine used to be an automatic one, but you can now select yourself, on demand, which match and diff engine you want to use.

New changes detection

Reference order changes are now detected (if the EReference is specified as "Ordered").

Back to the top