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

fix: search the point of failure in the 'all' scope #336

Merged
merged 1 commit into from
Sep 10, 2022

Conversation

gtoison
Copy link
Contributor

@gtoison gtoison commented Sep 10, 2022

The test might fail to initialize in a class from a library as it was the case for #319. Search in the 'all' scope (including libraries) for the point of failure. Since we might land in a decompiled class the line number might be outside of the range for the decompiled source, so we need to adjust it or we get an exception in the highlighter pass

Fixes #253

The test might fail to initialize in a class from a library as it was
the case for #319. Search in the 'all' scope (including libraries) for
the point of failure. Since we might land in a decompiled class the line
number might be outside of the range for the decompiled source, so we
need to adjust it or we get an exception in the highlighter pass
@gtoison gtoison merged commit 6b1656b into master Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[infinitest-intellij] "Double-click test nodes to navigate to source" doesn't work in IDEA
1 participant