PMD

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

Articles
  

Articles:
  • Code Improvement Through Cyclomatic Complexity by Andrew Glover   - [Clicks: 25]
    Overly complex code is dangerous, hard to maintain if not already buggy. But what do we mean by complex ? The metric of cyclomatic complexity helps show where the most complex code is. As Andrew Glover illustrates, finding the complex code is also the…
    http://www.onjava.com/pub/a/onjava/2004/06/16/ccunittest.html - Jun, 2004
  • Improving Project Quality with PMD by Tom Wheeler   - [Clicks: 50]
    I have explained how automated source analysis can help augment a quality improvement strategy for development projects. In addition to having better code with fewer latent defects, this approach can ease the burden of manual code reviews while reducing overall development cost. I have also presented a detailed look at one of the more prominent static analysis tools - PMD - along with descriptions of CPD, Checkstyle and JTest. You should now be prepared to effectively use source analysis to improve the quality of your projects.
    http://www.ociweb.com/jnb/jnbJun2004.html - Jun, 2004

[Top]