Top "Sonarqube" questions

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

Sonar : Replace this lambda with a method reference

This code sample Collection<Number> values = transform( getValuatedObjects(), input -> getValueProvider().apply(input).getValue()); violates the sonarqube …

java lambda java-8 sonarqube
Sonarqube is not showing code coverage after running

I'm running sonarqube with maven. I have installed it using following way. Using brew, I installed mysql and sonar. When …

maven intellij-idea sonarqube jacoco sonarqube-scan
Gitlab integration with SonarQube

I am pretty new to Development community and specifically to DevOps practices , as a part of project we are trying …

plugins continuous-integration sonarqube gitlab devops
Error in sonar startup, Unable to start JVM: No such file or directory (2)

I am facing strange issue with sonarqube 5.0.1 , one one of the machine it is not starting. Here is the error …

sonarqube sonarqube-5.0
Ncss Type Count violation

I'm not really clear with this violation raised by PMD. Basically I have 2 questions: What should I do to get …

java sonarqube
Sonar - Unable to load component class org.sonar.scanner.scan.ProjectLock

I have some issues while running Sonar on my netbeans' project. It's not working and i have the following error : …

sonarqube sonar-runner sonarqube-scan
Stop sonar on window 64

I use sonarqube 4.3 and I can't find a script to stop sonar in windowsx86-64. It's awkward to have StartSonar.…

sonarqube
Do I need sonar and sonar runner for Jenkins?

I want to set up Sonar with Jenkins. But I'm not sure if the Sonar site describes two different ways …

jenkins sonarqube jenkins-plugins sonar-runner
Is there a way to run sonar on projects without using the repository?

In a recent sonar test, we found over 30k total violations in our projects. I was told to spend some …

java sonarqube
Malicious code vulnerability - May expose internal representation by returning reference to mutable object

Hi I'm getting the violation as below: Malicious code vulnerability - May expose internal representation by returning reference to mutable …

java sonarqube