PMD

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Improving Code Quality with PMD and Eclipse by Levent Gurses   - [Clicks: 74]
    PMD is a static code analyzer for Java. Developers use PMD to comply with coding standards and deliver quality code. Team leaders and Quality Assurance folks use it to change the nature of code reviews. PMD has the potential to transform a mechanical and syntax check oriented code review into a to dynamic peer-to-peer discussion. This article looks at PMD as an Eclipse plugin and the ways it can be used to improve the code quality and shorten the code review process. Since every organization has a unique set of coding conventions and quality metrics, it also demonstrates how to customize PMD to meet these needs.
    http://www.eclipsezone.com/articles/pmd/ - Oct, 2005
  • Zap bugs with PMD by Elliotte Rusty Harold   - [Clicks: 45]
    PMD, an open source static analysis tool, can be a worthwhile addition to your bug-zapping arsenal. Elliotte Rusty Harold explains how to use PMD's built-in rules and your own custom rule sets to improve the quality of your Java code.
    http://www-106.ibm.com/developerworks/java/library/j-pmd/ - Jan, 2005

[Top]