Bug 162200 - CopyingResource blindly appends URI fragment queries
Summary: CopyingResource blindly appends URI fragment queries
Status: RESOLVED FIXED
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 1.0.2   Edit
Hardware: PC Windows XP
: P3 major
Target Milestone: 1.0.3   Edit
Assignee: David Cummings CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-10-25 09:10 EDT by Kenn Hussey CLA
Modified: 2010-07-19 12:24 EDT (History)
0 users

See Also:


Attachments
Proposed patch (1.20 KB, patch)
2006-11-16 17:06 EST, David Cummings CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenn Hussey CLA 2006-10-25 09:10:22 EDT
Currently the CopyingResource blindly appends UIR fragment queries to hrefs for elements in other resources. This is inappropriate since fragment queries are only supported by resources that don't use the default EMF format for URI fragments (i.e. resources that use UUIDs). Copying a resource that contains a reference to elements in a resource using the default EMF format for URI fragments results in a resource that cannot be loaded.
Comment 1 David Cummings CLA 2006-11-16 17:06:01 EST
Created attachment 54031 [details]
Proposed patch

Removed all fragment related code from CopyingHelper#getHREF.
Comment 2 Cherie Revells CLA 2006-11-23 09:56:22 EST
I committed the patch.
Comment 3 Eclipse Webmaster CLA 2010-07-19 12:24:05 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime EMF was the original product and component for this bug