Community
Participate
Working Groups
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