mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-35490 - assert: LaterInvocator.getCurrentModalEntities (r: Dmitry Avdeev)
This commit is contained in:
+6
-1
@@ -510,7 +510,12 @@ public class DaemonCodeAnalyzerImpl extends DaemonCodeAnalyzer implements JDOMEx
|
||||
myAlarm.cancelAllRequests();
|
||||
boolean restart = toRestartAlarm && !myDisposed && myInitialized;
|
||||
if (restart) {
|
||||
myAlarm.addRequest(myUpdateRunnable, mySettings.AUTOREPARSE_DELAY);
|
||||
UIUtil.invokeLaterIfNeeded(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
myAlarm.addRequest(myUpdateRunnable, mySettings.AUTOREPARSE_DELAY);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user