Benjamin DANGLOT

Results 83 comments of Benjamin DANGLOT

Hi @jesus-gorronogoitia Thank you for the issue. A way to do this is to extend the usage of the property `maven.pre.goals`. I'll open a pull request ASAP with this new...

Asking myself if the execution of pitest should be in a new JVM, and if so, implemented in the [STAMP-project/testrunner](https://github.com/STAMP-project/testrunner).

Working on this lately. I just merged STAMP-project/testrunner#67 which implement a way to execute PIT in the test runner. The next steps are: - [ ] create common API to...

Hello @SophieHYe In fact, DSpot relies on Maven or Gradle for some tasks: cleaning and compiling, retrieve the classpath, run pit, etc. > My solution is to add new input...

I just opened #834. It should do the trick ;)

Hello, Your command line seems correct. DSpot is trying to instrument the `pom.xml`. However, in `JFreeChart`, it seems that the `pom.xml` is not named as expected by DSpot, _i.e._ `maven-jfreechart-project.xml...

Hi, The fact is that DSpot uses an automatic builder for several purposes. The option `--full-classpath` overrides only the cleaning, compilation, and gathering the project's classpath at the start. But...

> Perhaps she managed to run it only on those that do have a pom.xml file, e.g., the Math or Lang ones... Yes, it might be it. Perhaps, @SophieHYe uses...

Actions to generate assertions on values that use the iterable in the loop, _e.g._ the `i` in a fori loop: - [ ] Improve the creation of test with log:...