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

Bug 318663

Summary: [Communication Diagram] Error in the generated code
Product: [Modeling] Papyrus Reporter: Vincent Lorenzo <vincent.lorenzo>
Component: DiagramAssignee: Project Inbox <mdt-papyrus-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Patrick.Tessier
Version: 0.7.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
The corrected funtion none

Description Vincent Lorenzo CLA 2010-07-02 03:37:31 EDT
There is an error in the generated code in the file UMLDiagramUpdater.
This error stops the compilation of the project. 
It's located in the method List<UMLNodeDescriptor> getInteractionInteractionCompartment_7001SemanticChildren(View view)
Comment 1 Vincent Lorenzo CLA 2010-07-02 03:40:11 EDT
Created attachment 173274 [details]
The corrected funtion

I add the file containing the function. Currently, we correct the function after the generation. 

We have to replace modelElement.getPackagedElements().iterator() by modelElement.getNearestPackage().getPackagedElements().iterator()
Comment 2 Camille Letavernier CLA 2014-03-12 10:51:01 EDT
I close this task