Community
Participate
Working Groups
Build Identifier: I20100513-1500 In canonical edit policy of some elements, the following code is generated: protected void refreshSemantic() { ... List<UMLNodeDescriptor> childDescriptors = UMLDiagramUpdater.get<ElementName>_<ElementVisualID>SemanticChildren((View) getHost().getModel()); In UMLDiagramUpdater methods get<ElementName>_<ElementVisualID>SemanticChildren(View view) are generated only for elements able to have semantic children. It leads to compilation error in canonical edit policies. One of examples of such problem elements is FlowFinalNode_3068 in activity diagram Reproducible: Always
Batch Update: UML2Tools is sample component for GMF-Tooling after restructuring