Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 355680 - StackOverflow on completion with VSL editor
Summary: StackOverflow on completion with VSL editor
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Marte (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-24 06:42 EDT by Esteban DUGUEPEROUX CLA
Modified: 2017-09-12 10:21 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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