Issues from old code

We use SonarQube Community build 2025.1.

We have big C# solutions with many issues in the old code. We could not sort our yet in which case an old issue from old coder appears in my new code list:

  • when I edit the file in which the old issue exists?
  • when I edit the method in which the old issue exists?
  • when I edit the same line in which the old issue exists?

Hi,

Accurate detection of what’s new and what’s old relies on full SCM metadata being available to analysis.

Make sure your pipeline isn’t doing a shallow clone.

 
HTH,
Ann