Skip to content
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

Java 11 try with resources #860

Merged
merged 2 commits into from
Feb 16, 2021
Merged

Java 11 try with resources #860

merged 2 commits into from
Feb 16, 2021

Conversation

hcoles
Copy link
Owner

@hcoles hcoles commented Feb 16, 2021

Javac emits fewer null checks for try with resources in 11 than in 8. This trips up the junk mutation filtering.

This change broadens the filtering to catch java 11 generated code and changes the implementation to use the bytecode matching system.

Henry Coles added 2 commits February 15, 2021 09:50
Javac emits fewer null checks for try with resources in 11 than in 8.
This trips up the junk mutation filtering.

This change broadens the filtering to catch java 11 generated code and
changes the implementation to use the bytecode matching system.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant