简体   繁体   中英

IntelliJ: Some classes have changed message

The following message is shown with regards to the SlottingTest2 file:

在此输入图像描述

I know I have not changed any other file than SlottingTest2.java (at least not intentionally). So what does this message mean, and what might trigger it? Could it be referring to changes others have made in an upstream Git repo?

You probably have a debug session running. After you have updated and recompiled (possibly automatically) your file , Intellij suggests to reload the updated version of your .class into your debugging session.

To get rid of the warning, you can either make it automatic or disabled using the following setting:

配置HotSwap重新加载

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM