mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't hold psi in local search scope in tests
This commit is contained in:
+2
@@ -441,6 +441,8 @@ public class MatcherImpl {
|
||||
MalformedPatternException exception = new MalformedPatternException();
|
||||
exception.initCause(e);
|
||||
throw exception;
|
||||
} finally {
|
||||
options.setScope(null);
|
||||
}
|
||||
|
||||
return sink.getMatches();
|
||||
|
||||
Reference in New Issue
Block a user