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 174467 - NullPointerException at javax.swing.plaf.synth.SynthContext.getPainter
Summary: NullPointerException at javax.swing.plaf.synth.SynthContext.getPainter
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Stanislav Aubrecht
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-13 16:14 UTC by limo42
Modified: 2011-02-03 09:24 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160092


Attachments
stacktrace (2.32 KB, text/plain)
2009-10-13 16:14 UTC, limo42
Details
stacktrace (2.32 KB, text/plain)
2009-11-05 20:02 UTC, nleck
Details
stacktrace (2.32 KB, text/plain)
2009-12-01 01:44 UTC, nleck
Details
stacktrace (2.32 KB, text/plain)
2009-12-01 01:46 UTC, nleck
Details
stacktrace (2.17 KB, text/plain)
2009-12-21 23:25 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description limo42 2009-10-13 16:14:33 UTC
Build: NetBeans IDE 6.8 M2 (Build 200910071658)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.30.8-64.fc11.x86_64, i386

User Comments:
limo42: Started IDE with Nimbus.



Stacktrace: 
java.lang.NullPointerException
        at javax.swing.plaf.synth.SynthContext.getPainter(SynthContext.java:181)
        at javax.swing.plaf.synth.SynthMenuBarUI.update(SynthMenuBarUI.java:102)
        at javax.swing.JComponent.paintComponent(JComponent.java:763)
        at javax.swing.JComponent.paint(JComponent.java:1029)
        at javax.swing.JComponent.paintChildren(JComponent.java:864)
        at javax.swing.JComponent.paint(JComponent.java:1038)
Comment 1 limo42 2009-10-13 16:14:40 UTC
Created attachment 89380 [details]
stacktrace
Comment 2 nleck 2009-11-05 20:02:01 UTC
Build: NetBeans IDE Dev (Build 200910310201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.30.8-64.fc11.x86_64, amd64

User Comments: 
opening IDE

Stacktrace: 
java.lang.NullPointerException
        at javax.swing.plaf.synth.SynthContext.getPainter(SynthContext.java:181)
        at javax.swing.plaf.synth.SynthMenuBarUI.update(SynthMenuBarUI.java:102)
        at javax.swing.JComponent.paintComponent(JComponent.java:763)
        at javax.swing.JComponent.paint(JComponent.java:1029)
        at javax.swing.JComponent.paintChildren(JComponent.java:864)
        at javax.swing.JComponent.paint(JComponent.java:1038)
Comment 3 nleck 2009-11-05 20:02:50 UTC
Created attachment 90531 [details]
stacktrace
Comment 4 nleck 2009-12-01 01:44:18 UTC
Created attachment 91896 [details]
stacktrace
Comment 5 Exceptions Reporter 2009-12-01 01:44:27 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=160092
Comment 6 nleck 2009-12-01 01:46:19 UTC
Created attachment 91898 [details]
stacktrace
Comment 7 Exceptions Reporter 2009-12-21 23:25:40 UTC
Created attachment 92838 [details]
stacktrace
Comment 8 Stanislav Aubrecht 2011-02-03 09:24:05 UTC
all exception reports are from old versions of netbeans.
please reopen if still reproducible in recent dev builds, thanks