mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
IDEA-242821 IDEA unresponsive when reloading a large project
Also do cleanup, use jdk collections in other places GitOrigin-RevId: d4d8af4ed0044d99f87d837e8082c6fe8c2fe540
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0b5f2bd81e
commit
df0d4e5d5e
@@ -1,8 +1,4 @@
|
||||
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
|
||||
/*
|
||||
* @author max
|
||||
*/
|
||||
package com.intellij.psi.search.searches;
|
||||
|
||||
import com.intellij.openapi.extensions.ExtensionPointName;
|
||||
@@ -15,7 +11,7 @@ import com.intellij.util.Query;
|
||||
import com.intellij.util.QueryExecutor;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class AllClassesSearch extends ExtensibleQueryFactory<PsiClass, AllClassesSearch.SearchParameters> {
|
||||
public final class AllClassesSearch extends ExtensibleQueryFactory<PsiClass, AllClassesSearch.SearchParameters> {
|
||||
public static final ExtensionPointName<QueryExecutor<PsiClass, AllClassesSearch.SearchParameters>> EP_NAME = ExtensionPointName.create("com.intellij.allClassesSearch");
|
||||
public static final AllClassesSearch INSTANCE = new AllClassesSearch();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user