[content assist] Fixed bug in context computation (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=458269)

This commit is contained in:
Sven Efftinge 2015-01-23 16:24:36 +01:00
parent d2b85517ac
commit 1973c279dd

View file

@ -157,6 +157,7 @@ public class CallHierarchyHelper extends XtextSwitch<Boolean> {
if (foundSomething) {
this.grammarElement = nextGrammarElement;
this.visiting.clear();
this.visited.clear();
}
return Boolean.FALSE;
}