Analysis performance decreased due to "javabugs" Sensor

You may use an internal property to disable the new analyzer, its name is sonar.internal.analysis.dbd .
Set it to false to disable the new analyzer.
For example, when calling the mvn command, you can add:

-Dsonar.internal.analysis.dbd=false
2 Likes