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...
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, ...
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?
...
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.
...
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.
...
Hi folks,
does anyone know how to delete a project from a Sonar server?
Thanks,
Ronen.
...
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
...
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...