Community
Participate
Working Groups
Created attachment 168933 [details] Used features I'm working in the team Papyrus. I have download the M7 and I have the following error in the XXXDiagramUpdater into a method that contains phantom nodes: public static List<UMLNodeDescriptor> getXXXSemanticChildren( [...] Resource resource = modelElement.eResource(); COMPILATION ERROR---->for (EObject childElement : getPhantomNodesIterator(resource)) { if (childElement == modelElement) { continue; } if (UMLVisualIDRegistry.getNodeVisualID(view, childElement) == ShortCutDiagramEditPart.VISUAL_ID) { result.add(new UMLNodeDescriptor(childElement, ShortCutDiagramEditPart.VISUAL_ID)); continue; } } return result; } /** * @generated */ private static Iterator<EObject> getPhantomNodesIterator(Resource resource) { return resource.getAllContents(); } The method returns an iterator and we have a loop that manipulates an array.
[GMF Restructure] Bug 319140 : product GMF and component Generation was the original product and component for this bug