We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Instrumenter fails to on the following class:
package test.notnull; public class InstrumentationFails { public void fail() { try { System.out.println("fail"); } catch (IllegalStateException | IllegalArgumentException e) { } } public void success() { try { System.out.println("success"); } catch (IllegalStateException e) { } catch (IllegalArgumentException e) { } } }
PS This is probably what happened on my last flawed bug report just couldn't isolate it, see if this is better :-)
The text was updated successfully, but these errors were encountered:
Hmm.. interesting. I'll investigate that on weekend.
Sorry, something went wrong.
Merge pull request VladRassokhin#5 from osundblad/more_cleanup
e087252
More cleanup
No branches or pull requests
Instrumenter fails to on the following class:
PS This is probably what happened on my last flawed bug report just couldn't isolate it, see if this is better :-)
The text was updated successfully, but these errors were encountered: