-
Notifications
You must be signed in to change notification settings - Fork 353
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
TryWithResourcesFilter
does not work with Java 11+
#689
Comments
Btw. @hcoles you should maybe also checkin the sources for the pre-compiled test classes and / or additionally test them freshly compiled. |
Also tested with 12 and 13, same result |
Hm, besides that the sequence of bytecodes seems to have changed slightly, the bytecodes are not split between the |
Clsoing as this is being fixed under #766 |
With this code:
in Java 8, 9 and 10, the


TryWithResourcesFilter
properly filters out the mutants.Starting with Java 11 this is no longer the case:
The text was updated successfully, but these errors were encountered: