Community
Participate
Working Groups
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)
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()
I close this task