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

Bug 356597

Summary: [DeploymentDiagram] generator related problem
Product: [Modeling] Papyrus Reporter: Mathieu Velten <mathieu.velten>
Component: DiagramAssignee: Project Inbox <mdt-papyrus-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 0.8.0   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Mathieu Velten CLA 2011-09-02 09:49:37 EDT
The generator produces wrong plugin.xml in the Deployment diagram.


      <metamodel nsURI="http://www.eclipse.org/uml2/3.0.0/UML">
         <specializationType
               id="org.eclipse.papyrus.diagram.deployment.Device_16"
               name="%metatype.name.Device_16"
               kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
               edithelperadvice="org.eclipse.papyrus.diagram.deployment.edit.helpers.">
            <specializes id="org.eclipse.papyrus.diagram.deployment.Device_2003"/>
            <param name="semanticHint" value="16"/>
         </specializationType>
      </metamodel>

the edithelperadvice is obviously wrong here.

I deleted it manually from trunk and 0.8.X branch but it will reappear on the next generation.