Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylar-dev] next mylar conference call

Mik Kersten wrote:
Regarding bug 169141, I can't put time towards it but yes, we'll have a dev
build on Friday so if you have a way of avoiding having the projects
retrieved on read than it could make it into that build.
 Apparently that is a result of your fix for bug 160946 back in October.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=160946

 Change was around this code in TasksUiPlugin.

.......
// NOTE: task list must be read before Task List view can be initialized
           taskListManager.init();
taskListManager.addActivityListener(CONTEXT_TASK_ACTIVITY_LISTENER);
           taskListManager.readExistingOrCreateNewList();
           initialized = true;
PlatformUI.getWorkbench().getDisplay().asyncExec(new Runnable() {
               public void run() {
try { TasksUiExtensionReader.initWorkbenchUiExtensions(); PlatformUI.getWorkbench().addWindowListener(WINDOW_LISTENER);

// Needs to happen asynchronously to avoid bug 159706
.......

On the other hand it is still unclear to me why this information is not cached by jira services...

 regards,
 Eugene




Back to the top