Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [EMF Compare] Problem comparing identical GMF-resources
[EMF Compare] Problem comparing identical GMF-resources [message #130422] Sun, 26 October 2008 20:34 Go to next message
Martin Fluegge is currently offline Martin FlueggeFriend
Messages: 141
Registered: July 2009
Senior Member
Hi,

I have a problem when I compare two XML-files which contain a
GMF-Resource and the referenced EMF-Resource.

The GMF-Resource only contains a diagram, 2 Nodes an an Edge between
them. All objects have XMI-ids.
When I compare them programatically the comparison always finds an
"UpdateAttribute" in the Edge's BendPoints, but both XML-Files are
identically.
I am using EMF Compare 0.8.1.

Here is the source-code (maybe there is a bug in there)

----------- begin ----------

final ResourceSet modelResourceSet = new ResourceSetImpl();


modelResourceSet.getPackageRegistry().put("http://www.eclipse.org/gmf/runtime/1.0.1/notation",
NotationPackage.eINSTANCE);
modelResourceSet.getPackageRegistry().put("http://www.umleditor.de",
UmleditorPackage.eINSTANCE);

Resource resource1 = ModelUtils.load(
URI.createFileURI("Z:/compare/default2.umleditor_diagram"),
modelResourceSet).eResource();
Resource resource2 = ModelUtils.load(
new java.io.File("Z:/compare/default2.umleditor_diagram2"),
modelResourceSet).eResource();


final MatchModel match = MatchService.doResourceMatch(resource1,
resource2, null);
// Detects differences
final DiffModel diff = DiffService.doDiff(match, false);
printChanges(diff);
---------- end -----------


When I run the code it always prints:


----------- begin ----------
1 change(s) in Diagram default2.umleditor_diagram(class
org.eclipse.emf.compare.diff.metamodel.impl.DiffGroupImpl)
1 change(s) in Edge true(class
org.eclipse.emf.compare.diff.metamodel.impl.DiffGroupImpl)
1 change(s) in RelativeBendpoints
[org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@698403
(sourceX: -26, sourceY: 1, targetX: 123, targetY: 3),
org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@15a0305
(sourceX: -149, sourceY: 18, targetX: 0, targetY: 20)](class
org.eclipse.emf.compare.diff.metamodel.impl.DiffGroupImpl)
Attribute points in
[org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@698403
(sourceX: -26, sourceY: 1, targetX: 123, targetY: 3),
org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@15a0305
(sourceX: -149, sourceY: 18, targetX: 0, targetY: 20)] has changed from
[org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@698403
(sourceX: -26, sourceY: 1, targetX: 123, targetY: 3),
org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@15a0305
(sourceX: -149, sourceY: 18, targetX: 0, targetY: 20)] to
[org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@1c247a0
(sourceX: -26, sourceY: 1, targetX: 123, targetY: 3),
org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@1ec6696
(sourceX: -149, sourceY: 18, targetX: 0, targetY: 20)](class
org.eclipse.emf.compare.diff.metamodel.impl.UpdateAttributeI mpl)
---------- end -----------



Here is the resource-xml-file I am trying to compare:

----------- begin ----------

<?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.1/notation"
xmlns:umleditor="http://www.umleditor.de">
<umleditor:UMLDiagram xmi:id="_reTkIaOQEd2Eot2PsuBu8Q">
<Klassen xmi:type="umleditor:Klasse"
xmi:id="_N_KeMaOTEd23GO0a2WhQjA"
erbendeKlassen="_WB2iQKOTEd23GO0a2WhQjA" name="Martin"/>
<Klassen xmi:type="umleditor:Klasse"
xmi:id="_WB2iQKOTEd23GO0a2WhQjA" name="Max"/>
</umleditor:UMLDiagram>
<notation:Diagram xmi:id="_rfDLAKOQEd2Eot2PsuBu8Q" type="Dawn"
element="_reTkIaOQEd2Eot2PsuBu8Q" name="default2.umleditor_diagram"
measurementUnit="Pixel">
<children xmi:type="notation:Node" xmi:id="_OAWxAKOTEd23GO0a2WhQjA"
type="1001" element="_N_KeMaOTEd23GO0a2WhQjA">
<children xmi:type="notation:Node"
xmi:id="_OApr8KOTEd23GO0a2WhQjA" type="4001"/>
<styles xmi:type="notation:ShapeStyle"
xmi:id="_OAWxAaOTEd23GO0a2WhQjA"/>
<layoutConstraint xmi:type="notation:Bounds"
xmi:id="_OAWxAqOTEd23GO0a2WhQjA" x="200" y="125"/>
</children>
<children xmi:type="notation:Node" xmi:id="_VRuF0KOTEd22PaIR9R_YyQ"
type="1001" element="_WB2iQKOTEd23GO0a2WhQjA">
<children xmi:type="notation:Node"
xmi:id="_WCcYI6OTEd23GO0a2WhQjA" type="4001"/>
<styles xmi:type="notation:ShapeStyle"
xmi:id="_WCcYIaOTEd23GO0a2WhQjA"/>
<layoutConstraint xmi:type="notation:Bounds"
xmi:id="_WCcYIqOTEd23GO0a2WhQjA" x="57" y="123"/>
</children>
<styles xmi:type="notation:DiagramStyle"
xmi:id="_bk4X4aOREd21ceEQVasm_Q"/>
<edges xmi:type="notation:Edge" xmi:id="_dm4Z8KOTEd23GO0a2WhQjA"
type="3001" source="_OAWxAKOTEd23GO0a2WhQjA"
target="_VRuF0KOTEd22PaIR9R_YyQ">
<styles xmi:type="notation:ConnectorStyle"
xmi:id="_dm4Z8aOTEd23GO0a2WhQjA"/>
<styles xmi:type="notation:FontStyle"
xmi:id="_dm4Z8qOTEd23GO0a2WhQjA"/>
<element xsi:nil="true"/>
<bendpoints xmi:type="notation:RelativeBendpoints"
xmi:id="_dm4Z86OTEd23GO0a2WhQjA" points="[-26, 1, 123, 3]$[-149, 18, 0,
20]"/>
</edges>
</notation:Diagram>
</xmi:XMI>

