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

Difference between revisions of "EMF Compare/New and Noteworthy/1.0.0"

 
(No difference)

Latest revision as of 02:55, 6 October 2014

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.

CompareResourceSet.png


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.

EPatch.png

Draft Graphical Modelers Integration

A first implementation of a graphical modeler integration is provided, it is showing the semantic differences in the graphical notation changing the colors.

GraphicalCompare.png

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