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

🐛 Improve accuracy of METHOD_CALL and CONSTRUCTOR_CALL matches #100

Merged
merged 9 commits into from
Jul 10, 2024

Conversation

pranavgaikwad
Copy link
Contributor

@pranavgaikwad pranavgaikwad commented Jul 5, 2024

API Tests PR: 155

This specifically addresses cases with queries containing FQN searches and/or *. We get more symbols than needed from jdt in these cases, we add logic to filter-out matches by inspecting full names of symbols.

@pranavgaikwad
Copy link
Contributor Author

This should fail because this gets rid of false positives in our test app.

@pranavgaikwad
Copy link
Contributor Author

pranavgaikwad commented Jul 8, 2024

Tests fixed here konveyor/go-konveyor-tests#155

Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
shawn-hurley and others added 3 commits July 9, 2024 14:45
…ng LS

Signed-off-by: Shawn Hurley <shawn@hurley.page>
Adding query replace to make java regex in qualification match
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
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.

2 participants