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

Summary: NullPointerException at org.netbeans.modules.kenai.ui.KenaiFeatureCellRenderer.getListCellRendererComponent
Product: connecteddeveloper Reporter: Petr Dvorak <joshis>
Component: Team FrameworkAssignee: Milan Kubec <mkubec>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=147491
Issue Type: DEFECT Exception Reporter: 147491
Attachments: stacktrace

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