< Day Day Up > |
IntroductionThis chapter continues our coverage of the JDT, exploring actions such as refactoring, as well as searching, building, and launching applications. You perform such actions everyday in Eclipse, and they're essential skills. We'll start this chapter with a look at how to handle refactoring in Eclipse—specifically, how to rename and move elements. One of the major advantages of using a good Java IDE such as Eclipse is that when you rename and move Java elements, the IDE automatically updates all references to those items throughout your code. Besides renaming and moving elements, Eclipse supports many other refactoring operations. Here's the whole list:
All of these are helpful while coding—if you know how they work and what they do. Eclipse 3.0In addition to the preceding list, Eclipse 3.0 adds these refactoring options:
|
< Day Day Up > |