简体   繁体   English

为什么我的源位置更改回原始位置?

[英]Why does my source location change back to original?

So guys, every time I change (refactor->rename) my source folder for my images, in the initcomponents thing it changes back to the old name (old source). 伙计们,每当我更改(refactor->rename)我的图像的源文件夹时,在initcomponents它都会变回旧名称(旧源)。

So this is my original source (So my images are in folder URLToIP : 所以这是我的原始来源(所以我的图片在文件夹URLToIP 原始资料

But when I change/refactor then rename my folder to IPRESOLVER , it goes back to URLToIP after running it one time. 但是,当我更改/重构然后将我的文件夹重命名为IPRESOLVER ,它将运行一次后又回到URLToIP

As you can see below, it totally changed the package name to IPRESOLVER 如下所示,它完全将包名称更改为IPRESOLVER
在此处输入图片说明
But a later while in the class code it'll change it back to URLtoIP . 但是稍后在类代码中,它将更改回URLtoIP


I've already tried changing it manually using notepad++ and it worked. 我已经尝试过使用notepad ++手动更改它,并且它起作用了。 It changes to IPRESOLVER as source for images but after one run it gives me an error that the source is once again URLTOIP 它更改为IPRESOLVER作为图像源,但运行一遍后,出现一个错误,即源再次为URLTOIP

I changed it here by the way (using Notepad++): 我在这里顺便更改了它(使用Notepad ++): 在此处输入图片说明

Since the error is this: 由于错误是这样的: 在此处输入图片说明

Which leads me to here: 这导致我到这里: 在此处输入图片说明

Nevermind guys, I just clicked build not the clean and build and then voila! 没关系的家伙,我只是单击“ build而不是“ clean and build ,然后瞧! It stopped reverting. 它停止了还原。

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

相关问题 当我仅更改复制的数组时,为什么原始数组会被更改? - Why does my original array gets changed when i only change copied array? 为什么我的后退按钮什么都不做? - Why my back button does nothing? 为什么将数组传递给另一个方法会更改原始数组? - Why does passing an array to another method change the original array? 为什么将一个数组复制到另一个数组会更改原始数组? - Why does copying an array into another array change the original array? 为什么我的servlet stacktrace为我的类显示“Unknown Source”? - Why does my servlet stacktrace show “Unknown Source” for my classes? 按下时更改版面背景并恢复为原始 - Change Layout background on press and revert back to original 将 JButton 改回原来的“金属”颜色 - Change a JButton back to the original "metal" color Apache Camel:处理后将消息放回原始位置 - Apache Camel: place message back in original location after being processed 为什么我的代码总是返回“无法获取位置”? - Why does my code keep returning “unable to get location?” 为什么DefaultFileMonitor不断循环列出我FTP位置中的文件? - Why does DefaultFileMonitor keep listing the files in my FTP location in a loop?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM