Bug 1532 : "expecting LPAREN, found '='" with syntax errors
Last modified: 2010-04-07 19:32




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
Gids
Assigned To:
fry

Attachment Type Created Size Actions
a short example application/octet-stream 2010-04-07 03:12 2.89 KB

Description:   Opened: 2010-04-05 10:35
almost every syntax error in the source produce
expecting LPAREN, found '='
located in the first line of the source
Additional Comment #1 From fry 2010-04-06 03:24
can you provide a simple example that causes this?
Additional Comment #2 From MrFeinberg 2010-04-06 17:51
Will reopen if given sample code to reproduce error.
Additional Comment #3 From Gids 2010-04-07 03:12
edit]
a short example

exmple: in te draw session change the line
grid[i][j]= new flatCube(0,l); to
grid[i][j]= new flatCube(0,l)

the ide say:

expecting LPARENm ffound '=' and higlight the line:
final int l=50;
Additional Comment #4 From MrFeinberg 2010-04-07 19:32
Thanks