FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 820 : can't parse error text: duplicate variable declaration
Last modified: 2008-06-12 05:45
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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.