Community
Participate
Working Groups
Build Identifier: I want to compare two evolution steps of the same model. The original model comes from a file, i.e. it has a Resource. The second model was created by some transformations within the first model. That means it is in-memory and not contained in a Resource. When comparing those both models the right pane stays empty because the right model isn't contained in a resource. Reproducible: Always Steps to Reproduce: 1. just compare one resource model and an in-memory model
I forgot to mention that I use Helios RC3 with build-ID 20100603-0907. And I checked out the plugins org.eclipse.emf.compare and org.eclipse.emf.compare.ui into my workspace.
Created attachment 171616 [details] solves the bug at two places The patch solves the bug by using an Resource independent implementation
will this be fixed with the Helios release?
sorry for the accidentally inserted layout modifications in ModelContentMergeDiffTab.java. The modification in line 905 is the important change.
Hi Jan, thanks for your feedback and for your patch. I'm afraid it can't be integrated for the Helios release as it's in a freezed state and the intellectual property process is closed (we can't accept any contribution for this release). As soon as Helios is officialy out, we'll try to integrate the fix and provides an integration build, the fix would be part of the Helios Service Release 1 this fall though.
Sorry about the delay. The patch was no longer applicable with the many developments that took place in the meantime, but some parts of it were still pointing to potential bugs. We have fixed this on 1.2 and master.