Open patpatpat123 opened 2 years ago
These mutators are not suppoted by the plugin. The plugin as documentation and rules for each of those mutators. Those you mentioned are rather new and have not been added to the plugin yet. As I don't have any capacity to do so, I'd much appreciate any contribution.
Hello Mutation Analysis Team,
Just wanted to say thanks for this very cool project, mutation tests are awesome!
I have a small issue, when running mutation tests with JUNIT 5 + pitest + SonarQube, and would like to raise it here.
Setup:
SonarQube 9.1 with the this analysis plugin installed.
And in Maven:
Note, I add manually the mutators I am interested in instead of any default. I am referring to this list for the actual content: http://pitest.org/quickstart/mutators/
Unfortunately, when I am running tests, I am always observing WARNING such as:
I am having a hard time understanding, since those mutators should be supported by PITEST.
May I ask what is the issue and how to address this please?
Thank you