Back to Intellij Community

ThreadingConcurrency

plugins/devkit/devkit-core/resources/inspectionDescriptions/ThreadingConcurrency.html

2025.3-rc-2392 B
Original Source

Reports threading and concurrency issues in code using information from com.intellij.util.concurrency.annotations annotations.

Work in progress.

Enable options below to check @Requires(Read|Write)Lock inside @RequiresEdt blocks. Additionally, non-overriding public methods having not all annotations present can be highlighted + quickfix to add missing annotations.

New in 2023.2