One of my primary goals when developing software is either preventing a defect from being introduced into a code base or limiting its lifetime; in other words, I try to find defects as early as possible. Obviously, the more I learn about how to write better code and learn how to effectively test software, the better I am at catching defects. But, I also like to have a safety net that can find potential defects. To achieve this we have lots of plug-in available on the Internet. I would suggest to used PMD as i found this is one of the most useful tool to improve the code quality as well as Its very easy to install. The plug-in which I found on Internet is check-Style, This is also one of the best tool I have ever used. Other than PMD and check-Style there lot other plug-in available, please find details for few as below
Table 1. List of code improvement plugins and installation URLs
CheckStyle : Coding standard analysis - http://eclipse-cs.sourceforge.net/update/
Coverlipse : Test code coverage - http://coverlipse.sf.net/update
CPD :Copy/Paste detection - http://pmd.sourceforge.net/eclipse/
JDepend: Package dependency analysis - http://andrei.gmxhome.de/eclipse/
PMD Coding standard analysis - http://pmd.sourceforge.net/
World of tricky Core Java Q and A Covering Object Oriented Analysis and Design, JVM Internals,Java Language Fundamentals,Datatypes,Keywords,Operators and Assignments,Identifies,Declarations and Modifiers, Conversion,Casting and Promotion, Flow control,Assertions, Exception Handling and Garbage Collection,Objects and Classes), Basic Packages and their classes,JDBC,JFC Swing,Java Server Pages (JSP), Servlets,EJB,JMS,JNDI etc and Open source technologies like Struts,Hibernate,Spring etc
Search This Blog
Sunday, May 10, 2009
Improving code quality with Eclipse plugins (Check-Style and PMD))
Subscribe to:
Post Comments (Atom)
1 comment:
I would like to exchange link at http://airkayu.blogspot.com
Post a Comment