Why would intellij be decompiling my own classes
已回答
I have a gradle project with a bunch of sub-projects.
When running a single test (in IDE) - apart from the delay of building absolutely everything - it then spends minutes decompiling my own classes, locking up the IDE and pausing test execution.
I see a progress popup spining through all my familiar class names…. “decompiling”
It then reloads the source in open editor tabs.
To help me fix this, can anyone tell me the scenarios whereby IntelliJ IDEA is required to decompile local classes?
请先登录再写评论。
Please try to disable the Java Bytecode Decompiler plugin(File |Settings | Plugins | Installed tab) to see if it helps?