FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 210 : classes cause NullPointerException without draw()
Last modified: 2005-11-26 05:58
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:
Alasdair Turner
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2005-11-13 06:18
Perhaps this is deliberate, but it did not happen pre processing-0095
e.g.,
Blah x = new Blah(1);
void setup()
{
// do something here
}
class Blah {
int a;
Blah(int b)
{ a = b; }
}
Additional Comment
#1 From fry 2005-11-16 08:23
another clue for what is probably related to
bug #204
.
Additional Comment
#2 From fry 2005-11-26 05:58
fixed for rev 0096.