views:

18

answers:

1

I wanted some tool which could check all the standard violations that I make while I write code. After some search I found Eclipse Checkstyle Plugin suitable to my requirement.

I have not yet tried out using this. Information about this tool was found in this site http://checkstyle.sourceforge.net/

Can some on who has used this tool tell me whether this tool works fine for applications that have Generics and wrapper classes.

+1  A: 

Oh Yes, we use Checkstyle regularly in our project. This proves it works fine for 1.5.

pavanlimo