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 134369 - NullPointerException at javax.swing.AbstractButton.removeNotify
Summary: NullPointerException at javax.swing.AbstractButton.removeNotify
Status: CLOSED WONTFIX
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: JDK_SPECIFIC, RANDOM
Depends on:
Blocks:
 
Reported: 2008-05-02 06:24 UTC by bondolo
Modified: 2011-06-09 09:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 51012


Attachments
stacktrace (7.19 KB, text/plain)
2008-05-02 06:24 UTC, bondolo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bondolo 2008-05-02 06:24:48 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: SunOS, 5.10, x86

User Comments:
Comment 1 bondolo 2008-05-02 06:24:51 UTC
Created attachment 60950 [details]
stacktrace
Comment 2 David Simonek 2008-05-05 08:25:42 UTC
It looks like bug in JDK/Swing code. AbstractButton.removeNotify on line 1013 it seems that getModel() could return null
and check is missing.

I can't find such bug in JDK bug database, however I need reproducible scenario in order to file bug against JDK/Swing.
So please try to find reproducible set of steps which leads to error, and reopen with that information, thank you.
Comment 3 Marian Mirilovic 2011-06-09 09:54:05 UTC
v/c