---------- end -----------



When I change the code to match the same resource-object (
MatchService.doResourceMatch(resource1, resource1, null);) there is no
change found. So it seems that the objects are not matched by xmi-id but
it's adress.

After searching I found this
bugzilla:https://bugs.eclipse.org/bugs/show_bug.cgi?id=24216 4
Maybe this problem is related to mine?


I am quite new the to world of Eclipse-Frameworks so I am not sure
whether the problem is a normal behavior, a bug or my mistake.


Thanks a lot in advance.

Best Regards,

Martin
Re: [EMF Compare] Problem comparing identical GMF-resources [message #130448 is a reply to message #130422] Mon, 27 October 2008 10:35 Go to previous messageGo to next message
Laurent Goubet is currently offline Laurent GoubetFriend
Messages: 1902
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------090304040204010105080408
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8bit

Hi Martin,

References are not compared structurally but by instance equality for
now, so the problems might come from that. This is the issue for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242165 as well as
https://bugs.eclipse.org/bugs/show_bug.cgi?id=244000 for example. This
is the highest bug in our priority list.

Another issue would be if your bendpoints do not have the same XMI ID :
you should then pass EMF Compare the option not to skip structural
comparison if XMI IDs differ :

final MatchModel match = MatchService.doResourceMatch(resource1,
resource2, null);

Should then be changed to

final Map<String, Object> options = new HashMap<String, Object>();
options.put(MatchOptions.OPTION_IGNORE_XMI_ID, Boolean.TRUE);
final MatchModel match = MatchService.doResourceMatch(resource1,
resource2, options);

If that does not help, you'll have to wait till we manage to fix the
aforementionned bug :(. Sorry for the inconvenience.

Laurent Goubet
Obeo


Martin Fl
Re: [EMF Compare] Problem comparing identical GMF-resources [message #130462 is a reply to message #130448] Mon, 27 October 2008 14:24 Go to previous message
Martin Fluegge is currently offline Martin FlueggeFriend
Messages: 141
Registered: July 2009
Senior Member
Hi Laurent,

thanks for your quick response. If the references are compared by
instance than now I understand why there is always a change detected.

In my project the xmi-ids are the only identifier for objects, so I'll
just wait until the feature is implemented.


Thanks again for your help and your good work. :)

Best regards,

Martin

laurent Goubet schrieb:
> Hi Martin,
>
> References are not compared structurally but by instance equality for
> now, so the problems might come from that. This is the issue for
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=242165 as well as
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=244000 for example. This
> is the highest bug in our priority list.
>
> Another issue would be if your bendpoints do not have the same XMI ID :
> you should then pass EMF Compare the option not to skip structural
> comparison if XMI IDs differ :
>
> final MatchModel match = MatchService.doResourceMatch(resource1,
> resource2, null);
>
> Should then be changed to
>
> final Map<String, Object> options = new HashMap<String, Object>();
> options.put(MatchOptions.OPTION_IGNORE_XMI_ID, Boolean.TRUE);
> final MatchModel match = MatchService.doResourceMatch(resource1,
> resource2, options);
>
> If that does not help, you'll have to wait till we manage to fix the
> aforementionned bug :(. Sorry for the inconvenience.
>
> Laurent Goubet
> Obeo
>
>
> Martin Flügge a écrit :
>> Hi,
>>
>> I have a problem when I compare two XML-files which contain a
>> GMF-Resource and the referenced EMF-Resource.
>>
>> The GMF-Resource only contains a diagram, 2 Nodes an an Edge between
>> them. All objects have XMI-ids.
>> When I compare them programatically the comparison always finds an
>> "UpdateAttribute" in the Edge's BendPoints, but both XML-Files are
>> identically.
>> I am using EMF Compare 0.8.1.
>>
>> Here is the source-code (maybe there is a bug in there)
>>
>> ----------- begin ----------
>>
>> final ResourceSet modelResourceSet = new ResourceSetImpl();
>>
>>
>> modelResourceSet.getPackageRegistry().put("http://www.eclipse.org/gmf/runtime/1.0.1/notation",
>>
>> NotationPackage.eINSTANCE);
>>
>> modelResourceSet.getPackageRegistry().put("http://www.umleditor.de",
>> UmleditorPackage.eINSTANCE);
>>
>> Resource resource1 = ModelUtils.load(
>>
>> URI.createFileURI("Z:/compare/default2.umleditor_diagram"),
>> modelResourceSet).eResource();
>> Resource resource2 = ModelUtils.load(
>> new
>> java.io.File("Z:/compare/default2.umleditor_diagram2"),
>> modelResourceSet).eResource();
>>
>>
>> final MatchModel match =
>> MatchService.doResourceMatch(resource1,
>> resource2, null);
>> // Detects differences
>> final DiffModel diff = DiffService.doDiff(match, false);
>> printChanges(diff);
>> ---------- end -----------
>>
>>
>> When I run the code it always prints:
>>
>>
>> ----------- begin ----------
>> 1 change(s) in Diagram default2.umleditor_diagram(class
>> org.eclipse.emf.compare.diff.metamodel.impl.DiffGroupImpl)
>> 1 change(s) in Edge true(class
>> org.eclipse.emf.compare.diff.metamodel.impl.DiffGroupImpl)
>> 1 change(s) in RelativeBendpoints
>> [org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@698403
>> (sourceX: -26, sourceY: 1, targetX: 123, targetY: 3),
>> org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@15a0305
>> (sourceX: -149, sourceY: 18, targetX: 0, targetY: 20)](class
>> org.eclipse.emf.compare.diff.metamodel.impl.DiffGroupImpl)
>> Attribute points in
>> [org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@698403
>> (sourceX: -26, sourceY: 1, targetX: 123, targetY: 3),
>> org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@15a0305
>> (sourceX: -149, sourceY: 18, targetX: 0, targetY: 20)] has changed from
>> [org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@698403
>> (sourceX: -26, sourceY: 1, targetX: 123, targetY: 3),
>> org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@15a0305
>> (sourceX: -149, sourceY: 18, targetX: 0, targetY: 20)] to
>> [org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@1c247a0
>> (sourceX: -26, sourceY: 1, targetX: 123, targetY: 3),
>> org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@1ec6696
>> (sourceX: -149, sourceY: 18, targetX: 0, targetY: 20)](class
>> org.eclipse.emf.compare.diff.metamodel.impl.UpdateAttributeI mpl)
>> ---------- end -----------
>>
>>
>>
>> Here is the resource-xml-file I am trying to compare:
>>
>> ----------- begin ----------
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>> xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.1/notation"
>> xmlns:umleditor="http://www.umleditor.de">
>> <umleditor:UMLDiagram xmi:id="_reTkIaOQEd2Eot2PsuBu8Q">
>> <Klassen xmi:type="umleditor:Klasse"
>> xmi:id="_N_KeMaOTEd23GO0a2WhQjA"
>> erbendeKlassen="_WB2iQKOTEd23GO0a2WhQjA" name="Martin"/>
>> <Klassen xmi:type="umleditor:Klasse"
>> xmi:id="_WB2iQKOTEd23GO0a2WhQjA" name="Max"/>
>> </umleditor:UMLDiagram>
>> <notation:Diagram xmi:id="_rfDLAKOQEd2Eot2PsuBu8Q" type="Dawn"
>> element="_reTkIaOQEd2Eot2PsuBu8Q" name="default2.umleditor_diagram"
>> measurementUnit="Pixel">
>> <children xmi:type="notation:Node" xmi:id="_OAWxAKOTEd23GO0a2WhQjA"
>> type="1001" element="_N_KeMaOTEd23GO0a2WhQjA">
>> <children xmi:type="notation:Node"
>> xmi:id="_OApr8KOTEd23GO0a2WhQjA" type="4001"/>
>> <styles xmi:type="notation:ShapeStyle"
>> xmi:id="_OAWxAaOTEd23GO0a2WhQjA"/>
>> <layoutConstraint xmi:type="notation:Bounds"
>> xmi:id="_OAWxAqOTEd23GO0a2WhQjA" x="200" y="125"/>
>> </children>
>> <children xmi:type="notation:Node" xmi:id="_VRuF0KOTEd22PaIR9R_YyQ"
>> type="1001" element="_WB2iQKOTEd23GO0a2WhQjA">
>> <children xmi:type="notation:Node"
>> xmi:id="_WCcYI6OTEd23GO0a2WhQjA" type="4001"/>
>> <styles xmi:type="notation:ShapeStyle"
>> xmi:id="_WCcYIaOTEd23GO0a2WhQjA"/>
>> <layoutConstraint xmi:type="notation:Bounds"
>> xmi:id="_WCcYIqOTEd23GO0a2WhQjA" x="57" y="123"/>
>> </children>
>> <styles xmi:type="notation:DiagramStyle"
>> xmi:id="_bk4X4aOREd21ceEQVasm_Q"/>
>> <edges xmi:type="notation:Edge" xmi:id="_dm4Z8KOTEd23GO0a2WhQjA"
>> type="3001" source="_OAWxAKOTEd23GO0a2WhQjA"
>> target="_VRuF0KOTEd22PaIR9R_YyQ">
>> <styles xmi:type="notation:ConnectorStyle"
>> xmi:id="_dm4Z8aOTEd23GO0a2WhQjA"/>
>> <styles xmi:type="notation:FontStyle"
>> xmi:id="_dm4Z8qOTEd23GO0a2WhQjA"/>
>> <element xsi:nil="true"/>
>> <bendpoints xmi:type="notation:RelativeBendpoints"
>> xmi:id="_dm4Z86OTEd23GO0a2WhQjA" points="[-26, 1, 123, 3]$[-149, 18, 0,
>> 20]"/>
>> </edges>
>> </notation:Diagram>
>> </xmi:XMI>
>>
>> ---------- end -----------
>>
>>
>>
>> When I change the code to match the same resource-object (
>> MatchService.doResourceMatch(resource1, resource1, null);) there is no
>> change found. So it seems that the objects are not matched by xmi-id but
>> it's adress.
>>
>> After searching I found this
>> bugzilla:https://bugs.eclipse.org/bugs/show_bug.cgi?id=24216 4
>> Maybe this problem is related to mine?
>>
>>
>> I am quite new the to world of Eclipse-Frameworks so I am not sure
>> whether the problem is a normal behavior, a bug or my mistake.
>>
>>
>> Thanks a lot in advance.
>>
>> Best Regards,
>>
>> Martin
>
Re: [EMF Compare] Problem comparing identical GMF-resources [message #620369 is a reply to message #130422] Mon, 27 October 2008 10:35 Go to previous message
Laurent Goubet is currently offline Laurent GoubetFriend
Messages: 1902
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------090304040204010105080408
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8bit

Hi Martin,

References are not compared structurally but by instance equality for
now, so the problems might come from that. This is the issue for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242165 as well as
https://bugs.eclipse.org/bugs/show_bug.cgi?id=244000 for example. This
is the highest bug in our priority list.

Another issue would be if your bendpoints do not have the same XMI ID :
you should then pass EMF Compare the option not to skip structural
comparison if XMI IDs differ :

final MatchModel match = MatchService.doResourceMatch(resource1,
resource2, null);

Should then be changed to

final Map<String, Object> options = new HashMap<String, Object>();
options.put(MatchOptions.OPTION_IGNORE_XMI_ID, Boolean.TRUE);
final MatchModel match = MatchService.doResourceMatch(resource1,
resource2, options);

If that does not help, you'll have to wait till we manage to fix the
aforementionned bug :(. Sorry for the inconvenience.

Laurent Goubet
Obeo


Martin Fl
Re: [EMF Compare] Problem comparing identical GMF-resources [message #620370 is a reply to message #130448] Mon, 27 October 2008 14:24 Go to previous message
Martin Fluegge is currently offline Martin FlueggeFriend
Messages: 141
Registered: July 2009
Senior Member
Hi Laurent,

thanks for your quick response. If the references are compared by
instance than now I understand why there is always a change detected.

In my project the xmi-ids are the only identifier for objects, so I'll
just wait until the feature is implemented.


Thanks again for your help and your good work. :)

Best regards,

Martin

laurent Goubet schrieb:
> Hi Martin,
>
> References are not compared structurally but by instance equality for
> now, so the problems might come from that. This is the issue for
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=242165 as well as
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=244000 for example. This
> is the highest bug in our priority list.
>
> Another issue would be if your bendpoints do not have the same XMI ID :
> you should then pass EMF Compare the option not to skip structural
> comparison if XMI IDs differ :
>
> final MatchModel match = MatchService.doResourceMatch(resource1,
> resource2, null);
>
> Should then be changed to
>
> final Map<String, Object> options = new HashMap<String, Object>();
> options.put(MatchOptions.OPTION_IGNORE_XMI_ID, Boolean.TRUE);
> final MatchModel match = MatchService.doResourceMatch(resource1,
> resource2, options);
>
> If that does not help, you'll have to wait till we manage to fix the
> aforementionned bug :(. Sorry for the inconvenience.
>
> Laurent Goubet
> Obeo
>
>
> Martin Flügge a écrit :
>> Hi,
>>
>> I have a problem when I compare two XML-files which contain a
>> GMF-Resource and the referenced EMF-Resource.
>>
>> The GMF-Resource only contains a diagram, 2 Nodes an an Edge between
>> them. All objects have XMI-ids.
>> When I compare them programatically the comparison always finds an
>> "UpdateAttribute" in the Edge's BendPoints, but both XML-Files are
>> identically.
>> I am using EMF Compare 0.8.1.
>>
>> Here is the source-code (maybe there is a bug in there)
>>
>> ----------- begin ----------
>>
>> final ResourceSet modelResourceSet = new ResourceSetImpl();
>>
>>
>> modelResourceSet.getPackageRegistry().put("http://www.eclipse.org/gmf/runtime/1.0.1/notation",
>>
>> NotationPackage.eINSTANCE);
>>
>> modelResourceSet.getPackageRegistry().put("http://www.umleditor.de",
>> UmleditorPackage.eINSTANCE);
>>
>> Resource resource1 = ModelUtils.load(
>>
>> URI.createFileURI("Z:/compare/default2.umleditor_diagram"),
>> modelResourceSet).eResource();
>> Resource resource2 = ModelUtils.load(
>> new
>> java.io.File("Z:/compare/default2.umleditor_diagram2"),
>> modelResourceSet).eResource();
>>
>>
>> final MatchModel match =
>> MatchService.doResourceMatch(resource1,
>> resource2, null);
>> // Detects differences
>> final DiffModel diff = DiffService.doDiff(match, false);
>> printChanges(diff);
>> ---------- end -----------
>>
>>
>> When I run the code it always prints:
>>
>>
>> ----------- begin ----------
>> 1 change(s) in Diagram default2.umleditor_diagram(class
>> org.eclipse.emf.compare.diff.metamodel.impl.DiffGroupImpl)
>> 1 change(s) in Edge true(class
>> org.eclipse.emf.compare.diff.metamodel.impl.DiffGroupImpl)
>> 1 change(s) in RelativeBendpoints
>> [org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@698403
>> (sourceX: -26, sourceY: 1, targetX: 123, targetY: 3),
>> org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@15a0305
>> (sourceX: -149, sourceY: 18, targetX: 0, targetY: 20)](class
>> org.eclipse.emf.compare.diff.metamodel.impl.DiffGroupImpl)
>> Attribute points in
>> [org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@698403
>> (sourceX: -26, sourceY: 1, targetX: 123, targetY: 3),
>> org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@15a0305
>> (sourceX: -149, sourceY: 18, targetX: 0, targetY: 20)] has changed from
>> [org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@698403
>> (sourceX: -26, sourceY: 1, targetX: 123, targetY: 3),
>> org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@15a0305
>> (sourceX: -149, sourceY: 18, targetX: 0, targetY: 20)] to
>> [org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@1c247a0
>> (sourceX: -26, sourceY: 1, targetX: 123, targetY: 3),
>> org.eclipse.gmf.runtime.notation.datatype.RelativeBendpoint@1ec6696
>> (sourceX: -149, sourceY: 18, targetX: 0, targetY: 20)](class
>> org.eclipse.emf.compare.diff.metamodel.impl.UpdateAttributeI mpl)
>> ---------- end -----------
>>
>>
>>
>> Here is the resource-xml-file I am trying to compare:
>>
>> ----------- begin ----------
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>> xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.1/notation"
>> xmlns:umleditor="http://www.umleditor.de">
>> <umleditor:UMLDiagram xmi:id="_reTkIaOQEd2Eot2PsuBu8Q">
>> <Klassen xmi:type="umleditor:Klasse"
>> xmi:id="_N_KeMaOTEd23GO0a2WhQjA"
>> erbendeKlassen="_WB2iQKOTEd23GO0a2WhQjA" name="Martin"/>
>> <Klassen xmi:type="umleditor:Klasse"
>> xmi:id="_WB2iQKOTEd23GO0a2WhQjA" name="Max"/>
>> </umleditor:UMLDiagram>
>> <notation:Diagram xmi:id="_rfDLAKOQEd2Eot2PsuBu8Q" type="Dawn"
>> element="_reTkIaOQEd2Eot2PsuBu8Q" name="default2.umleditor_diagram"
>> measurementUnit="Pixel">
>> <children xmi:type="notation:Node" xmi:id="_OAWxAKOTEd23GO0a2WhQjA"
>> type="1001" element="_N_KeMaOTEd23GO0a2WhQjA">
>> <children xmi:type="notation:Node"
>> xmi:id="_OApr8KOTEd23GO0a2WhQjA" type="4001"/>
>> <styles xmi:type="notation:ShapeStyle"
>> xmi:id="_OAWxAaOTEd23GO0a2WhQjA"/>
>> <layoutConstraint xmi:type="notation:Bounds"
>> xmi:id="_OAWxAqOTEd23GO0a2WhQjA" x="200" y="125"/>
>> </children>
>> <children xmi:type="notation:Node" xmi:id="_VRuF0KOTEd22PaIR9R_YyQ"
>> type="1001" element="_WB2iQKOTEd23GO0a2WhQjA">
>> <children xmi:type="notation:Node"
>> xmi:id="_WCcYI6OTEd23GO0a2WhQjA" type="4001"/>
>> <styles xmi:type="notation:ShapeStyle"
>> xmi:id="_WCcYIaOTEd23GO0a2WhQjA"/>
>> <layoutConstraint xmi:type="notation:Bounds"
>> xmi:id="_WCcYIqOTEd23GO0a2WhQjA" x="57" y="123"/>
>> </children>
>> <styles xmi:type="notation:DiagramStyle"
>> xmi:id="_bk4X4aOREd21ceEQVasm_Q"/>
>> <edges xmi:type="notation:Edge" xmi:id="_dm4Z8KOTEd23GO0a2WhQjA"
>> type="3001" source="_OAWxAKOTEd23GO0a2WhQjA"
>> target="_VRuF0KOTEd22PaIR9R_YyQ">
>> <styles xmi:type="notation:ConnectorStyle"
>> xmi:id="_dm4Z8aOTEd23GO0a2WhQjA"/>
>> <styles xmi:type="notation:FontStyle"
>> xmi:id="_dm4Z8qOTEd23GO0a2WhQjA"/>
>> <element xsi:nil="true"/>
>> <bendpoints xmi:type="notation:RelativeBendpoints"
>> xmi:id="_dm4Z86OTEd23GO0a2WhQjA" points="[-26, 1, 123, 3]$[-149, 18, 0,
>> 20]"/>
>> </edges>
>> </notation:Diagram>
>> </xmi:XMI>
>>
>> ---------- end -----------
>>
>>
>>
>> When I change the code to match the same resource-object (
>> MatchService.doResourceMatch(resource1, resource1, null);) there is no
>> change found. So it seems that the objects are not matched by xmi-id but
>> it's adress.
>>
>> After searching I found this
>> bugzilla:https://bugs.eclipse.org/bugs/show_bug.cgi?id=24216 4
>> Maybe this problem is related to mine?
>>
>>
>> I am quite new the to world of Eclipse-Frameworks so I am not sure
>> whether the problem is a normal behavior, a bug or my mistake.
>>
>>
>> Thanks a lot in advance.
>>
>> Best Regards,
>>
>> Martin
>
Previous Topic:Setting up dev env for Teneo Hibernate
Next Topic:[EMF Compare] About MatchService API.
Goto Forum:
  


Current Time: Thu Apr 25 17:51:59 GMT 2024

Powered by FUDForum. Page generated in 0.02870 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top