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 257583 - NullPointerException at org.openide.util.ImageUtilities.icon2Image
Summary: NullPointerException at org.openide.util.ImageUtilities.icon2Image
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-15 13:57 UTC by fillumina
Modified: 2016-02-09 00:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222136


Attachments
stacktrace (2.86 KB, text/plain)
2016-01-15 13:57 UTC, fillumina
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fillumina 2016-01-15 13:57:56 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 25.66-b17, OpenJDK Runtime Environment, 1.8.0_66-internal-b17
OS: Linux

User Comments:
fillumina: silent exception




Stacktrace: 
java.lang.NullPointerException
   at org.openide.util.ImageUtilities.icon2Image(ImageUtilities.java:289)
   at org.netbeans.modules.java.editor.overridden.IsOverriddenPopup$RendererImpl.paintComponent(IsOverriddenPopup.java:240)
   at javax.swing.JComponent.paint(JComponent.java:1056)
   at javax.swing.CellRendererPane.paintComponent(CellRendererPane.java:151)
   at javax.swing.plaf.basic.BasicListUI.paintCell(BasicListUI.java:227)
   at javax.swing.plaf.basic.BasicListUI.paintImpl(BasicListUI.java:317)
Comment 1 fillumina 2016-01-15 13:57:58 UTC
Created attachment 158141 [details]
stacktrace