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 - NullPointerException at javax.swing.ImageIcon.<init>
Summary: NullPointerException at javax.swing.ImageIcon.<init>
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.0
Hardware: All All
: P1 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-13 09:33 UTC by Tomas Stupka
Modified: 2013-11-15 03:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205212


Attachments
stacktrace (4.40 KB, text/plain)
2013-11-13 09:33 UTC, Tomas Stupka
Details

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