Rob Stryker created JBIDE-16122:
-----------------------------------
Summary: Download Runtime task wizard has opportunity to block UI
Key: JBIDE-16122
URL:
https://issues.jboss.org/browse/JBIDE-16122
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: runtime-detection, server
Affects Versions: 4.1.1.Beta1
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.1.2
Several pieces of code call various methods such as
RuntimeCoreActivator.getDefault().getDownloadRuntimeArray();
These methods do not use progress monitor, and, if the list of DownloadRuntimes has not
successfully completed once before, will be a long-running task.Since they are called
directly from the UI, this has the potential to block the UI with no feedback to the user
and no way to cancel.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira