JavaBeat
Struts Tutorials | Hibernate Tutorials | JSP Tutorials | Servlet Tutorials | EJB Tutorials | Struts Resources | Spring Resources | Hibernate Resources

back to eclipse articles
Next Page

Refactoring in Eclipse 3.2

by Marcelo Giorgi
11/04/2007

Introduction

One 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 Wizard

This 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


JavaBeat 2006, India | javabeat home | About Us | partners directory | Advertise with us