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 149584 - NullPointerException at javax.swing.plaf.synth.SynthButtonUI.getComponentState
Summary: NullPointerException at javax.swing.plaf.synth.SynthButtonUI.getComponentState
Status: RESOLVED 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: RANDOM
Depends on:
Blocks:
 
Reported: 2008-10-09 03:51 UTC by Exceptions Reporter
Modified: 2009-02-19 22:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 123812


Attachments
stacktrace (3.41 KB, text/plain)
2008-10-09 03:51 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2008-10-09 03:51:40 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: Linux, 2.6.24-19-generic, i386

Stacktrace: 
java.lang.NullPointerException
        at javax.swing.plaf.synth.SynthButtonUI.getComponentState(SynthButtonUI.java:127)
        at javax.swing.plaf.synth.SynthButtonUI.getContext(SynthButtonUI.java:99)
        at javax.swing.plaf.synth.SynthButtonUI.getPreferredSize(SynthButtonUI.java:397)
        at javax.swing.JComponent.getPreferredSize(JComponent.java:1632)
        at javax.swing.plaf.synth.SynthToolBarUI$SynthToolBarLayoutManager.layoutContainer(SynthToolBarUI.java:357)
        at java.awt.Container.layout(Container.java:1432)
Comment 1 Exceptions Reporter 2008-10-09 03:51:46 UTC
Created attachment 71430 [details]
stacktrace
Comment 2 David Simonek 2008-10-10 13:08:44 UTC
Probably bug in JDK, I can't reproduce. Please write us reproduction steps if possible, thanks.
Comment 3 David Simonek 2008-10-24 11:10:21 UTC
I'm not able to do anyhting without reproduction steps, sorry.