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

Summary: NullPointerException at org.netbeans.ShapeSample.ShapeChildren.initCollection
Product: third-party Reporter: apurva
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 196290
Attachments: stacktrace

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...