Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Parttester class exception
Parttester class exception [message #449577] Tue, 16 May 2006 04:01 Go to next message
Eclipse UserFriend
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 #449585 is a reply to message #449577] Tue, 16 May 2006 07:24 Go to previous messageGo to next message
Eclipse UserFriend
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
Re: Parttester class exception [message #449706 is a reply to message #449585] Thu, 18 May 2006 07:50 Go to previous message
Eclipse UserFriend
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
Previous Topic:Clarification on RCP & Plugin
Next Topic:couln't launch my product with created launch configuration
Goto Forum:
  


Current Time: Sun Aug 31 05:51:46 EDT 2025

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

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

Back to the top