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 150193

Summary: Mobility Inspector NullPointerException at java.awt.Container.addImpl
Product: javame Reporter: Karol Harezlak <kharezlak>
Component: Visual DesignerAssignee: Karol Harezlak <kharezlak>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=128108
Issue Type: DEFECT Exception Reporter: 128108
Attachments: stacktrace

Description Karol Harezlak 2008-10-15 11:00:34 UTC
Build: NetBeans IDE Dev (Build 200809300201)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments:
kharezlak: It happens while closing not fully initilized Visual Midlet.



Stacktrace: 
java.lang.NullPointerException
        at java.awt.Container.addImpl(Container.java:1031)
        at java.awt.Container.add(Container.java:903)
        at org.netbeans.modules.vmd.inspector.InspectorManagerView$6.run(InspectorManagerView.java:181)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
Comment 1 Karol Harezlak 2008-10-15 11:00:51 UTC
Created attachment 71839 [details]
stacktrace
Comment 2 Karol Harezlak 2008-10-29 11:06:11 UTC

*** This issue has been marked as a duplicate of 148677 ***