FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 808 : NullPointerException when using noStroke() with inner class inside setup()
Last modified: 2008-06-08 10:59
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
511
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
doc
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2008-06-05 10:25
Some of these errors appear in both Vista and Ubuntu.
Called:
void setup() {
size(x,y);
init();
}
void init() {
GUI();
.
.
}
void GUI() {
noStroke();
}
Result:
java.lang.NullPointerException
at processing.core.PApplet.noStroke(PApplet.java:8068)
at Temporary_4799_3984.GUI(Temporary_4799_3984.java:903)
Additional Comment
#1 From fry 2008-06-05 10:34
this is the same cause as
bug #511
.
*** This bug has been marked as a duplicate of
511
***
Additional Comment
#2 From fry 2008-06-08 10:59
***
Bug 811
has been marked as a duplicate of this bug. ***