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/Roadmap"

(New page: = Plan = == 2011 == * New and Noteworthy : 1.2.0 == 2012 == == 2013 == = Released bits = * [[EMF Compare 1.1.0 New And Noteworthy | New and...)
 
(Plan)
Line 1: Line 1:
 
 
= Plan =
 
= Plan =
 +
== Long Term ==
 +
EMF Compare's focus is on providing a powerful, stable and proven framework for model comparison and merging. The API should be usable
 +
in any context from the plain Java application to the complete IDE customization.
 +
 +
=== Framework Enhancements ===
 +
* 2 ways and 3 ways merge robustness
 +
* High Performances during matching phase
 +
* Match/Diff/Merge on elements not contained in a EMF Resource.
 +
* MatchModel maintenance on incremental changes
 +
* DiffModel maintenance on incremental changes
 +
* Re-Usable Comparison UI Component
 +
* ChangeModel to DiffModel and DiffModel to ChangeModel
 +
 +
=== Tooling Enhancements ===
 +
* Integration with the Team Model Synchronization UI
 +
* Generating a Custom Match Engine from Ecore Annotations.
 +
 +
 
== 2011 ==
 
== 2011 ==
  

Revision as of 10:32, 26 July 2010

Plan

Long Term

EMF Compare's focus is on providing a powerful, stable and proven framework for model comparison and merging. The API should be usable in any context from the plain Java application to the complete IDE customization.

Framework Enhancements

  • 2 ways and 3 ways merge robustness
  • High Performances during matching phase
  • Match/Diff/Merge on elements not contained in a EMF Resource.
  • MatchModel maintenance on incremental changes
  • DiffModel maintenance on incremental changes
  • Re-Usable Comparison UI Component
  • ChangeModel to DiffModel and DiffModel to ChangeModel

Tooling Enhancements

  • Integration with the Team Model Synchronization UI
  • Generating a Custom Match Engine from Ecore Annotations.


2011

2012

2013

Released bits

Back to the top