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.