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 163908 - NullPointerException: title cannot be null.
Summary: NullPointerException: title cannot be null.
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Chat (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-28 13:12 UTC by Petr Dvorak
Modified: 2009-05-22 13:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150215


Attachments
stacktrace (9.85 KB, text/plain)
2009-04-28 13:12 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-04-28 13:12:44 UTC
Build: NetBeans IDE Dev (Build 200904271401)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-11-generic, i386

User Comments:
joshis: 1. Start IDE with a fresh userdir
2. Open a Java application
3. Invoke Share on Kenai
4. Login as user A
5. Login as user B (who has something in the notification area, IE unread messages)
6. Login as user A
-> when the login dialog shows up for the last time, NPE's are thrown



Stacktrace: 
java.lang.NullPointerException: title cannot be null.
        at org.netbeans.core.ui.notifications.NotificationDisplayerImpl.notify(NotificationDisplayerImpl.java:119)
        at org.netbeans.core.ui.notifications.NotificationDisplayerImpl.notify(NotificationDisplayerImpl.java:114)
        at org.netbeans.core.ui.notifications.NotificationDisplayerImpl.notify(NotificationDisplayerImpl.java:107)
        at org.netbeans.modules.kenai.collab.chat.ChatNotifications$2$2.run(ChatNotifications.java:128)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
Comment 1 Petr Dvorak 2009-04-28 13:12:52 UTC
Created attachment 81071 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2009-04-29 12:21:34 UTC
incorrect usage of notifications api from kenai chat module
Comment 3 Jan Becicka 2009-05-11 13:02:50 UTC
cd24f9d6d0b2
Comment 4 Quality Engineering 2009-05-12 07:46:38 UTC
Integrated into 'main-golden', will be available in build *200905120201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/cd24f9d6d0b2
User: Jan Becicka <jbecicka@netbeans.org>
Log: #163908: NullPointerException: title cannot be null.
Comment 5 Petr Dvorak 2009-05-22 13:51:47 UTC
Verified