FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1506 : Processing 1.1 Syntax errors
Last modified: 2010-03-13 05:21
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
1442
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
jeffg
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2010-03-12 21:50
Processing 1.1
OSX 10.6.2
I'm getting this error all over the place.. here is a very basic example.
String test (String x) {
String ok = x;
return ok;
}
expecting SEMI, found 'test'
processing.app.debug.RunnerException: Syntax error, maybe a missing semicolon?
at processing.app.Sketch.preprocess(Sketch.java:1332)
at processing.app.Sketch.preprocess(Sketch.java:1204)
at processing.app.Sketch.build(Sketch.java:1590)
at processing.app.Sketch.build(Sketch.java:1575)
at processing.app.Editor$DefaultRunHandler.run(Editor.java:1656)
at java.lang.Thread.run(Thread.java:637)
Additional Comment
#1 From fry 2010-03-13 05:21
*** This bug has been marked as a duplicate of
1442
***