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 223522 - NullPointerException at org.netbeans.ShapeSample.ShapeChildren.initCollection
Summary: NullPointerException at org.netbeans.ShapeSample.ShapeChildren.initCollection
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-08 13:26 UTC by apurva
Modified: 2012-12-10 12:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196290


Attachments
stacktrace (4.15 KB, text/plain)
2012-12-08 13:26 UTC, apurva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description apurva 2012-12-08 13:26:30 UTC
Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.ShapeSample.ShapeChildren.initCollection(ShapeChildren.java:158)
   at org.netbeans.ShapeSample.ShapeChildren.initCollection(ShapeChildren.java:32)
   at org.openide.nodes.Children$Array.getCollection(Children.java:806)
   at org.openide.nodes.Children$Array$AE.nodes(Children.java:857)
   at org.openide.nodes.ChildrenArray.nodesFor(ChildrenArray.java:149)
   at org.openide.nodes.EntrySupportDefault$Info.nodes(EntrySupportDefault.java:787)
Comment 1 apurva 2012-12-08 13:26:31 UTC
Created attachment 129077 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-12-10 12:23:20 UTC
Where is org.netbeans.ShapeSample.ShapeChildren? Probably 3rd party...