Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
  • Loading branch information
pranavgaikwad committed Jul 9, 2024
1 parent cb4e3de commit 0ec991d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ default boolean queryQualificationMatches(String query, ICompilationUnit unit, L
if (queryQualification != "" && location.getUri().contains(queryQualification.replaceAll(".", "/"))) {
return true;
}
query = query.replaceAll("(?<!\\.)\\*", ".*");
if (unit != null) {
try {
// check if the package declaration on the unit matches query
Expand Down

0 comments on commit 0ec991d

Please sign in to comment.