SonarQube bugs reopened every time after fixing same bugs

Hi All, I have resolved some bugs that are suggested by the sonarqube and changed the status fixed as resolved but when built or rerun sonarqube resolved bugs getting reopened. How to solve this problem.

Typically this means that the issue wasn’t really fixed.

What version of SonarQube are you using?

Thanks for reply,

I am using Version 9.9.1 ( Community Edition)

Thanks.

I would be interested in you sharing an example (screenshots, code snippet, etc.) where you fixed an issue but it was reopened on the next analysis (and you see the fix in the code on SonarQube)

If the new code isn’t showing up in SonarQube, that typically means that the new code isn’t really being picked up by the scanner.

  • Where are you running the analysis? Manually (Locally)? In a CI?
  • What are the 3 analysis warnings called out in the last screenshot?