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 255950 - NullPointerException at java.awt.LinearGradientPaint.<init>
Summary: NullPointerException at java.awt.LinearGradientPaint.<init>
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-15 13:32 UTC by julesb
Modified: 2016-05-16 07:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220568


Attachments
stacktrace (4.91 KB, text/plain)
2015-10-15 13:32 UTC, julesb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description julesb 2015-10-15 13:32:01 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Linux

User Comments:
julesb: Was editing php, javascript and html template files, there seemed to be no effect on the actual editor, nothing crashed




Stacktrace: 
java.lang.NullPointerException
   at java.awt.LinearGradientPaint.<init>(LinearGradientPaint.java:140)
   at javax.swing.plaf.nimbus.AbstractRegionPainter.decodeGradient(AbstractRegionPainter.java:380)
   at javax.swing.plaf.nimbus.ComboBoxPainter.decodeGradient6(ComboBoxPainter.java:639)
   at javax.swing.plaf.nimbus.ComboBoxPainter.paintBackgroundEnabled(ComboBoxPainter.java:293)
   at javax.swing.plaf.nimbus.ComboBoxPainter.doPaint(ComboBoxPainter.java:140)
   at javax.swing.plaf.nimbus.AbstractRegionPainter.paint0(AbstractRegionPainter.java:731)
Comment 1 julesb 2015-10-15 13:32:02 UTC
Created attachment 156745 [details]
stacktrace
Comment 2 Martin Entlicher 2016-05-16 07:46:00 UTC
It's likely fixed in JDK 8.