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 148350 - NullPointerException at javax.swing.AbstractButton.removeNotify
Summary: NullPointerException at javax.swing.AbstractButton.removeNotify
Status: RESOLVED DUPLICATE of bug 148331
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: 2008-09-25 13:20 UTC by krvlasic
Modified: 2008-09-25 13:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 118346


Attachments
stacktrace (1.90 KB, text/plain)
2008-09-25 13:20 UTC, krvlasic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description krvlasic 2008-09-25 13:20:08 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments:
krvlasic: Tried to reload the form in Inspector. However, when run, the program works OK.



Stacktrace: 
java.lang.NullPointerException
        at javax.swing.AbstractButton.removeNotify(AbstractButton.java:1013)
        at javax.swing.JButton.removeNotify(JButton.java:217)
        at java.awt.Container.removeNotify(Container.java:2619)
        at javax.swing.JComponent.removeNotify(JComponent.java:4699)
        at java.awt.Container.removeNotify(Container.java:2619)
        at javax.swing.JComponent.removeNotify(JComponent.java:4699)
Comment 1 krvlasic 2008-09-25 13:20:17 UTC
Created attachment 70570 [details]
stacktrace
Comment 2 Jiri Vagner 2008-09-25 13:37:34 UTC
Thank you for your report.

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