How to say if the scan had fixed any of the existing issues or bugs looking at the SonarQube dashboard??
when issues get fixed they are closed and they disappear from the UI default view.
You can look at fixed issues in the Issues tab in the project. Click Resolution->Fixed in the left nav. Further refine by date to see what was fixed.
The above works fine, when I am doing the project level analysis.
But it doesn’t work when i try to compare Branch, Project Results, I am having a “master” branch where I am using it for Project level analysis and marked 5 issues as fixed >> now I have ran a scan on branch which has the fixes for 5 issues and running it as Branch analysis(as i don’t want to include this results to project results) where I expect 5 Issues to be marked as fixed in Resolution.But it doesn’t do that.
Do I need to do something different for Branch analysis to see the fixed Issues from Project Analysis?
Screen Shot from Project Analysis:
Screen Shot from Branch Anlysis:
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.