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();
....
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