deadlock during safe delete from batch quick fix (IDEA-78213)

This commit is contained in:
anna
2012-01-10 21:19:56 +01:00
parent b034df8e8f
commit e7b0b8ec6c
@@ -319,7 +319,7 @@ public class EmptyMethodInspection extends GlobalJavaInspectionTool {
public void run() {
SafeDeleteHandler.invoke(project, PsiUtilCore.toPsiElementArray(psiElements), false);
}
});
}, project.getDisposed());
}
}
}
@@ -384,7 +384,7 @@ public class EmptyMethodInspection extends GlobalJavaInspectionTool {
public void run() {
SafeDeleteHandler.invoke(project, PsiUtilCore.toPsiElementArray(psiElementsToIgnore), false, refreshViews);
}
});
}, project.getDisposed());
}
}
}