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 - NullPointerException at javax.swing.JLabel.setIcon
Summary: NullPointerException at javax.swing.JLabel.setIcon
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-02 12:33 UTC by pacoipeault
Modified: 2016-05-02 12:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221593


Attachments
stacktrace (3.22 KB, text/plain)
2016-05-02 12:33 UTC, pacoipeault
Details

Note You need to log in before you can comment on or make changes to this bug.
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