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 160107 - NullPointerException at org.netbeans.modules.kenai.ui.KenaiFeatureCellRenderer.getListCellRendererComponent
Summary: NullPointerException at org.netbeans.modules.kenai.ui.KenaiFeatureCellRendere...
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-11 13:53 UTC by Petr Dvorak
Modified: 2009-04-05 18:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 147491


Attachments
stacktrace (6.22 KB, text/plain)
2009-03-11 13:53 UTC, Petr Dvorak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Dvorak 2009-03-11 13:53:04 UTC
Build: NetBeans IDE Dev (Build cdev-341-on-090310)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-12-generic, i386

User Comments:
joshis: I opened the Get Sources from Kenai dialog (svn) for the "PHP Enterprise" project on testkenai. This exception was thrown imediatelly.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.kenai.ui.KenaiFeatureCellRenderer.getListCellRendererComponent(KenaiFeatureCellRenderer.java:140)
        at javax.swing.plaf.basic.BasicComboBoxUI.getDisplaySize(BasicComboBoxUI.java:1336)
        at javax.swing.plaf.metal.MetalComboBoxUI.getMinimumSize(MetalComboBoxUI.java:316)
        at javax.swing.plaf.basic.BasicComboBoxUI.getPreferredSize(BasicComboBoxUI.java:894)
        at javax.swing.JComponent.getPreferredSize(JComponent.java:1632)
        at java.awt.GridBagLayout.GetLayoutInfo(GridBagLayout.java:1092)
Comment 1 Petr Dvorak 2009-03-11 13:53:14 UTC
Created attachment 78051 [details]
stacktrace
Comment 2 Milan Kubec 2009-03-11 16:27:55 UTC
Happening when user is either not logged in or getMyProjects() fails to load.
Comment 3 Milan Kubec 2009-03-24 15:06:38 UTC
Should be already fixed.
Comment 4 Milan Kubec 2009-03-24 15:07:30 UTC
Setting as fixed.
Comment 5 Petr Dvorak 2009-03-31 13:12:50 UTC
Verified