mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-99983 Task manager usage leads to NPE in http configurable component
task manager should go into network for issues only after at least al IDEA components is initialized
This commit is contained in:
@@ -591,7 +591,7 @@ public class TaskManagerImpl extends TaskManager implements ProjectComponent, Pe
|
||||
}
|
||||
});
|
||||
myCacheRefreshTimer.setInitialDelay(0);
|
||||
StartupManager.getInstance(myProject).registerStartupActivity(new Runnable() {
|
||||
StartupManager.getInstance(myProject).registerPostStartupActivity(new Runnable() {
|
||||
public void run() {
|
||||
myCacheRefreshTimer.start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user