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 148450 - NullPointerException at javax.swing.AbstractButton.removeNotify
Summary: NullPointerException at javax.swing.AbstractButton.removeNotify
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-09-26 07:28 UTC by krvlasic
Modified: 2008-12-22 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 118210


Attachments
stacktrace (2.25 KB, text/plain)
2008-09-26 07:28 UTC, krvlasic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description krvlasic 2008-09-26 07:28:45 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: When I try to reload the component I get the error message about painting of the component?

krvlasic: When I try to reload the component I get the error message about painting of the component?



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-26 07:28:54 UTC
Created attachment 70647 [details]
stacktrace
Comment 2 Tomas Danek 2008-09-26 09:06:01 UTC
i think there's nothing to do on NetBeans side, exception seems to come from Swing. Am I right?
Comment 3 David Simonek 2008-09-26 09:58:50 UTC
to musilt: Yes, unfortunately you are right.

to krvlasic: I searched JDK bug database, but didn't find any similar stack trace. As the bug is random and we can't
reproduce, we can't really file an issue against JDK.

Closing for now, reporter please reopen if you find some way to reproduce, thank you.