Groups
Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Groups
PIT Users
Conversations
About
PIT Users
1–30 of 706
Mark all as read
Report group
0 selected
Ullrich Hafner
,
Henry Coles
3
Jul 4
Suppressions in the source code?
Thanks for the pointer! Such a new implementation looks feasible and seems to be a good thesis topic
unread,
Suppressions in the source code?
Thanks for the pointer! Such a new implementation looks feasible and seems to be a good thesis topic
Jul 4
Marcin Zajączkowski
Jun 15
[ANN] gradle-pitest-plugin 1.19.0-rc.1 available
Hello everyone, gradle-pitest-plugin 1.19.0-rc.1 has been released. This version provides support for
unread,
[ANN] gradle-pitest-plugin 1.19.0-rc.1 available
Hello everyone, gradle-pitest-plugin 1.19.0-rc.1 has been released. This version provides support for
Jun 15
Brendan McCarthy
,
Ullrich Hafner
4
Jun 6
New PIT Plugin for IntelliJ
Fixes in for latest JUnit in latest release 0.2.1, please let me know if it works for you or
unread,
New PIT Plugin for IntelliJ
Fixes in for latest JUnit in latest release 0.2.1, please let me know if it works for you or
Jun 6
Harsh Ruhela
,
Henry Coles
4
May 5
Help with Custom Mutator in PITest - "Mutator or group MY_CUSTOM_MUTATOR is unknown" Error
1. Is the mutator packaged up within its own jar as a plugin? 2. Are you able to share the source? On
unread,
Help with Custom Mutator in PITest - "Mutator or group MY_CUSTOM_MUTATOR is unknown" Error
1. Is the mutator packaged up within its own jar as a plugin? 2. Are you able to share the source? On
May 5
Benedikt Rauh
Mar 25
Remote call on dynamic-agent-<...> failed
Hi, PIT aborts in our Jenkins pipeline with following stack trace. Does someone know how to fix this?
unread,
Remote call on dynamic-agent-<...> failed
Hi, PIT aborts in our Jenkins pipeline with following stack trace. Does someone know how to fix this?
Mar 25
André Duursma
,
Henry Coles
3
Feb 14
Rationale behind the removal of the scmMutationCoverage Maven goal
Hi Henry, Thanks for the quick response! The scmMutationCoverage goal always worked really well for
unread,
Rationale behind the removal of the scmMutationCoverage Maven goal
Hi Henry, Thanks for the quick response! The scmMutationCoverage goal always worked really well for
Feb 14
Esdras Caleb
2
Feb 3
Running pitest in SF110
So to anyone as noob as my here is how I managed to run it. I build all package as an arctifate using
unread,
Running pitest in SF110
So to anyone as noob as my here is how I managed to run it. I build all package as an arctifate using
Feb 3
Ibrahim Halici
12/23/24
target classes configuration is not working
hi, for experimental purposes, I am trying to run pitest on apache-commons-text library. but since
unread,
target classes configuration is not working
hi, for experimental purposes, I am trying to run pitest on apache-commons-text library. but since
12/23/24
mark caste
,
Henry Coles
2
11/18/24
Unique test file for a multimodule project
Take a look at the section "cross module tests" here https://pitest.org/quickstart/maven/
unread,
Unique test file for a multimodule project
Take a look at the section "cross module tests" here https://pitest.org/quickstart/maven/
11/18/24
mark caste
, …
Henry Coles
9
11/15/24
Mutant generation how it really work?
Your definitions of strong, weak and firm mutation do not match the ones I'm familiar with. Under
unread,
Mutant generation how it really work?
Your definitions of strong, weak and firm mutation do not match the ones I'm familiar with. Under
11/15/24
nithish battina
8/27/24
No tests or No production Code found
Hi, when i run mvn test-compile org.pitest:pitest-maven:mutationCoverage i am getting [INFO] ---
unread,
No tests or No production Code found
Hi, when i run mvn test-compile org.pitest:pitest-maven:mutationCoverage i am getting [INFO] ---
8/27/24
Sasi Kumar Reddy Doddam Reddy
,
Henry Coles
2
7/11/24
Pitest in a Pull Request
To answer the question we'd need to see how things are configured in the gradle build file. As
unread,
Pitest in a Pull Request
To answer the question we'd need to see how things are configured in the gradle build file. As
7/11/24
Florin Semenescu
,
Henry Coles
3
7/10/24
FullMutationMatrix - mutation.xml issue when using incremental flag
Thank you for the clarifications, Henry! Pe miercuri, 10 iulie 2024, la 15:48:40 UTC+3, Henry Coles a
unread,
FullMutationMatrix - mutation.xml issue when using incremental flag
Thank you for the clarifications, Henry! Pe miercuri, 10 iulie 2024, la 15:48:40 UTC+3, Henry Coles a
7/10/24
Adrian Memecica
7/4/24
Line coverage vs Mutant coverage
So I can see that the report shows a 100% line coverage and a 0% mutant coverage, however, when I
unread,
Line coverage vs Mutant coverage
So I can see that the report shows a 100% line coverage and a 0% mutant coverage, however, when I
7/4/24
Kevin Rosendahl
, …
Dan Zhao
8
6/26/24
PIT command line does not recognize classes in JAR in class path
Hi Kelvin, I recently encountered the same issue, have you fixed this issue? Could you please share
unread,
PIT command line does not recognize classes in JAR in class path
Hi Kelvin, I recently encountered the same issue, have you fixed this issue? Could you please share
6/26/24
Ashbrringer
,
Henry Coles
3
6/5/24
Exception in thread "main" java.lang.NoSuchMethodError: 'org.pitest.plugin.Feature org.pitest.plugin.Feature.markMissing()'
Thank you for the reply, I was using a project from my colleague, he was using different versions of
unread,
Exception in thread "main" java.lang.NoSuchMethodError: 'org.pitest.plugin.Feature org.pitest.plugin.Feature.markMissing()'
Thank you for the reply, I was using a project from my colleague, he was using different versions of
6/5/24
Jakub W
5/20/24
PitMP not supported yet?
Hello, I wanted to adapt PiTest to my multimodule maven project. Standart PiTest plugin doesn't
unread,
PitMP not supported yet?
Hello, I wanted to adapt PiTest to my multimodule maven project. Standart PiTest plugin doesn't
5/20/24
Jakub W
,
henry
2
5/19/24
Non public classes scmMutationCoverage possible issues
The plugin needs to map between source file paths and affected classes. The java compiler only
unread,
Non public classes scmMutationCoverage possible issues
The plugin needs to map between source file paths and affected classes. The java compiler only
5/19/24
Guglielmo De Angelis
,
Henry Coles
3
5/17/24
Maven plugin fails in generating mutants for a class in the dependency
Herny, thanks for the prompt feedback. I found a workaround in order to achieve the goal I described.
unread,
Maven plugin fails in generating mutants for a class in the dependency
Herny, thanks for the prompt feedback. I found a workaround in order to achieve the goal I described.
5/17/24
Nicola Waters
,
Henry Coles
5
5/15/24
Report aggregation with Maven
Hi Henry, suggested fix worked perfectly. I usually just call Pitest's goal directly, so what I
unread,
Report aggregation with Maven
Hi Henry, suggested fix worked perfectly. I usually just call Pitest's goal directly, so what I
5/15/24
Halina Pichukha
5/7/24
PIT report: NO_COVERAGE for covered code
Hello :) I`m using pitest ("1.15.0") with gradle (distributionUrl=https\://services.gradle.
unread,
PIT report: NO_COVERAGE for covered code
Hello :) I`m using pitest ("1.15.0") with gradle (distributionUrl=https\://services.gradle.
5/7/24
Harald Bittermann
, …
Ullrich Hafner
3
4/24/24
Pitest Feedback cycle
I also can recommend a direct integration into pull and merge requests! Since you are already using
unread,
Pitest Feedback cycle
I also can recommend a direct integration into pull and merge requests! Since you are already using
4/24/24
Isabel Garcia
, …
henry
6
4/12/24
use withHistory build ci/cd
If you store the files in a location that persists between runs, this will work (in that the cost of
unread,
use withHistory build ci/cd
If you store the files in a location that persists between runs, this will work (in that the cost of
4/12/24
Hanan Awwad
2/13/24
Introduction of new mutators
Hi Guys, I wonder if there are any mutators for handling different HTTP methods in the rest API tests
unread,
Introduction of new mutators
Hi Guys, I wonder if there are any mutators for handling different HTTP methods in the rest API tests
2/13/24
Robert Lavey
, …
Fauzia Khan
10
11/20/23
Error: Could not find or load main class org.pitest.coverage.execute.CoverageMinion
Hi, I am getting this error while executing my junit test file. Error: Could not find or load main
unread,
Error: Could not find or load main class org.pitest.coverage.execute.CoverageMinion
Hi, I am getting this error while executing my junit test file. Error: Could not find or load main
11/20/23
Florin Semenescu
11/3/23
Total number of unit tests
Hello, Is there a way to get the total number of unit tests from the pit reports? (html/xml) From the
unread,
Total number of unit tests
Hello, Is there a way to get the total number of unit tests from the pit reports? (html/xml) From the
11/3/23
Elisa Verza
, …
jamesf...@gmail.com
3
10/20/23
Log to see mutations
Hey Henry, How do you activate the export feature, specifically interested in the commandline version
unread,
Log to see mutations
Hey Henry, How do you activate the export feature, specifically interested in the commandline version
10/20/23
Marcin Zajączkowski
9/28/23
[ANN] gradle-pitest-plugin 1.15.0 available
Hello everyone, gradle-pitest-plugin 1.15.0 has been released. Changes: - Automatically add junit-
unread,
[ANN] gradle-pitest-plugin 1.15.0 available
Hello everyone, gradle-pitest-plugin 1.15.0 has been released. Changes: - Automatically add junit-
9/28/23
Deepthi C
,
Marcin Zajączkowski
2
9/15/23
Bazel integration with PIT
On 2023-09-15 10:25, 'Deepthi C' via PIT Users wrote: > Has anyone integrated bazel and
unread,
Bazel integration with PIT
On 2023-09-15 10:25, 'Deepthi C' via PIT Users wrote: > Has anyone integrated bazel and
9/15/23
Rohit Jangra
,
Henry Coles
2
8/29/23
None of the existing solution works, need help.
What have you tried? What does the log say if you enable pitest's verbose logging? On Tue, 29 Aug
unread,
None of the existing solution works, need help.
What have you tried? What does the log say if you enable pitest's verbose logging? On Tue, 29 Aug
8/29/23