简体   繁体   English

IntelliJ:有些类改变了消息

[英]IntelliJ: Some classes have changed message

The following message is shown with regards to the SlottingTest2 file: 关于SlottingTest2文件显示以下消息:

在此输入图像描述

I know I have not changed any other file than SlottingTest2.java (at least not intentionally). 我知道我没有更改任何其他文件而不是SlottingTest2.java(至少不是故意的)。 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? 它可能是指其他人在上游Git回购中所做的改变吗?

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. 在更新并重新编译(可能自动)文件后,Intellij建议将.class的更新版本重新加载到调试会话中。

To get rid of the warning, you can either make it automatic or disabled using the following setting: 要消除警告,您可以使用以下设置将其设置为自动或禁用:

配置HotSwap重新加载

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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