We were using Sonarqube community Edition and the version is 9.9.2 LTS.
And the project scanning via sonar-scanner maven plugin.
Issue on New Code is working wrong. There are 6 new line and those issues is on old code.
We would like to report it for further investigation and resolution.
Please find the screen capture and properties as below:
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<sonar.projectKey>
TEST_PROJECT
</sonar.projectKey>
<sonar.moduleKey>
${project.groupId}:${project.artifactId}
</sonar.moduleKey>
<sonar.projectName>
TEST_PROJECT
</sonar.projectName>
<sonar.projectVersion>
${project.version}
</sonar.projectVersion>
</properties>