Community
Participate
Working Groups
SubmitOperation uses a job to obtain information. This is unnecessary and adds unneeded complexity (e.g. an observer and instance state management). Instead of using a job, just provide some form of initialization that can be called from the UI components. The UI components can either just wait, or provide their own job to invoke the initialization.
Made initialization run in thread. Now invoking directly from wizard and leveraging wizard's progress bar. Committed, marking as FIXED.
Created attachment 191846 [details] mylyn/context/zip