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

Regression around source location in release 022 #7

Closed
hcoles opened this issue Jan 7, 2014 · 1 comment
Closed

Regression around source location in release 022 #7

hcoles opened this issue Jan 7, 2014 · 1 comment

Comments

@hcoles
Copy link
Owner

hcoles commented Jan 7, 2014

From henry.co...@googlemail.com on September 05, 2011 18:07:13

Release 0.22 does not correctly locate source files to annotate when produced reports when run from either maven or the command line.

Original issue: http://code.google.com/p/pitestrunner/issues/detail?id=7

@hcoles
Copy link
Owner Author

hcoles commented Jan 7, 2014

From henry.co...@googlemail.com on September 05, 2011 12:10:57

Fixed in release 0.23.

Status: Fixed

@hcoles hcoles closed this as completed Jan 7, 2014
artspb added a commit to artspb/pitest that referenced this issue Jun 11, 2015
…ent)

JVM uses different instructions to invoke methods on an interface (INVOKEINTERFACE) and a class (INVOKEVIRTUAL). The previous implementation was considering only the second case. Such a behavior was leading to false positives on the auto-generated finally block in case of an interface as a closeable. Example hcoles#7 demonstrates the appropriate situation: https://github.com/artspb/try-with-resources-examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant