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 167207 - NullPointerException at org.netbeans.modules.form.FormDesigner.getComponent
Summary: NullPointerException at org.netbeans.modules.form.FormDesigner.getComponent
Status: RESOLVED INCOMPLETE
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-17 09:53 UTC by bartvdc
Modified: 2009-07-21 13:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 104682


Attachments
stacktrace (1.32 KB, text/plain)
2009-06-17 09:53 UTC, bartvdc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bartvdc 2009-06-17 09:53:42 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
bartvdc: delete a component



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.form.FormDesigner.getComponent(FormDesigner.java:465)
        at org.netbeans.modules.form.menu.MenuEditLayer$10.formChanged(MenuEditLayer.java:1202)
        at org.netbeans.modules.form.FormModel.fireEvents(FormModel.java:1290)
        at org.netbeans.modules.form.FormModel.fireEventBatch(FormModel.java:1263)
        at org.netbeans.modules.form.FormModel.firePendingEvents(FormModel.java:1226)
        at org.netbeans.modules.form.FormModel.access$000(FormModel.java:65)
Comment 1 bartvdc 2009-06-17 09:53:47 UTC
Created attachment 83679 [details]
stacktrace
Comment 2 Jan Stola 2009-07-21 13:01:20 UTC
I am sorry, I am not able to reproduce this issue and the attached exception is not sufficient to track the problem 
down. Are you still able to reproduce it? If so, could you, please, provide more details? It would be ideal to 
described exact steps that lead to this exception. Thank you in advance.