Decompiling a .class file each time it starts up
Answered
IntelliJ decompiles a file each time I run the application. It takes about 3-5 minutes to finish.
I have tried to close all the tabs before closing the App and then start it again but it still happens always. I even don't remember if I ever worked on this .class file in my project.
Question: How can I prevent it from decompiling the .class file each time on start up.
Thanks!
Please sign in to leave a comment.
If you don't have open files, IDE should not decompile anything on project load.
Please file a bug with the sample project to reproduce at https://youtrack.jetbrains.com/issues/IDEA. Also attach the logs (https://intellij-support.jetbrains.com/hc/articles/207241085).
Related: https://youtrack.jetbrains.com/v2/issue/IDEA-181960.
Here it is: https://youtrack.jetbrains.com/issue/IDEA-186162
Thank you.