mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
refactoring find suages: wait for smart mode (EA-63973)
This commit is contained in:
@@ -161,7 +161,7 @@ public abstract class BaseRefactoringProcessor implements Runnable {
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
refUsages.set(ApplicationManager.getApplication().runReadAction(new Computable<UsageInfo[]>() {
|
||||
refUsages.set(DumbService.getInstance(myProject).runReadActionInSmartMode(new Computable<UsageInfo[]>() {
|
||||
@Override
|
||||
public UsageInfo[] compute() {
|
||||
return findUsages();
|
||||
|
||||
Reference in New Issue
Block a user