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 194132 - NullPointerException at org.netbeans.modules.kenai.ui.dashboard.UserNode.getComponent
Summary: NullPointerException at org.netbeans.modules.kenai.ui.dashboard.UserNode.getC...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-07 22:15 UTC by Rokko
Modified: 2011-01-09 06:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175671


Attachments
stacktrace (2.21 KB, text/plain)
2011-01-07 22:16 UTC, Rokko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rokko 2011-01-07 22:15:56 UTC
This bug was originally marked as duplicate of bug 159776, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
Rokko: I was trying to open a Kenai.com project from the IDE.
I was already logged in, but Team windows appears empty, even if I am the administrator of 5 projects on Kenai.com




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.kenai.ui.dashboard.UserNode.getComponent(UserNode.java:121)
   at org.netbeans.modules.kenai.ui.treelist.RendererPanel.configure(RendererPanel.java:129)
   at org.netbeans.modules.kenai.ui.treelist.TreeListNode.getRenderer(TreeListNode.java:174)
   at org.netbeans.modules.kenai.ui.treelist.TreeList$TreeListRenderer.getListCellRendererComponent(TreeList.java:261)
   at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1344)
   at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1294)
Comment 1 Rokko 2011-01-07 22:16:00 UTC
Created attachment 104800 [details]
stacktrace
Comment 2 Tomas Stupka 2011-01-07 23:02:38 UTC
http://hg.netbeans.org/core-main/rev/572f2459485f
fixed
Comment 3 Quality Engineering 2011-01-09 06:24:27 UTC
Integrated into 'main-golden', will be available in build *201101090000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/572f2459485f
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #194132 - NullPointerException at org.netbeans.modules.kenai.ui.dashboard.UserNode.getComponent