Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EMF Compare/Specifications/ResourceNameChange

< EMF Compare
Revision as of 09:41, 8 April 2015 by Unnamed Poltroon (Talk) (Created page with "= ResourceNameChange = With EMF Compare 3.0.x, when the compared resources don't have the same name, no difference is detected. With EMF Compare 3.1.x, this kind of changes...")

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

ResourceNameChange

With EMF Compare 3.0.x, when the compared resources don't have the same name, no difference is detected.

With EMF Compare 3.1.x, this kind of changes will be detected:

  • A new type of difference will be created in the compare metamodel
  • This type of difference will be named ResourceNameChange
  • The comparison editor will display ResourceNameChanges
  • The comparison editor will allow to merge ResourceNameChanges.

EMF Compare 3.1.x will not allow to edit the resources names inside the comparison editor.

Display

The ResourceNameChanges will be display in the comparison editor like below:

EMFCompare ResourceNameChange Preview 1.png

  • The ResourceNameChanges will be displayed under MatchResources items (like ResourceAttachmentChanges).

Merge

The merge actions will be available on ResourceNameChanges. The merge actions will renamed the resources on the file system.

Back to the top