Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylar-dev] adding existing repository task

Hi,

I wonder why adding existing repository task wizard has its own job and all the logic in the following class?

org.eclipse.mylar.internal.tasks.ui.wizards.CommonAddExistingTaskWizard.AddExistingTaskJob

 Can't it reuse the same code as for new task wizard?

I also need to add some extra parameters in addition to task id, but AbstractRepositoryConnector.createTaskFromExistingKey(..) method doesn't seem to allow that.

 regards,
 Eugene




Back to the top