mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
check myDisposed in read action too
This commit is contained in:
@@ -220,7 +220,7 @@ public class SearchResults implements DocumentListener {
|
||||
@Override
|
||||
public void run() {
|
||||
Project project = getProject();
|
||||
if (project != null && project.isDisposed()) return;
|
||||
if (myDisposed || project != null && project.isDisposed()) return;
|
||||
int[] starts = new int[0];
|
||||
int[] ends = new int[0];
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user