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

Update to PIT 1.4.0 (which needs Java 8) #75

Closed tobiasbaum closed 5 years ago

tobiasbaum commented 6 years ago

This pull request updates the dependencies to PIT 1.4.0 (the latest version at the time of writing) and fixes the ensuing compile errors. To be able to run the build, I had to update the required Java version to Java 8. Some minor adjustments to the codebase were needed where the interface of PIT changed.

I have not tested the changes in Eclipse, only through the Travis build.

tobiasbaum commented 6 years ago

By the way: The build for pitclipse-plugin does not run with Java 10 (which is why I couldn't build locally). I guess a Tycho update is needed.

echebbi commented 5 years ago

Hi @tobiasbaum, thanks for the proposal! Pitclipse's architecture have been updated with PR #80 and now uses Java 1.8 and Pitest 1.4.6. As such, I think that this PR can be closed.

Feel free to read CONTRIBUTING.md if you wish to submit more contributions.