We actually use PMD, FindBugs, Cobertura and JavaNCSS as Maven plugins
and we continuously integrate using Hudson! We also use CheckStyle
(formatting and source code analysis) and Clirr (checks binary
compatibility of  releases) as Maven plugins.

We also have a small amount of C/C++ code that we have to use and
there is nothing like the wealth of tools available for that as there
is for Java, at least not free and open source ones.

I'll have to check out some of these other ones on your list,
particularly the code review tools, since this is an area we are
trying to refine at the moment!

On Sep 22, 7:19 am, RogerV <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to