mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
memoize groovy type calculation result to combat exponential resolve in case of cyclic dependencies
This commit is contained in:
@@ -240,7 +240,7 @@ public class GroovyPsiManager {
|
||||
return null;
|
||||
}
|
||||
|
||||
return ourGuard.doPreventingRecursion(element, false, computable);
|
||||
return ourGuard.doPreventingRecursion(element, true, computable);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user