| Summary: | [Content Assist] Deep (Endless?) Recursion in ParserBasedContentAssistContextFactory.computeFollowElements | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Sven Efftinge <sven.efftinge> |
| Component: | Xtext | Assignee: | Project Inbox <tmf.xtext-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | sebastian.zarnekow |
| Version: | 1.0.0 | Flags: | sebastian.zarnekow:
helios+
|
| Target Milestone: | SR1 | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
Fixed in HEAD. Closing bug which were set to RESOLVED before Eclipse Neon.0. |
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.