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 232521 - NullPointerException at org.netbeans.modules.kenai.collab.chat.ChatPanel.<init>
Summary: NullPointerException at org.netbeans.modules.kenai.collab.chat.ChatPanel.<init>
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Kenai (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-10 14:21 UTC by Tomas Stupka
Modified: 2013-07-18 02:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202043


Attachments
stacktrace (2.86 KB, text/plain)
2013-07-10 14:21 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-07-10 14:21:39 UTC
Build: NetBeans IDE Dev (Build 20130710-1b2043bc9228)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
tstupka: selected a chatroom




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.kenai.collab.chat.ChatPanel.<init>(ChatPanel.java:387)
   at org.netbeans.modules.kenai.collab.chat.ChatTopComponent.setActiveGroup(ChatTopComponent.java:332)
   at org.netbeans.modules.kenai.collab.chat.GroupListItem.openChat(GroupListItem.java:96)
   at org.netbeans.modules.kenai.collab.chat.ContactList.contactJListMouseClicked(ContactList.java:294)
   at org.netbeans.modules.kenai.collab.chat.ContactList.access$200(ContactList.java:67)
   at org.netbeans.modules.kenai.collab.chat.ContactList$4.mouseClicked(ContactList.java:183)
Comment 1 Tomas Stupka 2013-07-10 14:21:41 UTC
Created attachment 136956 [details]
stacktrace
Comment 2 Tomas Stupka 2013-07-15 14:09:18 UTC
fixed in core-main #ae5c10e6da35
Comment 3 Quality Engineering 2013-07-18 02:37:37 UTC
Integrated into 'main-silver', will be available in build *201307172300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ae5c10e6da35
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #232521 - NullPointerException at org.netbeans.modules.kenai.collab.chat.ChatPanel.<init>