FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 824 : can't parse error text: missing library / class
Last modified: 2008-06-14 08:53
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-14 00:51
error spew when a class / library can't be found:
----------------
import foo.bar.lib.*;
Foobar fb;
void setup () {
fb = new Foobar();
}
Additional Comment
#1 From fry 2008-06-14 08:53
already fixed for 0142, it was part of a larger problem uncovered by
bug #820
.