Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 356597 - [DeploymentDiagram] generator related problem
Summary: [DeploymentDiagram] generator related problem
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Diagram (show other bugs)
Version: 0.8.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 09:49 EDT by Mathieu Velten CLA
Modified: 2017-06-19 06:54 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.