Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 358431 - Typos in DeleteLinkComand.xpt template
Summary: Typos in DeleteLinkComand.xpt template
Status: CLOSED FIXED
Alias: None
Product: GMF-Tooling
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.1M5   Edit
Assignee: Michael Golubev CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 10:42 EDT by Michael Golubev CLA
Modified: 2013-01-14 12:31 EST (History)
0 users

See Also:
borlander: kepler+


Attachments
Fixes the subj (1.80 KB, patch)
2011-09-21 10:51 EDT, Michael Golubev CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Golubev CLA 2011-09-21 10:42:15 EDT
From Customer:
In the template impl\diagram\commands\DeleteLinkCommand.xpt

<DEFINE newDeleteReferenceLinkCommand(GenLink genLink, String DestroyReferenceRequest) FOR gmfgen::FeatureLinkModelFacet->

Should be
<DEFINE newDeleteReferenceLinkCommand(gmfgen::GenLink genLink, String destroyReferenceRequest) FOR gmfgen::FeatureLinkModelFacet->

(i.e., the type of the first parameter is missing "gmfgen::" prefix)

Likewise,
<DEFINE newDeleteLinkWithClassCommand(GenLink genLink, String destroyElementRequest) FOR gmfgen::TypeLinkModelFacet->

Should be
<DEFINE newDeleteLinkWithClassCommand(gmfgen::GenLink genLink, String destroyElementRequest) FOR gmfgen::TypeLinkModelFacet->

Without this I am unable to AROUND this defines in my custom templates
Comment 1 Michael Golubev CLA 2011-09-21 10:51:52 EDT
Created attachment 203780 [details]
Fixes the subj
Comment 2 Michael Golubev CLA 2013-01-14 12:31:13 EST
Fix pushed to both SR2 and Kepler streams