Top "Sonarqube" questions

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

How to export FindBugs/PMD/Checkstyle rules from Sonar and import into Netbeans

My company has sonar set up to with various plugins (PMD, FindBugs, CheckStyle), and although it is very useful as …

netbeans findbugs sonarqube checkstyle pmd
java.lang.UnsupportedClassVersionError: org/sonar/batch/bootstrapper/EnvironmentInformation : Unsupported major.minor version 52.0

Environment details: SonarQube 5.6 Apache Maven 3.3.9 Java version: 1.7.0_09 I integrated SonarQube plugin with java maven project like in pom.xml <…

sonarqube
Getting code coverage of my application using JaCoCo Java agent on Tomcat

I want to measure the code coverage of integration tests using the JaCoCo and Sonar tools. For that, I start …

java tomcat sonarqube jacoco
JaCoCo SonarQube incompatible version 1007

I'm using SonarQube for code quality control and suddenly builds that would otherwise pass can't be analyzed and fails. [INFO] [00:00:03.630] …

sonarqube jacoco
Export list of coding rules from Sonarqube

I am trying to find a way to get a list of all Sonarqube Java (or whatever) rules (with keys, …

java list sonarqube rules
Sonar project-properties file

I am using OCLint on an Objective C project to obtain a SonarQube profile. Now my IOS Objective C project …

sonarqube
can't be indexed twice - testSourceDirectory and sourceDirectory are same

I have created performance test as a maven submodule to my main module. All the test classes are written under …

maven jenkins sonarqube
What is NPath Complexity and how to avoid it?

In this line: public Map getAll(BusinessTargetPK pkBusinessTargetId) throws Exception I am getting this error: NPath Complexity is 32,768 (max allowed …

java sonarqube pmd
Multi module project analysis with SonarQube

SonarQube Server 5.1.2, Sonar-Runner 2.4 As provide in Multi-moduleProject i have created a project structure as Accounts | ->invoice | ->…

sonarqube sonar-runner sonarqube5.1
Exclude folder from analysis

I look through the Internet and tried a million diferent ways, but didn't find an answer. Is there any way …

maven sonarqube