source-monitor

Analyze Project using Sourcemonitor

Hi all, I've been recently asked to analyze a project and identify 20 classes that are highest at risk based on the design metrics. I've began analyzing the project and i've decided to pick out the classes with the highest maximum Complexity. Should i be looking at anything else besides max complexity. i.e. number of calls, statements...

SourceMonitor xml dump to database

Hi, Is there a library or a tool that could parse the xml dump of SourceMonitor and save it in database? SourceMonitor is a great tool, but I'd like to have better visualization and statistics-over-time of our code, which you really can't get with SourceMonitor. ...