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.
Intellij IDEA で、あるクラス [ ] からのメソッド呼び出しClassA.doSomething(blah)を別のクラス [ ClassB.doSomethingElse(blah)] に置き換える最も簡単な方法は何ですか?
ClassA.doSomething(blah)
ClassB.doSomethingElse(blah)
内部ClassA.doSomething(blah)write ClassB.doSomethingElse(blah)、その後Refactor| インライン...オンClassA.doSomething(blah)。
Refactor