IJ-CR-204577 [java-import] IDEA-388816 Freeze in ImportHelper.addNamesToImport on EDT persists after IDEA-385471 fix

- use non-write action with edt

GitOrigin-RevId: a98e3fc6158b74af9a2ef0ff5b9602460d8a0fb8
This commit is contained in:
Mikhail Pyltsin
2026-05-21 09:28:52 +00:00
committed by intellij-monorepo-bot
parent 8d942fa8ac
commit b9f8a94ab4
11 changed files with 264 additions and 37 deletions
@@ -123,5 +123,6 @@
description="Whether to report methods for which data flow analysis was imprecise"/>
<!--used together with DeprecationInspection-->
<registryKey key="kotlin.deprecation.inspection.enabled" defaultValue="false"/>
<registryKey key="java.import.with.write.action" defaultValue="false" description="Whether to use WriteAction for import optimization"/>
</extensions>
</idea-plugin>