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

Summary: NullPointerException at org.openide.util.ImageUtilities.icon2Image
Product: java Reporter: fillumina <fillumina>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: arren
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222136
Attachments: stacktrace

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