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

This commit is contained in:
Dennis Huebner 2015-01-23 12:54:10 -05:00 committed by Gerrit Code Review @ Eclipse.org
commit 1a18741b00

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;
}