Static code analysis tools for VB6

Max Markov picture Max Markov · Mar 23, 2010 · Viewed 7.8k times · Source

Right now we are maintaining some old project written in VB6 we are planning to implement continuous integration server for it. We would like to implement some code analysis as well to track that maintanability at least not getting worse. Basically there is only one requirement - the tool should be command line so we can call it from continuous integration server and it should work with VB6 projects. I will really appreciate any recommendations regards tools to try.

Thank you, Maksym

Answer

quamrana picture quamrana · Mar 23, 2010

You could look at SourceMonitor as this says that it can produce metrics for VB6, and can be made to work from the command line.

I've only used it for C++ myself.