Same Sonar issues being raised intermittently between different deployments

Hi,

I am using sonar with maven plugin. I use mvn:sonar sonar command to send my code to sonarcloud. Is it normal that an issue in sonar can be raised for version 1 and removed in version 2 and raised again in version 3 of the deployment? all 3 versions have the same code.

Hi,

Welcome to the community!

What analysis finds is highly dependent on the inputs it receives. At a guess, the binaries (class files and or libraries) available to analysis change from run to run.

 
HTH,
Ann