memoize groovy type calculation result to combat exponential resolve in case of cyclic dependencies

This commit is contained in:
peter
2013-02-09 19:21:03 +01:00
parent cf5f44f3da
commit 7511bb7ec8
@@ -240,7 +240,7 @@ public class GroovyPsiManager {
return null;
}
return ourGuard.doPreventingRecursion(element, false, computable);
return ourGuard.doPreventingRecursion(element, true, computable);
}
}