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 259097

Summary: NullPointerException at javax.swing.JLabel.setIcon
Product: platform Reporter: pacoipeault
Component: ExplorerAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221593
Attachments: stacktrace

Description pacoipeault 2016-05-02 12:33:28 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 25.66-b17, OpenJDK Runtime Environment, 1.8.0_66-internal-b17
OS: Linux

User Comments:
pacoipeault: Search results :
i get the number of occurences in a given number of files but i don't get the files and occurences shown.

GUEST: This message was showing when I started the netbeans




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.JLabel.setIcon(JLabel.java:406)
   at org.openide.explorer.view.NodeRenderer.configureFrom(NodeRenderer.java:231)
   at org.openide.explorer.view.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:147)
   at javax.swing.JTree$AccessibleJTree$AccessibleJTreeNode.getCurrentComponent(JTree.java:4651)
   at javax.swing.JTree$AccessibleJTree$AccessibleJTreeNode.getCurrentAccessibleContext(JTree.java:4628)
   at javax.swing.JTree$AccessibleJTree$AccessibleJTreeNode.getAccessibleRole(JTree.java:4737)
Comment 1 pacoipeault 2016-05-02 12:33:30 UTC
Created attachment 159510 [details]
stacktrace