FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 12 : better error message for missing semicolons
Last modified: 2010-03-28 10:25
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P4
Severity:
enhancement
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
fry
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2005-05-12 18:59
for instance, this code:
float a = 10;
float b = 4
will produce a message saying "unexpected token: float"
Additional Comment
#1 From fry 2007-01-29 15:57
attempt made for 0124 to catch some of these.