mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
IDEA-314818 Go to Actions takes up to 5 seconds for the first invocation
GitOrigin-RevId: 0620a678a423f2dbd5f81b8e8f34b4162b3b328c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4688a3f2f7
commit
8ab13a8d74
@@ -406,7 +406,7 @@ class GotoActionTest extends LightJavaCodeInsightFixtureTestCase {
|
||||
}
|
||||
|
||||
private def actionMatches(String pattern, AnAction action) {
|
||||
def matcher = GotoActionItemProvider.buildMatcher(pattern)
|
||||
def matcher = ActionSearchUtilKt.buildMatcher(pattern)
|
||||
def model = new GotoActionModel(project, null, null)
|
||||
model.buildGroupMappings()
|
||||
return model.actionMatches(pattern, matcher, action)
|
||||
|
||||
Reference in New Issue
Block a user