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 176016 - NullPointerException at org.netbeans.modules.kenai.collab.chat.ChatPanel.removeTags
Summary: NullPointerException at org.netbeans.modules.kenai.collab.chat.ChatPanel.remo...
Status: RESOLVED 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-11-04 17:24 UTC by Kenneth Ganfield
Modified: 2009-11-06 10:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 161497


Attachments
stacktrace (1.04 KB, text/plain)
2009-11-04 17:24 UTC, Kenneth Ganfield
Details
stacktrace (1.04 KB, text/plain)
2009-11-04 17:40 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2009-11-04 17:24:07 UTC
Build: NetBeans IDE Dev (Build 200910310201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

User Comments:
kganfield: using a one-to-one chat



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.kenai.collab.chat.ChatPanel.removeTags(ChatPanel.java:493)
        at org.netbeans.modules.kenai.collab.chat.ChatPanel.insertMessage(ChatPanel.java:1005)
        at org.netbeans.modules.kenai.collab.chat.ChatPanel$ChatListener$1.run(ChatPanel.java:549)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:125)
Comment 1 Kenneth Ganfield 2009-11-04 17:24:12 UTC
Created attachment 90494 [details]
stacktrace
Comment 2 Kenneth Ganfield 2009-11-04 17:40:09 UTC
Build: NetBeans IDE Dev (Build 200910310201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

User Comments: 
opening chatroom initiated by someone else. the other person is using a third-party chat client

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.kenai.collab.chat.ChatPanel.removeTags(ChatPanel.java:493)
        at org.netbeans.modules.kenai.collab.chat.ChatPanel.insertMessage(ChatPanel.java:1005)
        at org.netbeans.modules.kenai.collab.chat.ChatPanel$ChatListener$1.run(ChatPanel.java:549)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:125)
Comment 3 Kenneth Ganfield 2009-11-04 17:40:12 UTC
Created attachment 90496 [details]
stacktrace
Comment 4 Jan Becicka 2009-11-05 15:04:45 UTC
fixed
Comment 5 Quality Engineering 2009-11-06 10:03:10 UTC
Integrated into 'main-golden', will be available in build *200911060201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8a582966e4d2
User: Jan Becicka <jbecicka@netbeans.org>
Log: #176016: NullPointerException at org.netbeans.modules.kenai.collab.chat.ChatPanel.removeTags