I use netbeans on my work and find that some things are hard to do refactoring. What tools do you recommend for me?

link|improve this question

40% accept rate
Like?.......... – Thorbjørn Ravn Andersen Feb 24 '11 at 21:52
What refactorings do you want to do? Things like "rename" are widely available and nearly foolproof. Other refactorings, like "extract class", are more difficult to do well and less common. – kc2001 Feb 26 '11 at 6:32
feedback

2 Answers

up vote 3 down vote accepted

Check this thread: Java refactoring tools

link|improve this answer
feedback

IntellJ IDEA has always had excellent refactoring support.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.