Bug 820 : can't parse error text: duplicate variable declaration
Last modified: 2008-06-12 05:45




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

 

Reporter:
fjen
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-06-12 00:53
unhandled error message with duplicate variable declaration.

test:

float x1 = 0;
float x1 = 2;

rev 0141, osx 10.5.x, java 1.5.x
Additional Comment #1 From fry 2008-06-12 05:45
thanks, turns out it wasn't stopping once it found the first error, so it
was getting confused as it tried to chew up errors it didn't know about.
fixed for 0142.