Why would intellij be decompiling my own classes

Answered

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? 

0
2 comments

Please try to disable the Java Bytecode Decompiler plugin(File |Settings | Plugins | Installed tab) to see if it helps? 

0

Please sign in to leave a comment.