tags:

views:

16

answers:

1

Eclipse has checkstyle plugin which points out the coding practices which are not good. Is there some tool or someway in which some of those issues can be automatically fixed?
For example, let's say cleanup unused imports. If the tool can automatically visit the whole project and remove the unused imports?

A: 

I found a link at http://www.ibm.com/developerworks/library/os-eclipse-clean/ which answers this question.

lalit

related questions