PMD

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

Articles
  

Articles:
  • In pursuit of code quality: Tame the chatterbox by Andrew Glover   - [Clicks: 23]
    Just seeing a sprawling code block from a distance gives some developers the willies -- and it should! Loquacious code is often the hallmark of complexity, which results in code that is hard to test and maintain. This month, learn three important ways to measure code complexity, based on method length, class length, and intra-class coupling. In this installment of In pursuit of code quality, quality expert Andrew Glover starts out with tips for eyeballing code excess, then shows you how to use tools like PMD and JavaNCSS for more precision when you need it.
    http://www-128.ibm.com/developerworks/java/library/j-cq06306/index.html - Jun, 2006
  • PMD Squashes Code Bugs by John Ferguson Smart   - [Clicks: 38]
    Despite being among the most effective ways of finding defects and improving code quality, code reviews are rarely done with any consistency. Enter PMD, a static analysis tool that can make reviewing code easier and more fun.
    http://www.devx.com/Java/Article/31286 - Apr, 2006

[Top]