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
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