Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 358431

Summary: Typos in DeleteLinkComand.xpt template
Product: [Modeling] GMF-Tooling Reporter: Michael Golubev <borlander>
Component: CoreAssignee: Michael Golubev <borlander>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 Flags: borlander: kepler+
Version: unspecified   
Target Milestone: 3.1M5   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Fixes the subj none

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