pitest / pitclipse

Mutation testing for Java in Eclipse IDE. Based on PIT (Pitest).
https://pitest.org
Apache License 2.0
59 stars 17 forks source link

Too Slow on Eclipse #223

Closed zhifanl closed 5 months ago

zhifanl commented 5 months ago

Bug description

Running Pitest on Eclipse for a school project with < 500 lines of code and it took us 10minutes. And it didn't even give a decent summary in another developer's laptop.

Expected behavior

Faster loading time, shorter wait time to wait for the PIT summary

How to reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Additional context

LorenzoBettini commented 5 months ago

That depends on how many tests you have, what mutators you enable, etc. when using mutation testing you must restrict the scope of what you apply it to. Without further information I'm going to close this.

echebbi commented 5 months ago

@zhifanl thanks for reporting; would it be possible for you to also share the code of your school project and the version of the Eclipse IDE you're using so that the issue can be reproduced?