Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » SWTBot » Where to post bugs?
Where to post bugs? [message #30469] Thu, 26 March 2009 08:59 Go to next message
Jens  übler is currently offline Jens üblerFriend
Messages: 17
Registered: July 2009
Junior Member
Is it the old swtbot bug report page?
It seems like I can not add any bugs there since no project has been
specified.
The eclipse bug system lists swtbot as component but has no bugs for it
filed.

Wanted to report a NullPointerException in SWTBotWorkbenchPart when the
toolbar is actually empty.

The exception is thrown within
public List<SWTBotToolbarButton> getToolbarButtons()
.....
ToolItem[] items = toolbar.getItems();
....

as toolbar is be null.

Jens
Re: Where to post bugs? [message #30539 is a reply to message #30469] Thu, 26 March 2009 12:44 Go to previous message
Ketan Padegaonkar is currently offline Ketan PadegaonkarFriend
Messages: 873
Registered: July 2009
Senior Member
Sign up at bugs.eclipse.org.

SWTBot is categorized under "Technology > SWTBot"

-- Ketan

On 26/3/09 01:59, Jens KŸübler wrote:
> Is it the old swtbot bug report page?
> It seems like I can not add any bugs there since no project has been
> specified.
> The eclipse bug system lists swtbot as component but has no bugs for it
> filed.
>
> Wanted to report a NullPointerException in SWTBotWorkbenchPart when the
> toolbar is actually empty.
>
> The exception is thrown within
> public List<SWTBotToolbarButton> getToolbarButtons()
> .....
> ToolItem[] items = toolbar.getItems();
> ....
>
> as toolbar is be null.
>
> Jens
Previous Topic:How to wait for a MessageDialog to appear?
Next Topic:value of property "all.buildId"
Goto Forum:
  


Current Time: Thu Apr 25 10:35:44 GMT 2024

Powered by FUDForum. Page generated in 0.02801 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top