Top "Sonarqube" questions

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

SonarQube And SonarLint difference

How exactly is sonarQube different from SonarLint ? SonarQube has a server associated with it and Sonar lint works more like …

sonarqube sonarlint
Delete a project from SonarQube

Does anyone know how to delete a project from a SonarQube server? Thanks, Ronen.

sonarqube
Sonar - OutOfMemoryError: Java heap space

I am deploying a large Java project on Sonar using "Findbugs" as profile and getting the error below: Caused by: …

sonarqube sonar-runner
Sonar Violation: Security - Array is stored directly

There is a Sonar Violation: Sonar Violation: Security - Array is stored directly public void setMyArray(String[] myArray) { this.myArray = …

java sonarqube
Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin: 3.2:sonar

Can anyone help me in getting solution for the below error. Below are the version of the components to configure …

sonarqube sonar-runner maven-cobertura-plugin
How to export results as a PDF report?

I am using SonarQube 5.6.3. How can I create a SonarQube analysis details report as a PDF form, an excel report, …

sonarqube sonar-runner
Sonar Setup Undefined Mandatory Properties

Learning how to use SonarQube and was doing a quick install from here Got all the way down to step 5. …

batch-file sonarqube
Sonar complaining about logging and rethrowing the exception

I have the following piece of code in my program and I am running SonarQube 5 for code quality check on …

java maven exception-handling sonarqube sonarqube-5.0
SonarQube - analyzing branches of the same project

I know that there is no "new project" button on SonarQube UI. However, I have two branches of the same …

sonarqube
Duplicated block of Code in Sonar for import statements in Java

In Sonar 4.5.6 (with default settings) I am seeing Duplicated Blocks message as My java code for which I am getting …

java sonarqube sonarqube-4.5 sonarqube-web