How is "previous version" for new code working when a version number is not supplied

Hello,

  • I am using SonarQube developer edition 8.4.
  • Previous version defines new code as any change made in your project’s current version. I am trying to understand how new code period works when “previous version” is selected but a version number is not provided.
  • Some projects do not have a version number supplied and I have noticed that new code is being detected as expected.
  • What is SonarQube’s fall back mechanism to detect new code in such cases.

Thanks

Hi,

Welcome to the community!

When you don’t provide a version, we fill in a default value. Something like “notprovided” IIRC.

These projects should be examined individually. It could be that a different New Code Period setting has been chosen at the project level. Additionally, its’ worth noting that new code detection should work correctly in the context of PR analysis even if you don’t have a good New Code Period set up on the project as a whole.

 
HTH,
Ann

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.