|
||||||||
|
|
||||||||
| back to eclipse articles | ||||||||
| Next Page | ||||||||
Refactoring in Eclipse 3.2by Marcelo Giorgi |
||||||||
IntroductionOne of the main difficulties in software development is related to the maintenance task, and the capacity of a software component to be resilient to changes among time. This is why it is so important to keep our code simply and clean. So that is why, we will be able to change the behavior without the need to spend hours understanding which is simple in nature but complicated because of our quality of humans. Clean Up WizardThis very concept is what this wizard is up to and intended for, help us to automate many tasks that improve the quality of our software without been enough troublesome so that we could feel lazy about doing it. | ||||||||
|
Figure 1. This wizard, which is shown in Figure 1, is composed of four main task for cleaning the code: Code Style, Member Access, Unnecessary Code, Missing Code. | ||||||||
| Next Page | ||||||||
|
||||||||