Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » is ve parsing deterministic?
is ve parsing deterministic? [message #94855] Sat, 25 June 2005 14:18 Go to next message
Eclipse UserFriend
Originally posted by: nospam.noplace.net

Using VE 1.1.0 with Eclipse 3.1M6. When I shutdown last night my visual
JDialog was fine. When I started today it would only display as a title bar
with a message about an exception and JContentPane needing a receiver.
Closed this window and reopened in VE several times. Got a message about a
different exception one time. On about the 4th attempt, VE parsed the class
cleanly and my JDialog displayed correctly. Have noticed something similar
a few time in the past. Almost seems like there may be multi-threading in
VE parsing that can result in a race coming out the wrong way. Can anyone
explain?

RL
Re: is ve parsing deterministic? [message #95019 is a reply to message #94855] Mon, 27 June 2005 16:11 Go to previous message
Srimanth  is currently offline Srimanth Friend
Messages: 225
Registered: July 2009
Senior Member
VE parses statements in source and applies them on another VM in the
background. Once applied, the graphics/visuals are updated back in VE.
It could be that what you are seeing is some timing issue. I was
wondering if any exceptions are seen in the logs? If this problem is
reproduceable it would be best to open a defect and detail the scenario:
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=VE .
Regards,
Sri.

Roger Levy wrote:
> Using VE 1.1.0 with Eclipse 3.1M6. When I shutdown last night my visual
> JDialog was fine. When I started today it would only display as a title bar
> with a message about an exception and JContentPane needing a receiver.
> Closed this window and reopened in VE several times. Got a message about a
> different exception one time. On about the 4th attempt, VE parsed the class
> cleanly and my JDialog displayed correctly. Have noticed something similar
> a few time in the past. Almost seems like there may be multi-threading in
> VE parsing that can result in a race coming out the wrong way. Can anyone
> explain?
>
> RL
>
>
Re: is ve parsing deterministic? [message #608100 is a reply to message #94855] Mon, 27 June 2005 16:11 Go to previous message
Srimanth  is currently offline Srimanth Friend
Messages: 225
Registered: July 2009
Senior Member
VE parses statements in source and applies them on another VM in the
background. Once applied, the graphics/visuals are updated back in VE.
It could be that what you are seeing is some timing issue. I was
wondering if any exceptions are seen in the logs? If this problem is
reproduceable it would be best to open a defect and detail the scenario:
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=VE .
Regards,
Sri.

Roger Levy wrote:
> Using VE 1.1.0 with Eclipse 3.1M6. When I shutdown last night my visual
> JDialog was fine. When I started today it would only display as a title bar
> with a message about an exception and JContentPane needing a receiver.
> Closed this window and reopened in VE several times. Got a message about a
> different exception one time. On about the 4th attempt, VE parsed the class
> cleanly and my JDialog displayed correctly. Have noticed something similar
> a few time in the past. Almost seems like there may be multi-threading in
> VE parsing that can result in a race coming out the wrong way. Can anyone
> explain?
>
> RL
>
>
Previous Topic:Launch mode run not supported for configuration type org.eclipse.jem.proxy.Local
Next Topic:No display of layout
Goto Forum:
  


Current Time: Thu Apr 25 08:03:13 GMT 2024

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

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

Back to the top