Top "Sonarqube" questions

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

What is the meaning of Possible null pointer dereference in findbug?

I am using Sonar and I have got this kind of violation from it for a peace of my code: …

java find sonarqube findbugs
How to correctly configure the property "sonar.java.binaries"?

We are using SonarQube 5.1.2 using Ant runner 2.2 and Java pluging 3.12 for the analysis. I can succesfully analyse my project. I …

java sonarqube sonar-runner sonarqube5.1 sonarqube-scan
Is SonarQube Replacement for Checkstyle, PMD, FindBugs?

We are working on a web project from scratch and are looking at the following static code analysis tools. Conventions (…

checkstyle findbugs sonarqube pmd
Pod status as `CreateContainerConfigError` in Minikube cluster

I am trying to run Sonarqube service using the following helm chart. So the set-up is like it starts a …

kubernetes sonarqube kubernetes-helm
How do i use, or set up sonar-project.properties file

I have very little exposure to SonarQube but have been asked to make a document explaining how to set up / …

sonarqube properties-file sonar-runner
maven connecting to Sonar

I have maven installed on my local machine and I'm trying to test out Sonar installed on a remote box. …

maven sonarqube
Why does the Maven command "mvn sonar:sonar" work without any plugin configuration in my "pom.xml"?

I have a Maven web project in my repo. I am a Maven noob but still I understand the fact …

java maven sonarqube maven-plugin
Sonar: You must define the following mandatory properties for unknown not resolved

I'm trying to run SonarQube on a project in java. I configured the sonar properties file and placed it in …

java sonarqube sonar-runner
Using SonarQube in Eclipse

I just installed SonarQube in Eclipse, but I don't know how to use it : Here It said: Link projects to …

eclipse sonarqube
Sonarqube: Missing blame information for the following files

I am getting the warning Missing blame information for the following files during analysis by SonarQube. [INFO] [22:19:57.714] Sensor SCM Sensor […

java git maven jenkins sonarqube