mgonzalez
(Miguel)
November 15, 2021, 12:35pm
3
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
/*
* Mutation Analysis Plugin
* Copyright (C) 2015-2018 DevCon5 GmbH, Switzerland
* info@devcon5.ch
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
This file has been truncated. show original
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