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

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    141244e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. improve try-with-resources-filtering #766

    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 committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    6abe32b View commit details
    Browse the repository at this point in the history