Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Details of "Parse Error"
Details of "Parse Error" [message #106099] Mon, 12 September 2005 09:09 Go to next message
Eclipse UserFriend
Originally posted by: mr.smith.vous.etes.dans.la.matrice.com

Hello,

how can i know why i have a Parse Error with VE? The whole project is compiled great so i guess it's more a "Understand Error" than a parse error.

TIA
Re: Details of "Parse Error" [message #106141 is a reply to message #106099] Mon, 12 September 2005 13:25 Go to previous messageGo to next message
Gili Mendel is currently offline Gili MendelFriend
Messages: 338
Registered: July 2009
Senior Member
Mr Smith wrote:
> Hello,
>
> how can i know why i have a Parse Error with VE? The whole project is compiled great so i guess it's more a "Understand Error" than a parse error.
>
> TIA

A warning "clue" may be placed in the .log file (in your <workspace>/.metadata).
A general rule of thumb for ensuring that VE models object/setting are as following:

Instance variable/local variable are declared.
A constructor assignment to that variable is place inside a method (which will be considered an initialization method
for that object)
Settings to this variable are set inside the init method for that variable.


Do you have a sample code? Note that VE1.1.0.1 had fixed a few defects regarding "jBuilder" style code pattern.
Re: Details of "Parse Error" [message #106185 is a reply to message #106141] Mon, 12 September 2005 14:32 Go to previous message
Eclipse UserFriend
Originally posted by: mr.smith.vous.etes.dans.la.matrice.com

On Mon, 12 Sep 2005 09:25:33 -0400
Gili Mendel <gmendel@us.ibm.com> wrote:

> Mr Smith wrote:
> > Hello,
> >
> > how can i know why i have a Parse Error with VE? The whole project is compiled great so i guess it's more a "Understand Error" than a parse error.
> >
> > TIA
>
> A warning "clue" may be placed in the .log file (in your <workspace>/.metadata).
> A general rule of thumb for ensuring that VE models object/setting are as following:
>
> Instance variable/local variable are declared.
> A constructor assignment to that variable is place inside a method (which will be considered an initialization method
> for that object)
> Settings to this variable are set inside the init method for that variable.
>
>
> Do you have a sample code? Note that VE1.1.0.1 had fixed a few defects regarding "jBuilder" style code pattern.

Well, after installong 1.1.0.1 after posting, the problem disapeared. The log is way too big for me to find anything, i've erased it and if the problem happen again i will post some more informations.

Thx
Re: Details of "Parse Error" [message #610732 is a reply to message #106099] Mon, 12 September 2005 13:25 Go to previous message
Gili Mendel is currently offline Gili MendelFriend
Messages: 338
Registered: July 2009
Senior Member
Mr Smith wrote:
> Hello,
>
> how can i know why i have a Parse Error with VE? The whole project is compiled great so i guess it's more a "Understand Error" than a parse error.
>
> TIA

A warning "clue" may be placed in the .log file (in your <workspace>/.metadata).
A general rule of thumb for ensuring that VE models object/setting are as following:

Instance variable/local variable are declared.
A constructor assignment to that variable is place inside a method (which will be considered an initialization method
for that object)
Settings to this variable are set inside the init method for that variable.


Do you have a sample code? Note that VE1.1.0.1 had fixed a few defects regarding "jBuilder" style code pattern.
Re: Details of "Parse Error" [message #610735 is a reply to message #106141] Mon, 12 September 2005 14:32 Go to previous message
Eclipse UserFriend
Originally posted by: mr.smith.vous.etes.dans.la.matrice.com

On Mon, 12 Sep 2005 09:25:33 -0400
Gili Mendel <gmendel@us.ibm.com> wrote:

> Mr Smith wrote:
> > Hello,
> >
> > how can i know why i have a Parse Error with VE? The whole project is compiled great so i guess it's more a "Understand Error" than a parse error.
> >
> > TIA
>
> A warning "clue" may be placed in the .log file (in your <workspace>/.metadata).
> A general rule of thumb for ensuring that VE models object/setting are as following:
>
> Instance variable/local variable are declared.
> A constructor assignment to that variable is place inside a method (which will be considered an initialization method
> for that object)
> Settings to this variable are set inside the init method for that variable.
>
>
> Do you have a sample code? Note that VE1.1.0.1 had fixed a few defects regarding "jBuilder" style code pattern.

Well, after installong 1.1.0.1 after posting, the problem disapeared. The log is way too big for me to find anything, i've erased it and if the problem happen again i will post some more informations.

Thx
Previous Topic:VE code pattern question
Next Topic:VE code pattern question
Goto Forum:
  


Current Time: Sat Aug 31 22:55:16 GMT 2024

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

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

Back to the top