Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
怎么做?我在名为Constants. 现在我想将它移到名为Constants.States. 如果我只是右键单击并选择Refactor - Move,我将不会Constants.States在建议的目的地中看到类。
Constants
Constants.States
刚试过这个。虽然静态嵌套类确实似乎不在提议的类中,但您可以Constants从提议中选择类,然后简单地添加.States到文本字段中。Eclipse 识别了该类(不会抱怨该类不存在)并且重构按预期工作。
.States