Usage of static analysis tools - with Clear Case/Quest

Posted by boyd4715 on Stack Overflow See other posts from Stack Overflow or by boyd4715
Published on 2011-01-11T16:40:08Z Indexed on 2011/01/11 17:53 UTC
Read the original article Hit count: 369

Filed under:
|
|
|
|

We are in the process of defining our software development process and wanted to get some feed back from the group about this topic.

Our team is spread out - US, Canada and India - and I would like to put into place some simple standard rules that all teams will apply to their code.

We make use of Clear Case/Quest and RAD

I have been looking at PMD, CPP, checkstyle and FindBugs as a start.

My thought is to just put these into ANT and have the developers run these manually. I realize doing this you have to have some trust in that each developer will do this.

The other thought is to add in some builders in to the IDE which would run a subset of the rules (keep the build process light) and then add another set (heavy) when they check in the code.

Some other ideals is to make use of something like Cruse Control and have it set up to run these static analysis tools along with the unit test when ever Clear Case/Quest is idle.

Wondering if others have done this and if it was successfully or can provide lessons learned.

© Stack Overflow or respective owner

Related posts about clearcase

Related posts about findbugs