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 238296

Summary: NullPointerException at javax.swing.ImageIcon.<init>
Product: connecteddeveloper Reporter: Tomas Stupka <tstupka>
Component: Issuetracking FrameworkAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205212
Attachments: stacktrace

Description Tomas Stupka 2013-11-13 09:33:37 UTC
Build: NetBeans IDE Dev (Build 20131113-8db50a2b16c0)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
tstupka: after start. repeatedly.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.ImageIcon.<init>(ImageIcon.java:228)
   at org.netbeans.modules.team.commons.treelist.AsynchronousNode.getPanel(AsynchronousNode.java:273)
   at org.netbeans.modules.team.commons.treelist.AsynchronousNode.getComponent(AsynchronousNode.java:110)
   at org.netbeans.modules.team.commons.treelist.RendererPanel.configure(RendererPanel.java:142)
   at org.netbeans.modules.team.commons.treelist.TreeListNode.getRenderer(TreeListNode.java:185)
   at org.netbeans.modules.team.commons.treelist.TreeList$TreeListRenderer.getListCellRendererComponent(TreeList.java:291)
Comment 1 Tomas Stupka 2013-11-13 09:33:39 UTC
Created attachment 142119 [details]
stacktrace
Comment 2 Tomas Stupka 2013-11-13 09:45:15 UTC
Tasks Dashboard unusable
Comment 3 Tomas Stupka 2013-11-13 16:08:06 UTC
fixed in core-main #abedd39e0e33
Comment 4 Quality Engineering 2013-11-15 03:06:05 UTC
Integrated into 'main-silver', will be available in build *201311150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/abedd39e0e33
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #238296 - NullPointerException at javax.swing.ImageIcon.<init>