Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Release testing




On Fri, 1 Feb 2008, Tao, Jie wrote:


Hi all,

I just detected a potential "big" problem:

I created two jsdl files and submitted one. Then I highlighted the
second jsdl and submitted it. But it is not the jsdl I was expecting.
Rather it is the first jsdl.

OK. I know the reason but I do not how to solve it.

There is an action "SubmitJobAction" in eu.geclipse.ui.internal.actions.

Method updateSelection is not invoked.
This class was not changed since April, so the reason of problem must be somewhere else.

Any idea from anybody?

class definition:
SubmitJobAction extends SelectionListenerAction

method definition:
protected boolean updateSelection( final IStructuredSelection selection )

Mathias, you wrote first implementation of this Action. Maybe you can help...

Regards,

Pawel


Back to the top