Bug 210 : classes cause NullPointerException without draw()
Last modified: 2005-11-26 05:58




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

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.