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 170122 - NullPointerException at org.netbeans.modules.kenai.collab.chat.FilterRenderer.getListCellRendererComponent
Summary: NullPointerException at org.netbeans.modules.kenai.collab.chat.FilterRenderer...
Status: CLOSED DUPLICATE of bug 170025
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Chat (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Becicka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-10 11:06 UTC by Jaromir Uhrik
Modified: 2009-08-11 10:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 155378


Attachments
stacktrace (4.58 KB, text/plain)
2009-08-10 11:06 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-08-10 11:06:37 UTC
Build: NetBeans IDE Dev (Build 200908100201)
VM: Java HotSpot(TM) Client VM, 1.5.0_19-137, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_19-b02-304
OS: Mac OS X, 10.5.8, i386

User Comments:
juhrik: -Opened the chat of newly created project (clicked on chat link of this prj in the kenai dashboard)
-closed the tab of this chatroom
-->> the exception dialog appeared...



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.kenai.collab.chat.FilterRenderer.getListCellRendererComponent(FilterRenderer.java:86)
        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-08-10 11:06:42 UTC
Created attachment 86026 [details]
stacktrace
Comment 2 Jaromir Uhrik 2009-08-10 11:09:39 UTC
The exception appears in a loop so that I must restart IDE => increasing the priority to P1.
Comment 3 Jan Becicka 2009-08-10 14:36:05 UTC
should be fixed, please verify

*** This issue has been marked as a duplicate of 170025 ***
Comment 4 Jaromir Uhrik 2009-08-11 10:02:02 UTC
Duplicate=>Verified->Closed.