Bug 122234 - bug in MSLSave.Escape.convert(String input) - escape strings overwrite input
Summary: bug in MSLSave.Escape.convert(String input) - escape strings overwrite input
Status: RESOLVED FIXED
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 2000
: P3 normal
Target Milestone: ---   Edit
Assignee: Chris McGee CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2005-12-28 04:48 EST by Henrik Rentz-Reichert CLA
Modified: 2010-07-19 12:24 EDT (History)
0 users

See Also:


Attachments
correct implementation analogous to parent class (no patch) (1.33 KB, text/plain)
2005-12-28 04:53 EST, Henrik Rentz-Reichert CLA
no flags Details
patch to move all of this escaping code into the compatibility layer (13.32 KB, patch)
2006-02-23 15:02 EST, Chris McGee CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Rentz-Reichert CLA 2005-12-28 04:48:20 EST
escape strings overwrite input string
for a correct implementation see the parent class XMLSaveImpl.Escape
Comment 1 Henrik Rentz-Reichert CLA 2005-12-28 04:53:08 EST
Created attachment 32288 [details]
correct implementation analogous to parent class (no patch)
Comment 2 Chris McGee CLA 2006-02-23 15:02:56 EST
Created attachment 35258 [details]
patch to move all of this escaping code into the compatibility layer

Attached a patch to move the escape class to the compatibility layer leaving GMFResource to use the EMF escaping mechanism.
Comment 3 Chris McGee CLA 2006-02-24 09:57:01 EST
The patch has been committed.
Comment 4 Eclipse Webmaster CLA 2010-07-19 12:24:47 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime EMF was the original product and component for this bug