You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, the mutants themselves are actually later filtered out by the TryWithResourcesFilter.
So it would probably make sense to turn around the order so that the try-with-resources filter is done first?
Vampire
added a commit
to Vampire/pitest
that referenced
this issue
Oct 1, 2019
I have this code:
Line 81 is the line with the
catch
.When I execute PIT with the inlined code detection enabled, I get four warnings about line 81, I added the mutation details via breakpoint:
The text was updated successfully, but these errors were encountered: