This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 18920 - NPE in CookieSet.add
Summary: NPE in CookieSet.add
Status: CLOSED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Java3D (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-22 09:27 UTC by Jan Becicka
Modified: 2002-07-19 15:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2001-12-22 09:27:53 UTC
java.lang.NullPointerException
        at org.openide.nodes.CookieSet.add(CookieSet.java:51)
        at org.netbeans.modules.java3d.loaders.ObjDataObject.addSaveCookie
(ObjDataObject.java:82)
        at org.netbeans.modules.java3d.editor.ObjEditor.loaded
(ObjEditor.java:115)
        at org.netbeans.modules.java3d.loaders.J3dEditWrapper.sceneLoaded
(J3dEditWrapper.java:303)
        at com.sun.j3d.demos.utils.loadercontrol.SceneLoader$2.run
(SceneLoader.java:106)
Comment 1 Jan Becicka 2002-01-04 19:28:02 UTC
fixed
Comment 2 Jan Becicka 2002-01-04 19:34:02 UTC
V