What Checkstyle, PMD and Findbugs can do for your code

posted 07:34PM Dec 06, 2006 with tags checkstyle findbugs java maven pmd softwarequality by Lars Trieloff

Frank Kelly's excellent blog article Analyze This - Put your code on the couch! discusses the most important bugs and code smells the three static analyzers Checkstyle, PMD and Findbugs are able to find. Together with unit testing and code coverage for dynamic quality assurance they can help you creating much better Java code.

Luckily there are Maven 2 plugins for all three of them:

Comments:

Post a Comment:
Comments are closed for this entry.