Hudson - CI build tool PMD/CPD - source code static analysis FindBugs - byte code static analysis Coberatura - test coverage analysis JLint - static analysis that can uncover threading issues Macker - enforces rules for allow/deny of using package JavaNCSS - graphically reports tested features vs lines of code over time JDepends - computes a code instability ratio DoctorJ - checks javadoc comments and does spell checking diffj - java language aware diff analysis CodeStriker - code review assist tool Jupiter - code review assist tool (Eclipse plugin)
Quite a number of these tools can be run as Maven plugins, and thus become a standard part of the build process (and some generate web page reports). The Java platform enjoys a rather amazing array of free, open source code-analysis/metrics software engineering tools. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
