sonar

How can I speed up Sonar's package design analysis?

I maintain the build process for a large (> 500,000 LOC) Java project. I've just added a Sonar analysis step to the end of the nightly builds. But it takes over three hours to execute ... This isn't a severe problem (it happens overnight), but I'd like to know if I can speed it up (so that I could run it manually during work hours if d...

Sonar doesn't follow or supply space option from checkstyle

I am using Sonar to present state of our code. We have a checkstyle xml document with our rule. In it, we have the "Method param pad" rule: <module name="MethodParamPad"> <property name="tokens" value="METHOD_DEF"/> <property name="option" value="space"/> <property name="allowLineBreaks" value="true"/> </module> However, ...

Can someone show me what a good dependency matrix looks like and specify why?

I would like to start using DSM, but not sure how to get started. What does a good dependency matrix look like and why? How does it work? ...

Analyze source code with sonar

It is possible to take the source code directly from a svn repository and analyze it with sonar? Or configure sonar just to run a Checkstyle or pmd plugin for certain sources? I need to do this on non-maven projects. ...

Create new user in sonar

Is it possible to create a new user in sonar without using the web interface? I need to write a script that inserts the same users for some tools, including sonar. ...

delete a project from Sonar

Hi folks, does anyone know how to delete a project from a Sonar server? Thanks, Ronen. ...

Sonar Category Explainations

Can anybody suggest a one/two line explanation of the "five" sonar categories, in such a way that a non-developer can understand what the percentage figure means. Efficiency Maintainability Portability Reliability Usability ...

Are there any Quality Management tools other than Sonar

We in our organizationa are trying to implement a source code quality management tool. Sonar is one such tool we have come across, and it's quite full of features and is phenomenal. We want to compare it with it's peers, if there are any, before we actually implement it. Are there any good contenders to Sonar's capabilities and feature...