Top "Sonarqube" questions

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

Sonar Maven Plugin: How do I exclude test source directories?

I have a Maven project with Java sources and Scala test sources. I generate code coverage using Jacoco during the …

sonarqube maven-3 jacoco
java.lang.IllegalStateException: Not a JSON Object

I am trying to get a json response from SonarQube using the SonarQube web API. While assigning the JsonElement into …

java json spring-mvc sonarqube sonarqube-api
How to recover admin password for SonarQube

I forgot the admin password for SonarQube. Googled and found that the value for crypted_password should be updated to 8…

sonarqube
SonarQube Runner vs Scanner

What is the difference btw Sonar Runner and Sonar Scanner?. And which version of "Sonarqube" and Sonar runner is required …

sonarqube sonar-runner
Disable Sonar duplications on Entity, DTO packages

Is there any way to disable certain metrics from selected packages in Sonar? I use Sonar to analyze my project …

java static-analysis sonarqube
Using waitForQualityGate in a Jenkins declarative pipeline

The following SonarQube (6.3) analysis stage in a declarative pipeline in Jenkins 2.50 is failing with this error in the console log: …

jenkins sonarqube jenkins-plugins jenkins-pipeline sonarqube-scan
Method has 8 parameters, which is greater than 7 authorized

When I am scanning code with sonar lint the following code shows the bug as "Method has 8 parameters, which is …

java sonarqube sonarlint sonarlint-eclipse
Setup sonar-runner for multiple java projects

I am trying to run sonar-runner to analyze multiple Java projects in one go. According to the documentation it is …

java sonarqube
How to integrate sonarqube in android studio?

How we can integrate sonarqube in android studio? I have come across static code analysis using sonarqube. Explain how we …

android sonarqube
SonarQube does not start

I got a problem at SonarQube starting! In fact, it doesn't start and I don't get more informations only : --&…

java sonarqube