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

Bug 355680

Summary: StackOverflow on completion with VSL editor
Product: [Modeling] Papyrus Reporter: Esteban DUGUEPEROUX <esteban.dugueperoux>
Component: MarteAssignee: Project Inbox <mdt-papyrus-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Esteban DUGUEPEROUX CLA 2011-08-24 06:42:46 EDT
Build Identifier: 

In some of my diagrams on some of my uml models using marte + vsl stereotypes, I use the VSL editor based on Xtext contained in "org.eclipse.papyrus.marte.vsl" and "org.eclipse.papyrus.marte.vsl.ui" plugins, I get some StackOverflow exceptions on content assist due to org.eclipse.papyrus.marte.vsl.ui.contentassist.FeatureTree second constructor which call FeatureTree.buildTree() recursively until StackOverflow. Commenting the call to buildTree() in the constructor solves this exception but without knowing the impact.

Reproducible: Always