Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 319346 - [Content Assist] Deep (Endless?) Recursion in ParserBasedContentAssistContextFactory.computeFollowElements
Summary: [Content Assist] Deep (Endless?) Recursion in ParserBasedContentAssistContext...
Status: CLOSED FIXED
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 1.0.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: SR1   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-09 04:04 EDT by Sven Efftinge CLA
Modified: 2017-09-19 15:48 EDT (History)
1 user (show)

See Also:
sebastian.zarnekow: helios+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Efftinge CLA 2010-07-09 04:04:53 EDT
In Xbase given the following context:

String foo(String foo2) {
	foo2.<CURSOR>concat(foo('foo'));
}

I get an endless recursion in 

protected void computeFollowElements(FollowElementCalculator calculator, FollowElement element) 

when hitting CTRL+Space at the <CURSOR> position.
Comment 1 Sebastian Zarnekow CLA 2010-07-20 06:02:41 EDT
Fixed in HEAD.
Comment 2 Karsten Thoms CLA 2017-09-19 15:48:53 EDT
Closing bug which were set to RESOLVED before Eclipse Neon.0.