Questions tagged [sonarqube-web]

232 questions
1
vote
1 answer

Status of package / file design feature

I liked the package design (later renamed to file design) feature in SonarQube to detect cycles inside my application. See this old blog post: http://www.sonarqube.org/fight-back-design-erosion-by-breaking-cycles-with-sonar/ In the recent 6.0…
Jan Petzold
  • 1,561
  • 1
  • 15
  • 24
1
vote
2 answers

Custom Quality Gate for open source project

I can't find the option to create custom QG on sonarqube.com instance used by my open source GitHub project. Is it non-customisable for open source projects at all?
automatictester
  • 2,436
  • 1
  • 19
  • 34
1
vote
1 answer

How does SonarQube calculate its "Maintainability Rating"?

I believe it uses Technical Debt, Added Technical Debt, Technical Debt Ration, and Technical Debt Ration on New Code. Or does it just use Code Smells? Does anyone understand how this rating is produced? It only provides a rating, not how that rating…
1
vote
1 answer

Is it possible to use Sonar Web reporting tool stand alone?

SonarQube is a tool use for code quality inspection, it is based on plugins. Sonar has built-in web reporting tool which shows analysis results on web page via different charts and UI controls. My understanding is that: "Sonar provides different…
TechMaster
  • 251
  • 1
  • 2
  • 13
1
vote
1 answer

Difference between shown issues and value in UI

We've got an strange issue. For doing branch reintegration we first analysed the base branch and then the branch to reintegrate on the same project key but different versions. After having both results we have a strange result. The dashboard shows a…
The_Gentleman
  • 1,045
  • 2
  • 10
  • 18
1
vote
0 answers

Brand new SonarQube 5.3 install crashing while doing issue differential

Here is what I have done so far; Installed sonarqube 5.3 Pointed SQ 5.3 at an empty sonar database with a valid sonar user Run an analysis on a project Run an analysis on the project again When I look at the project page after the second analysis…
John W
  • 33
  • 4
1
vote
1 answer

SonarQube get property in RulesDefinition

I'm trying to access a Property in the class extending RulesDefinition of my SonarQube plugin. I define that Property in the class extending SonarPlugin with: @Properties( @Property(key="sonar.root.path", name="Path to installation", description…
jonypera
  • 446
  • 2
  • 13
  • 23
1
vote
1 answer

Compare Sonarqube Branch against Trunk Issues

We used SonarQube Version 5.0 for our Quality analysis. After the the server version upgrade to 5.4, wen can't find the option to compare the branch against a trunk. The documentation is not very clear in this point. Can you help me?
Ditscheridou
  • 381
  • 1
  • 5
  • 18
1
vote
2 answers

sonarqube-web "line" data in /api/issues/search

I´m trying to get the component line (line of code), from issues list, i´m using /api/issues/search?ps=500&p=1&statuses=OPEN but, the issues array have a few object that don´t have the "line" propertie. in this example, the second object have "line"…
1
vote
1 answer

Unable to access Sonarqube webservice API

I am trying to use Sonarqube webservice API. I need to pass some parameters along with username and password to this web service api. For that purpose I have written this following code - HttpClient client = new HttpClient(); String uri =…
1
vote
1 answer

Technical Debt Pyramid Widget in Sonarqube 5.5?

as we all know, the Technical Debt Pyramid Widget was moved into SonarQube core in version 4.0. But now in Sonarqube5.5, I'm not able to find it? Is it still exists? Is it plan to be introduced in Sonarqube 5.x one day? Thanx !
Maxence Lecointe
  • 238
  • 5
  • 11
1
vote
1 answer

Sonarqube set leak period to specific version other than previous version

Evaluating Sonarqube (Version 5.4), we want to migrate our current workflow using another Audit tool, which works like that : The current version that runs in production is our reference version. A new development version is checked out from GIT, a…
Rebse
  • 10,307
  • 2
  • 38
  • 66
1
vote
1 answer

sonarqube how to access to default technical debt pyramid values from web service api?

Im trying to access to default technical debt pyramid values, the chart that appears on dashboard, using the web service api that sonarqube provide. I don't have SQALE plugin installed, i just need those default values. there is any way to access to…
1
vote
1 answer

SonarQube: Copy of Quality Profile is Missing Rules

I tried to create an exact copy of of our default SonarQube quality profile by clicking on the "Copy" link in the "Quality Profiles" page, but some of the rules are not copied. We use SonarQube version 4.5.6 and the profile I tried to copy does not…
dokaspar
  • 8,186
  • 14
  • 70
  • 98
1
vote
1 answer

Sonarqube, get back the original sonar way

I'm using sonarqube and I've kind of messed up the rules inside the sonar way profile. Is there a way to put it back as it was before ? Like updating the java plugin. Because I don't find the list of rules inside the default "sonar way" profile on…
king
  • 507
  • 1
  • 4
  • 17