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 159905 - NullPointerException at org.netbeans.modules.kenai.ui.KenaiFeatureCellRenderer.getListCellRendererComponent
Summary: NullPointerException at org.netbeans.modules.kenai.ui.KenaiFeatureCellRendere...
Status: CLOSED DUPLICATE of bug 159902
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milan Kubec
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-09 13:17 UTC by Jaromir Uhrik
Modified: 2009-04-05 18:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 147342


Attachments
stacktrace (8.01 KB, text/plain)
2009-03-09 13:17 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-03-09 13:17:30 UTC
Build: NetBeans IDE Dev (Build 090309)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
juhrik: Push the "get" link in Kenai dashboard to get sources from Kenai caused the exception. 
This is easily reproducible.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.kenai.ui.KenaiFeatureCellRenderer.getListCellRendererComponent(KenaiFeatureCellRenderer.java:140)
        at apple.laf.CUIAquaComboBoxButton.doRendererPaint(CUIAquaComboBoxButton.java:140)
        at apple.laf.CUIAquaComboBoxButton.paintComponent(CUIAquaComboBoxButton.java:132)
        at javax.swing.JComponent.paint(JComponent.java:1006)
        at javax.swing.JComponent.paintChildren(JComponent.java:843)
        at javax.swing.JComponent.paint(JComponent.java:1015)
Comment 1 Jaromir Uhrik 2009-03-09 13:17:41 UTC
Created attachment 77907 [details]
stacktrace
Comment 2 Jaromir Uhrik 2009-03-09 13:21:17 UTC
Cannot get rid of this dialog, another one always appears. Because of the modality of the dialog it is necessary to
restart IDE. Increasing to P1.
Comment 3 Milan Kubec 2009-03-09 13:31:21 UTC

*** This issue has been marked as a duplicate of 159902 ***
Comment 4 Jaromir Uhrik 2009-03-10 12:43:14 UTC
Duplicate => Verified ->Closed.