1

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

0xC0000022L
  • 20,597
  • 9
  • 86
  • 152
JoseJC
  • 758
  • 1
  • 9
  • 20
  • 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 06:32

2 Answers2

3

Check this thread: Java refactoring tools

Community
  • 1
  • 1
Marek Kwiendacz
  • 9,524
  • 14
  • 48
  • 72
3

IntellJ IDEA has always had excellent refactoring support.

OscarRyz
  • 196,001
  • 113
  • 385
  • 569