Summary
Throwable: Slow operations are prohibited on EDT — SpringCoreUtil.isSpringBootProject runs a slow op (index/PSI access) on the EDT. 22 events.
Where
SpringCoreUtil.isSpringBootProject — SpringCoreUtil.kt:163
- Call site:
BeanSearchEverywhereContributorFactory.kt:34 (contributor availability runs on EDT)
Sentry
Suggested direction (hypothesis)
Move Spring Boot detection off the EDT: cache the result, compute under ReadAction.nonBlocking, or precompute so isSpringBootProject never hits indices on the EDT.
Filed from Sentry (project 4 / spring-plugin), last 30 days. Auto-triaged.
Summary
Throwable: Slow operations are prohibited on EDT—SpringCoreUtil.isSpringBootProjectruns a slow op (index/PSI access) on the EDT. 22 events.Where
SpringCoreUtil.isSpringBootProject—SpringCoreUtil.kt:163BeanSearchEverywhereContributorFactory.kt:34(contributor availability runs on EDT)Sentry
Suggested direction (hypothesis)
Move Spring Boot detection off the EDT: cache the result, compute under
ReadAction.nonBlocking, or precompute soisSpringBootProjectnever hits indices on the EDT.Filed from Sentry (project 4 / spring-plugin), last 30 days. Auto-triaged.