Questions tagged [sonarqube-web]

232 questions
0
votes
0 answers

SourceFileExclusion does not work in SonarQube

I have a source file which causes the static code analysis build to fail because of a bug in Microsofts Code Analysis. It was described in another question. This is why I want to exclude it from analysis in SonarQube. I added the Exclusion in…
tobre
  • 1,347
  • 3
  • 21
  • 53
0
votes
1 answer

SonarQube does not show imported rules in quality profile

I'm trying to import rules (for Java and other languages) from a .xml file to SonarQube. I've used an exemple plugin to do so. That sample was downloaded from https://github.com/SonarSource/sonar-examples - project sonar-reference-plugin. The…
jonypera
  • 446
  • 2
  • 13
  • 23
0
votes
0 answers

sonarqube includes bogus module containing its own log files

I have just started using Sonarqube and have one project analyzed so far. When using the "Issues" search facility the UI hangs. It turns out to be caused by the fact that I have somehow included files called AVJ9.... which turns out to be…
0
votes
2 answers

View added or removed technical debt by developer or group of developers

We are having a big team of developers which are working on multiple project in same code base, we want to see technical debt increased or decreased by each project team. I believe at present there are no such facility in sonar , do we have any…
Priyang
  • 376
  • 2
  • 7
0
votes
0 answers

'Still working' message doesn't disappear while issue drilldown

When I make issue drilldown and process an issue changing its status e.g. from Open to Resolved then the message Still working appears above in the window which is normal. The problem is that the Still working message is displayed on the screen for…
andreasgk
  • 673
  • 1
  • 12
  • 30
-1
votes
1 answer

No matching issues found in the sonarqube 3.7.4

I'm working in the sonarqube 3.7.4. I analysed my java project and it clearly showing me the number of issues with the count. But while clicking the issues it results in "No matching issues found". Please provide me the suggestion to fix the…
sangeetha kannan
  • 125
  • 1
  • 11
-1
votes
1 answer

SonarQube - SQL Server : get users and groups associated with Project in SonarQube from backend database

I need to find the list of users and group associated with project in SonarQube. I try to find tables user_roles and group_roles that have a column resource_id. This can be used to get corresponding kee value in table resource_index. This kee value…
Sanjoy Roy
  • 31
  • 1
  • 1
  • 5
1 2 3
15
16