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
1
vote
1 answer

Unable use Quality Gates

I defined Quality Gate and already seeing the project violating threshold but it does not show any error/warning message. Please refer attached screenshot which shows Quality Gate I set for project but at the top says "You should define a quality…
Mitul Makadia
  • 398
  • 6
  • 24
1
vote
1 answer

Sonarqube unable to see my cppunit report

I am trying to use SonarQube on a very basic C++ project. I use CppUnit for my tests, which generate an xml report. I use the SonarQube C++ community plugin, but i did not manage to show my tests results in SonarQube. Here is my…
Whin3
  • 675
  • 2
  • 9
  • 27
0
votes
1 answer

migrating specific project in sonarqube 7.3

We are planning to migrate from Sonarqube 5.6 version to Sonarqube 7.3 developer edition. Because of huge lines of code we are planning to migrate specific project to Developer edition to regulate cost Hence Is there any way in to migrate only…
Ankit Gupta
  • 23
  • 1
  • 7
0
votes
1 answer

facing issue with Sonarqube Upgradation

We are facing issue in SonarQube upgradation, Current Version of SonarQube running in production is : 5.6.5 (OSS- Community Edition) and expected version is 7.2. Migration Path tried: (As suggested in Sonarqube upgrade guide) Current…
Ankit Gupta
  • 23
  • 1
  • 7
0
votes
0 answers

SonarQube won't display System Info

When I try to display the system info for my SonarQube 5.6 server I get an exception in the logs on the page. Any idea what could be causing this? This question (Getting an error as "Could not initialize class…
Sinc
  • 553
  • 1
  • 8
  • 31
0
votes
1 answer

SonarQube exception trying to render system info

I was trying to look at the system information on my local SonarQube system today. Nothing was displayed, so I checked the logs that are linked from the page. I found the output below. I haven't changed my sonar installation in months so I don't…
Sinc
  • 553
  • 1
  • 8
  • 31
0
votes
0 answers

How to integrate soapUI(Free Version) report(.html report) into sonarqube 5.6

What type of configuration we need to do to show generated html soapui report into sonarqube 5.6
snP
  • 1
0
votes
1 answer

SonarQube 5.6.7 unable to search for issues (ES error)

I'm able to perform analysis, though this is running very slow. Now I'm facing even more problem with browsing through issues. Our infrastructure is not keeping up with Elastic Search requirements, SECCOMP is not compiled into kernel so I have this…
Shiva
  • 717
  • 9
  • 22
0
votes
0 answers

How to drill down into Sonarqube coverage reports and see changes in coverage and specific files responsible

We like the ability we have with sonarqube to see in detail the changes in source code that are impacting our KPIs, for example using a project's technical debt tab in version 5.3 we can see in RED the added issues for example, click on these…
NicolasW
  • 1,519
  • 5
  • 22
  • 34
0
votes
1 answer

Is it possible to maintain multiple properties files for a single MSBuild scan?

I would like to maintain one generic properties file to, for example, contain the SonarQube login information. Each specific project would then have its own properties file. Is there a way to accomplish this? It seems that only one properties file…
SteveK
  • 101
  • 2
  • 10
0
votes
1 answer

Sonar analysis difference in two version(5.6 & 6.3)

We have two Environment of Sonar having versions (5.6 & 6.3). We have set up all the sonar quality profiles,types,rules,severity identical in both environments. But when we do analysis from both versions on the same repository, we are getting…
Aravind
  • 53
  • 1
  • 8
0
votes
1 answer

SonarQube - How to import xml report into SonarQube database?

I have one XML file that contains a list of issues reported by my analyser. I want to import those issues into SonarQube database so that it gets reflected on SonarQube dashboard. My SonarQube version is 5.6.3. Is there any such API available in…
Nir
  • 399
  • 3
  • 22
0
votes
0 answers

Coverage report says zero coverage on C#.Net Test code (For Nunit test)

I am trying to get the code coverage for the C# test project(Nunit test case) Using OpenCover for sonarqube analysis. I ran the Following Executing cmd in command prompt(from the C# project solution folder & From C# project folder) but always i am…
user7014262
  • 135
  • 12
0
votes
1 answer

Fxcop plugin 1.0 Jar for sonarqube 5.6.5

I need the Fxcop plugin 1.0 Jar, I got the Fxcop plugin jar code from github But i want the Jar. Please share the path from where i can get the Jar. My sonar Details Sonarqube: 5.6.5 SonarC#: 5.10 SonarVB: 3.0.3
user7014262
  • 135
  • 12
0
votes
1 answer

Sonarqube Database Upgrade taking forever

I am trying to Upgrade from SonarQube 4.5.1 to 5.6.6. It had been 2 weeks, and the upgrade is still running. The underlying database is Oracle. I have around 1,610,000 issues. However the Upgrade is processing only 4 records in a sec. Please…