Top "Sonarqube" questions

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

How do I correctly integrate Maven, Jenkins, Sonar and Cobertura?

hope someone can help. our project is an Eclipse plug-in project we have a Jenkins server our project uses Maven …

maven continuous-integration jenkins sonarqube cobertura
SonarQube analysis mode: preview vs issues

Which are the key differences between these preview and issues modes of SonarQube (greater than 5.2) analysis? Considering http://docs.sonarqube.…

sonarqube sonarqube-scan
Can not execute Findbugs Caused by: This project contains Java source files that are not compiled

I am currently using the sonarqube server 5.6 with scanner 2.6.1 and I keep getting errors during analysis for a java project. …

sonarqube findbugs
Unknown stage section "withSonarQubeEnv"

I am experimenting using Pipeline jobs with the Blue Ocean beta plugin enabled on our Jenkins server. We have a …

jenkins sonarqube jenkins-pipeline sonarqube-scan
jenkins + sonar + github integration

Problem: I am setting up jenkins + sonar + github integration for automatic pullrequest static code check through sonar. My Configuration: Installed …

jenkins continuous-integration sonarqube static-analysis
Either log or rethrow this exception

Possible duplicate of Sonar complaining about logging and rethrowing the exception. This is my code in a class: try { this.…

java android sonarqube code-analysis sonar-runner
Error in jenkins during sonar analysis caused by svn blame

When i run the jenkins task i get the following error 17:12:49.738 INFO - Sensor SCM Sensor... 17:12:49.847 INFO - SCM provider …

svn tortoisesvn sonarqube sonar-runner
How can I exclude files of the Code Coverage of SonarQube using JaCoCo maven plugin

I've got a big issue with the integration of JaCoCo maven plugin for the code covering of SonarQube 6.0. I've got …

java maven sonarqube jacoco-maven-plugin
SonarQube - Unable to load the Wrapper's native library 'wrapper.dll'

I'm installing SonarQube v5.0. I'm running Windows Server 2012 64-bit (a virtual OS), Java 1.8 64-bit, and the SonarQube windows-x86-64 wrapper. …

sonarqube sonarqube-5.0
How to enable/disable any rule from SonarLint in Eclipse

I have SonarLint installed in Eclipse and there is a remotely set up sonarQube server, but rules are different on …

sonarqube sonarlint sonarlint-eclipse