As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by fa开发者_开发问答cts, references,or expertise, but this question will likely so
Can anybody suggest a one/two line explanation of the \"five\" SonarQube categories, in such a way that a non-developer can understand what the percentage figure means?
Does anyone know how to delete a project from a SonarQube server? Th开发者_如何学运维anks, Ronen.You have 2 ways to delete a project:
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:
Is it possible to run unit tests when a non-maven project is analyzed with Sonar, in Sonar light 开发者_开发百科mode?Sonar doesn\'t run unit tests. But it should be able to analyze existing unit tests
Could anayone give me some sugestions on how to create a pom.xml file for a multimodules project, that is build with ant? I need to create this pom.xm开发者_开发技巧l file in order to analyze the proj
I try to execute the mvn sonar:sonar command on a machine where Maven is configured to have no access to external repositories (in reality, this is not exactly the case, but it helps me to explain my
I want to use sonar for analysis but i can\'t get any data in localhost:9000 <?xml version=\"1.0\" encoding=\"UTF-8\"?>
I was using Sonar to make my code cleaner, and it pointed out that I\'m using new Integer(1) instead of Integer.valueOf(1). Because it seems that valueOf does not instantiate a new object so is more m
When I am using the newest IAM Eclipse Plugin for Maven with the current Sonar version on a JDK 6 and I get an error while executing the sonar:sonar goal in