Questions tagged [sonarqube5.6]

This is the SonarQube 5.6.x LTS specific tag. Use it in addition to the sonarqube tag if your question is specific to SonarQube 5.6.x LTS — not just 5.x.

SonarQube (formerly Sonar) is a quality management platform focusing on continuous analysis of source code quality.

Information

This tag is specific for the 5.6 LTS version of SonarQube, which was released on the 3rd June 2016. See the tag for general SonarQube questions.

Notable changes:

  • Requires Java 8
  • Fixing the Leak
  • Adding More for Developers
  • Increasing Scalability and Security
86 questions
0
votes
1 answer

SonarQube5.6.6 not display issue details

Hi, After running sonarqube, I am able to get the summary of the issues, but when clicking on the filter for the issue details, I am getting No Issues. Can someone hellp me out here? Thanks!
Ayush
  • 81
  • 1
  • 7
0
votes
0 answers

SonarQube Analysis Failing

I am trying to add a sonarQube(5.6.3) to my Jenkins. SonarQube is reachable from my Jenkins but getting this error while analysis: [ERROR] sonar.binaries and sonar.libraries are not supported since version 4.0 of sonar-java-plugin, please use…
humblebee
  • 1,044
  • 11
  • 25
0
votes
1 answer

How can I visit descendant nodes in a SonarQube custom rule?

I am attempting to write a SonarQube JavaScript custom rule. The rule should see that a for loop is not empty (i.e. has more than 0 statements in the for block body). I've extended the DoubleDispatchVisitorCheck class, and overridden the…
0
votes
1 answer

SonarQube - Sonarway with findbugs , PMD and checkstyle plugin

Many projects in our company are already using sonarway with PMD and findbugs plugin. 1) We want to check the delta for sonarway(Java), PMD plugin and findbugs plugin what is the overlap. 2) What would be the best practice to use all the three…
Aman Padda
  • 85
  • 1
  • 3
  • 11
0
votes
0 answers

coveragexml consist of special character and not importing coverage data in Sonar Dashboard

I am creating coverage data from vstest.console.exe and the coverage file is in coveragexml format. Other projects are able to import coverage data but this file is with some special characters and not importing the data into Sonar Dashboard.
Abhijeet Kamble
  • 3,131
  • 2
  • 30
  • 36
0
votes
1 answer

Issue with SonarQube 5.6.5 and Maven

For the last few days, I try to have SonarQube working on my local with a very simple Maven project. I didn't want to start with one of my project, but I wanted to start from a tutorial. So, I re-used the following Github…
0
votes
1 answer

SonarQube replying with NO_MIGRATION although db migration is required

We have automated the SonarQube server installation using Ansible. As part of this procedure, Ansible polls the URL sonar/api/server/index to check whether the server is up-and-running. As soon as an HTTP 200 is returned and the server status is…
dokaspar
  • 8,186
  • 14
  • 70
  • 98
0
votes
1 answer

Sonarqube 5.6 LTS & LDAP 2 plugin Active Directory configuration does not work

Hi I have been struggling to get Active Directory work with SonarQube 5.6 LTS Please find below the configuration details sonar.security.realm =…
0
votes
1 answer

Sonarqube Authentication Failure

I'm having a confusing problem with SonarQube 5.6 when trying to run an analysis with the sonar-maven-plugin 3.2 on a Java 8/Maven 3 project. The error message is the following: [ERROR] Failed to execute goal…
user3676773
  • 43
  • 1
  • 6
0
votes
0 answers

Sonar Web Page is not displayed

I'm unable to get the issue with my Sonar Configuration, in log I did't find any ERROR all tables are also created in database but my sonar home page is not loaded. Here is log: --> Wrapper Started as Daemon Launching a JVM... Wrapper (Version …
swapnil
  • 51
  • 1
  • 8
0
votes
1 answer

OutOfMemoryError in SonarQube 5.6.4

I'm trying to analyze a (large, ~900k lines of code) C# project which has worked well in an earlier version of SonarQube (5.4) but now fails (see stacktrace below). I've tried to allocate more memory to the ComputeEngine (in 5.4 this seems to have…
Alix
  • 2,630
  • 30
  • 72
0
votes
0 answers

SonarQube permission template does not work properly

I have an issue with SonarQube permission template which is not applied when the project is created. Scenario: Set permissions template with pattern .*(rlsrde|simple-template|smcportal).* Run sonar analyse with the new project which has key…
Michal Sipek
  • 536
  • 1
  • 6
  • 23
0
votes
0 answers

SonarQube analysis fails with error 500

I use sonarqube 5.6.1 for analysis, My jenkins build fails with the below error, This does't happen all time, I have been googling whole day and couldn't find a solution, has someone come across this? Any idea or suggestions to solve this. Failed to…
Syed
  • 61
  • 2
  • 10
0
votes
1 answer

SonarQube: Presentation of filename in widget measure filter as histogram

I'm using the Measure filter as histogram widget in my self-defined SonarQube dashboard. This widget shows to the resources and relevant to a metric the metric value of a resource. The Problem is, that the resourcename / the filename is not…
NPesch
  • 1
  • 1
0
votes
1 answer

BuildBreaker Does not fails in issues and preview mode but fails in publish mode - SonarQube5.6.1

I am using Buildbreaker2.4 plugin in sonarQube5.6.1. When i run the below command, mvn sonar:sonar -Dsonar.issuesReport.html.enable=true -Dsonar.analysis.mode=publish Buildbreaker fails with critical issues But when i run any of the below two…
Syed
  • 61
  • 2
  • 10