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 257289 - NullPointerException at org.netbeans.modules.csl.navigation.Icons.getElementIcon
Summary: NullPointerException at org.netbeans.modules.csl.navigation.Icons.getElementIcon
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-24 22:23 UTC by Exceptions Reporter
Modified: 2015-12-24 22:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221837


Attachments
stacktrace (2.73 KB, text/plain)
2015-12-24 22:23 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-12-24 22:23:12 UTC
This bug was originally marked as duplicate of bug 242810, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 7

User Comments:
GUEST: e




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.csl.navigation.Icons.getElementIcon(Icons.java:138)
   at org.netbeans.modules.csl.editor.hyperlink.DeclarationPopup$RendererImpl.getListCellRendererComponent(DeclarationPopup.java:221)
   at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:0)
   at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:0)
   at javax.swing.plaf.basic.BasicListUI$Handler.valueChanged(BasicListUI.java:0)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:0)
Comment 1 Exceptions Reporter 2015-12-24 22:23:13 UTC
Created attachment 157917 [details]
stacktrace