This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Smarter and Faster Introduce Parameter in Java
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
As a logical next step after inplace introduce variable refactoring we did in IntelliJ IDEA 10, version 10.5 will offer inplace introduce parameter.
Here is a brief overview of what we’re working on.
Once called, it will gently ask you to choose a method you want to add parameter to
Note, that you can introduce parameter in hierarchy by [...]