Importing mutation tests with PITEST

Hi!

I completely understand it, but maybe you can point me in the right direction. I have asked in the forum of the mutation analysis plugin itself but no luck:

Importing mutation tests warnings · Issue #55 · devcon5io/mutation-analysis-plugin · GitHub

Apparently the pitestsensor performs some checks and can´t find the libraries mentioned

I suspect is trying to use mutators that need to be downloaded or something:

org.pitest.mutationtest.engine.gregor.mutators.returns.EmptyObjectReturnValsMutator
org.pitest.mutationtest.engine.gregor.mutators.returns.NullReturnValsMutator

I am behind a proxy, I have added to sonar-scanner.bat “-Dhttp.proxyHost=myproxy” “-Dhttp.proxyPort=8080”

I have enabled debug mode but I don´t see any specific debug info for the plugin. Is there any place where I should look at?

Thanks,

Miguel