]
Mickael Istria reassigned JBIDE-18217:
--------------------------------------
Assignee: Mickael Istria
Central editor asynchrnously call InstallationChecker
-----------------------------------------------------
Key: JBIDE-18217
URL:
https://issues.jboss.org/browse/JBIDE-18217
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: central
Reporter: Mickael Istria
Assignee: Mickael Istria
Priority: Minor
Fix For: 4.2.0.CR2
Currently, Central editor calls directly InstallationChecker, which depending on the
connection speed and reliability, can take some time. If connection is slow, then the UI
is frozen until the request is either rejected or accepted.
Instead, Central Editor should invoke InstallationChecker asynchronously to open faster.