-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pitest 1.4.3 throws IllegalArgumentException #521
Comments
This looks to be an issue with the history file. As noted in the release notes the format was intentionally changed in 1.3.2 and old history files needed to be deleted when upgrading. As things are working for you in 1.3.2 it sounds like at some point between 1.3.2 and 1.4.0 we have unintentionally changed the format of the file again. Unfortunately this can happen easily as it is now based on serilialization. Regardless of the cause deleting the history file should fix the issue. |
I just ran into this issue myself, deleting |
I lost half an hour of my life to this ;-) Perhaps an unparsable history-file could be disregarded and deleted – perhaps with a tiny info message? |
Hello, I'm getting the following error when running Pitest 1.4.3 on the DSpot test project in Arch Linux 4.18.6 with Java 8:
The same error is encountered when using Pitest 1.4.0. However, Pitest 1.3.2 runs on the same project and in the same environment without errors. I used the following command when running Pitest on the compiled test project:
Complete execution trace: pitest-execution-trace.txt
The text was updated successfully, but these errors were encountered: