Parttester class exception [message #449577] |
Tue, 16 May 2006 04:01  |
Eclipse User |
|
|
|
Originally posted by: caxqueiroz.gmail.com
I am developing a RCP application and I've created an editor
Nowever when I try to open this editor (calling openeditor)
I got Assert NUll exception.
After a debug I found that it is here that error occurs. This test
occurs for all parts, but only with editors an error is launched.
Even I set titletooptip (setTitleToolTip) I got same exception.
// Test getTitleToolTip
Assert.isNotNull(part.getTitleToolTip());
Anyone know if it is an open bug?
thx,
cax
|
|
|
|
Re: Parttester class exception [message #449706 is a reply to message #449585] |
Thu, 18 May 2006 07:50  |
Eclipse User |
|
|
|
Originally posted by: caxqueiroz.gmail.com
Paul Webster wrote:
> cax wrote:
>> I am developing a RCP application and I've created an editor
>> Nowever when I try to open this editor (calling openeditor)
>> I got Assert NUll exception.
>> After a debug I found that it is here that error occurs. This test
>> occurs for all parts, but only with editors an error is launched.
>> Even I set titletooptip (setTitleToolTip) I got same exception.
>>
>> // Test getTitleToolTip
>> Assert.isNotNull(part.getTitleToolTip());
>>
>>
>> Anyone know if it is an open bug?
>
> It's not an open bug.
>
> Do you have any error messages in your RCP app workspace .metadata/.log?
> (Note: this is not the .log in your workspace that you are developing
> the RCP app :-)
>
> Later,
> PW
>
Hi, I changed from Editor to View, because I had to finish it as soon as
possible, so I didnt get log files.
thx any way,
cax
|
|
|
Powered by
FUDForum. Page generated in 0.07052 seconds