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

(Features)
Line 35: Line 35:
 
[[Image:EMFCompare_Group_DoubleClick_01.png]]
 
[[Image:EMFCompare_Group_DoubleClick_01.png]]
 
[[Image:EMFCompare_Group_DoubleClick_02.png]]
 
[[Image:EMFCompare_Group_DoubleClick_02.png]]
 +
 +
=== UI: new labels for conflicts ===
 +
 +
* In the viewer, the conflicts group items have been enhanced. The label shows the total number of conflicted differences under the group and the number of conflicted differences still unresolved. When all differences under a group have been resolved, the group label switch as '''resolved''' and its icon turned into gray.
 +
 +
{|
 +
!  Before
 +
!  After (unresolved)
 +
!  After (resolved)
 +
|-
 +
| [[Image:EMF_Compare_Conflicts_Label_Old.png]]
 +
| [[Image:EMF_Compare_Conflicts_Label_New.png]]
 +
| [[Image:EMF_Compare_Conflicts_Label_New_02.png]]
 +
|}
  
 
=== Feature XXX ===
 
=== Feature XXX ===

Revision as of 11:27, 9 October 2014

EMF Compare

Features

Handle FeatureMap differences (available since nightly 2014-07-08)

  • Detects addition/deletion of a value for a given key of a map.
  • Detects key change for a given value of a map.
  • Detects move of a value inside a map (the key stays the same).
  • Detects move of a value inside a map (the key changes).
  • Detects move of a value from a map to another (the key stays the same).
  • Detects move of a value from a map to another (the key changes).
  • Add a new filter to hide feature map changes that has related reference changes. With EMF Ecore models, features of type EFeatureMapEntry are linked with EReferences via ExtendedMetaData (see the EMF Library example for more details). Here is a partial view of the EMF Ecore Library model showing a feature of type EFeatureMapEntry (people) and its EReferences associated (employees, borrowers)
EMFCompare Library FeatureMap 04.png

So, for example, the addition of a new Employee in the library will modify the reference employees but also the map people. With EMF Compare, the comparison will detect two changes, one on the employees reference and one on the people map. These two differences are equivalent. If you merge one, the other will be merged too. The filter allows to hide the changes on the map, and so reduce the number of changes displayed in the viewer.

    • With filter active

EMFCompare Library FeatureMap 01.png

    • With filter inactive

EMFCompare Library FeatureMap 02.png

    • With filter inactive, and a difference on the map selected: the associated difference on the reference is highlighted in green (this mean that in case of merge, the difference on the reference will be merged too).

EMFCompare Library FeatureMap 03.png

UI: new contextual menu on differences (available since nightly 2014-09-26)

  • If you do a right-click on a difference in the viewer, a contextual menu now offers you to merge the selected difference. These actions are the same than those in the toolbar.
    • With local models

EMFCompare ContextualMenu Differences.png

    • With a read-only side (comparison with EGit)

EMFCompare ContextualMenu Differences 02.png

UI: Expand group on double-click (available since nightly 2014-09-26)

  • In the viewer, a double-click on a group now expands it to the second level of depth.

EMFCompare Group DoubleClick 01.png EMFCompare Group DoubleClick 02.png

UI: new labels for conflicts

  • In the viewer, the conflicts group items have been enhanced. The label shows the total number of conflicted differences under the group and the number of conflicted differences still unresolved. When all differences under a group have been resolved, the group label switch as resolved and its icon turned into gray.
Before After (unresolved) After (resolved)
EMF Compare Conflicts Label Old.png EMF Compare Conflicts Label New.png EMF Compare Conflicts Label New 02.png

Feature XXX

  • Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  • Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

/ Screenshot /

  • Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

/ Screenshot /

Bug Fixes

XXX Bugs and XXX enhancement requests were closed

Contributors

The following XXXX developers worked on this release:

Mikaël Barbero, Cédric Brun, Philip Langer, Laurent Goubet, Axel Richard, Arthur Daussy.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.