Questions tagged [sonarqube5.2]

This is the SonarQube 5.2.x specific tag. Use it in addition to the sonarqube tag if your question is specific to SonarQube 5.2.x — 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.2 version of SonarQube, which was released on the 2nd November 2015. See the tag for general SonarQube questions.

Notable changes:

  • Scanners no longer access the database
  • Enhanced monitoring
  • Better issue management
  • Improved UI for global admin
  • Design related features were dropped
45 questions
0
votes
0 answers

Running SonarQube behind Nginx proxy server in Centos?

After installing Nginx and letting SonarQube running in background, also configuring the conf.d file from nginx I am just getting a 500 error. https://docs.sonarqube.org/display/SONARQUBE52/Running+SonarQube+behind+a+Proxy What Am I missing?
sebachili
  • 123
  • 1
  • 3
  • 10
0
votes
1 answer

What is the sonar database Query for get Information

I am trying to generate a monthly report base on below factor For de last run build of code. The information i Need is this: Cyclomatic complexity Value Name Of Proyect ID Proyect Name Of the File resource Date My query is this one: i have a…
Gaston Paolo
  • 138
  • 1
  • 9
0
votes
0 answers

SonarQube rule - "title" should be present in all pages

The rule "title" should be present in all pages is present on the Web Profile of SonarQube. I understand the reason why it exists but I am facing a situation where nothing can be done - so far - to avoid its violation. Let me explain... When…
0
votes
1 answer

Does C# plugin 5.0 for SonarQube ignore csharpsquid:S3217 rule?

I updated C# plugin from ver 4.5 to 5. In order to validate the plug-in upgrade, I did an analysis before and after. "After analysis" showed 6 issues less than "before analysis". Note that there was no change to code between before & after analyses…
WiSeeker
  • 812
  • 9
  • 24
0
votes
2 answers

Sonarqube 5.2 with custom fxcop rules is not working

I upgraded sonarqube to 5.2. I replaced the old instance with a new instance, so the old configuration was deleted and replaced. I have several custom fxcop rules. When running the analysis, I am getting the following error. ERROR: Error during…
Matt Slagle
  • 1,075
  • 9
  • 19
0
votes
1 answer

Custom plugin for SonarQube 5.2 produces NoClassDefFoundError

I'm trying to develop a plugin for SonarQube 5.2, however, when I deploy the plugin, the SonarQube server is unable to start. The log shows a NoClassDefFound exception with a Google Guava class: Caused by: java.lang.NoClassDefFoundError:…
BMacedo
  • 768
  • 4
  • 10
0
votes
2 answers

How to subscribe new user to notifications?

I have set up SonarQube 5.2 installation, and I want to enable notifications for new users by default. What I mean is these checkboxes in user profile. I couldn't find an answer in the documentation, the available plugins, the Internet, if anybody…
user5873043
0
votes
1 answer

SonarQube 5.2 - JoCoCo code coverage analysis failing

Trying to add JoCoCo code coverage results to SonarQube. Sonar runner succeeds but SonarQube background task is failing with following, what could be wrong? 2016.01.25 15:45:49 INFO [o.s.s.c.t.CeWorkerRunnableImpl] Execute task | project=some-app |…
0
votes
2 answers

SonarQube 5.2 - Issues not locked against custom Java rules

Using SonarQube 5.2 with Sonar-Java-Plugin 3.8, and for analysis Sonar-Runner 2.4 is used. Plugin and java-custom examples are downloaded from git (https://github.com/SonarSource/sonar-examples/tree/master/plugins/java-custom-rules), built and…
K S
  • 1
  • 2
0
votes
1 answer

SonarQube Plugin - Incorporating 'Issues' functionality

Explanation: I've developed a plugin that scans through a project for xml files with a particular name, and performs some parsing logic that determines backwards compatibility of changes made to certain subsets of the project code. Right now I have…
user5670689
0
votes
0 answers

Sonarqube plugin development 'Decorator' alternative?

With the release of sonarqube 5.2, the decorator and batch components have been deprecated. Going through the code I found that they want us to use MeasureComputer instead. Now, I had a plugin which needs the email settings of the sonar setup, fetch…
Gaurav Goel
  • 325
  • 2
  • 14
0
votes
1 answer

SonarQube 5.2 issues refresh on dashboard

Did I miss something ? On the dashboad, I can see see all issues. I click on any link in the widget and jump to the issues list. I made some changes in my code and set issues as "Resolve as fixed". But when I go back to the dashboad, the widget…
Etienne
  • 67
  • 6
0
votes
1 answer

command to report in sonar 5.2

I installed plugin "sonar-report-plugin" to get PDF report from sonar. I have done all required setup in sonar for this plugin. Now I just want to know what command to execute to get the report as "sonar-runner report" command is no longer…
Ravi Maurya
  • 291
  • 1
  • 4
  • 16
0
votes
1 answer

How Do I Get Sonarqube to Create Pull Request Comments

I am using sonar-cube 5.2 with sonar-runner-2.4. I have configured a bitbucket (using mibexsoftware/sonar-bitbucket-plugin) repo, and set this property: sonar.bitbucket.minSeverity=INFO in my local git repo directory. I can run the analysis, and I…
0
votes
1 answer

SonarQube Redmine Integration

Scenario is After Installing Plugin with SonarQube Error is Missing parameter resource While integrating Sonar with Redmine, At Project level, go to Administration -> Redmine Configuration Page is not loading, Instead of that am getting the above…
1 2
3