Sonar analysis difference in two version(5.6 & 6.3)

416 views Asked by At

We have two Environment of Sonar having versions (5.6 & 6.3).

We have set up all the sonar quality profiles,types,rules,severity identical in both environments.

But when we do analysis from both versions on the same repository, we are getting difference in the sonar analysis and its issues severities.

Please help us to find where the issue may persists.

1

There are 1 answers

0
Simon Schrottner On

Generally speaking:

only because you have the same version of SonarQube, does not mean that you are using the same Plugins.

Even tough the plugins have the same rules, they are also differ from release to release. Plugin developers find bugs in the rules, or there is a big change of severity, and movement from category "bugs" to "code smell"

so, as long as your server is not running the same plugin versions - you can not compare the outcome of those two!