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 233327 - NullPointerException at org.netbeans.modules.kenai.collab.chat.PresenceIndicator$MouseL$4.actionPerformed
Summary: NullPointerException at org.netbeans.modules.kenai.collab.chat.PresenceIndica...
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-24 14:49 UTC by Tomas Stupka
Modified: 2013-07-27 02:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202472


Attachments
stacktrace (2.97 KB, text/plain)
2013-07-24 14:49 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-24 14:49:02 UTC
Build: NetBeans IDE Dev (Build 20130724-b9004e2ff3b6)
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: statusbar > logout from team server




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.kenai.collab.chat.PresenceIndicator$MouseL$4.actionPerformed(PresenceIndicator.java:257)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
   at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
Comment 1 Tomas Stupka 2013-07-24 14:49:03 UTC
Created attachment 137709 [details]
stacktrace
Comment 2 Tomas Stupka 2013-07-26 14:02:47 UTC
fixed in core-main #d5ade0a451a7
Comment 3 Quality Engineering 2013-07-27 02:18:21 UTC
Integrated into 'main-silver', will be available in build *201307262300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d5ade0a451a7
User: Tomas Stupka <tstupka@netbeans.org>
Log: raised version
Issue #233327 - NullPointerException at org.netbeans.modules.kenai.collab.chat.PresenceIndicator$MouseL$4.actionPerformed