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.
ClassA.doSomething(blah)在 Intellij IDEA 中,用另一个类 [ ]替换来自一个类 [] 的方法调用的最简单方法是什么ClassB.doSomethingElse(blah)?
ClassA.doSomething(blah)
ClassB.doSomethingElse(blah)
里面ClassA.doSomething(blah)写ClassB.doSomethingElse(blah),然后Refactor| 内联...上ClassA.doSomething(blah)。
Refactor