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

🐛 adding log for counting search matches found #102

Merged

Conversation

shawn-hurley
Copy link
Contributor

No description provided.

Signed-off-by: Shawn Hurley <shawn@hurley.page>
@shawn-hurley
Copy link
Contributor Author

I have a bunch of better stuff coming to make it so that we can actually follow stuff

@shawn-hurley shawn-hurley reopened this Jul 11, 2024
@shawn-hurley shawn-hurley force-pushed the bugfix/adding-search-match-totals-log branch from 11d68a3 to 7902cac Compare July 11, 2024 20:31
fixing missing erasure matches

Signed-off-by: Shawn Hurley <shawn@hurley.page>
@shawn-hurley shawn-hurley force-pushed the bugfix/adding-search-match-totals-log branch from dabd3e5 to cfd11c6 Compare July 11, 2024 21:55
@@ -188,6 +188,13 @@ default boolean queryQualificationMatches(String query, ICompilationUnit unit, L
// for a query, java.io.paths.File*, queryQualification is java.io.paths
queryQualification = query.substring(0, dotIndex);
}
String packageQueryQualification = "";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I observed this too with my PR.

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