davidetaibi / sonarqube-anti-patterns-code-smells

GNU General Public License v3.0
22 stars 4 forks source link

padl.generator.helper.ModelGenerator exception issue #9

Closed SimonLollamen closed 5 years ago

SimonLollamen commented 5 years ago

Hi,

when i try to run the sonar scanner in some project the sonar scanner stuck on this error on loop

INFO: Sensor Code Smell Anti-pattern Sensor [codesmellsantipatterns] util.lang.ConcreteReceiverGuard reports a runtime deprecation: calling method "padl.kernel.impl.CodeLevelModel.create()" from class "it.unibz.sonarqube.plugin.CodeSmellsAntiPatternsSensor" Please use the methods in "padl.generator.helper.ModelGenerator" to obtain code-level models.

I use the 0,7 version of the codesmell plugin

EDIT: Solved.

mattiamonari commented 2 years ago

How did you solve this?