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 262483

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

Description dudy 2016-06-20 05:48:38 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK Server VM, 25.91-b14, OpenJDK Runtime Environment, 1.8.0_91-8u91-b14-0ubuntu4~15.10.1-b14
OS: Linux

User Comments:
dudy: Fresh installation of NetBeans, open two projects, run first unit test, crash.

GUEST: ds




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.JLabel.setIcon(JLabel.java:406)
   at org.openide.explorer.view.NodeRenderer.configureFrom(NodeRenderer.java:251)
   at org.openide.explorer.view.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:161)
   at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2807)
   at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:492)
   at javax.swing.tree.FixedHeightLayoutCache.getBounds(FixedHeightLayoutCache.java:553)
Comment 1 dudy 2016-06-20 05:48:41 UTC
Created attachment 160094 [details]
stacktrace