Top "Sonarqube" questions

SonarQube is the open source platform, to continuously inspect code quality of applications.

New Integer vs valueOf

I was using Sonar to make my code cleaner, and it pointed out that I'm using new Integer(1) instead of …

java sonarqube
Are there any Quality Management tools other than SonarQube

We in our organization are trying to implement a source code quality management tool. SonarQube is one such tool that …

sonarqube
How to disable Sonar rules for specific files?

I've got a project I'm working on and some of the files violate some of the rules, but in ways …

sonarqube
Disable rule in sonar

I want to disable a rule from Sonar so it doesn't show the results in the web page. In my …

configuration sonarqube
In Sonar, how to prevent checking some rules in some packages?

We have an Android/Blackberry project with a common part. That part, obviously, is written to compile to both Android …

java sonarqube
Does Sonar support multiple language in same project?

I am setting up Sonar for one of my projects which is a mix of Groovy and Java. I am …

java groovy sonarqube sonar-runner
How to tell Sonar to use my LCOV file for Code Coverage

We have a Jenkins job that contains a bunch of javascript files. We build our project via grunt, and at …

javascript jenkins sonarqube jscoverage
Which sonar-maven-plugin version to use?

I am wondering which sonar-maven-plugin in which version I should use. As far as I know there is a org.…

maven-plugin sonarqube
How to exclude some maven project from sonar analysis

I have many(Let say 10 (A, B, C...)) eclipse plugin which is maven based. I have one master pom file …

java eclipse maven eclipse-plugin sonarqube
Sonarqube 5 - how do I mark false-positive?

I've recently installed SonarQube 5.0.1, but I can't find where to mark issues as false-positive. In the drop-down box where this …

sonarqube