Issue on New Code is incorrect

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>

image

Hi,

This looks like a problem with the detection of new code. Can you share the log from your most recent analysis?

The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.

This guide will help you find them.

 
Ann