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 159196 - Yahoo messenger plugin throws exception
Summary: Yahoo messenger plugin throws exception
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: anil_raju
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-26 09:43 UTC by ranjith_eye
Modified: 2011-01-14 15:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file (78.17 KB, text/plain)
2009-02-26 09:44 UTC, ranjith_eye
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ranjith_eye 2009-02-26 09:43:01 UTC
Yahoo messenger plugin  throws exception



java.lang.NullPointerException
	at org.sack.yahoo.ym.YMwindowTopComponent.frndlistwin(YMwindowTopComponent.java:76)
	at org.sack.yahoo.ym.YMwindowTopComponent.login(YMwindowTopComponent.java:445)
	at org.sack.yahoo.ym.YMwindowTopComponent.SigninActionPerformed(YMwindowTopComponent.java:294)
	at org.sack.yahoo.ym.YMwindowTopComponent.access$200(YMwindowTopComponent.java:34)
	at org.sack.yahoo.ym.YMwindowTopComponent$5.actionPerformed(YMwindowTopComponent.java:225)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
	at java.awt.Component.processMouseEvent(Component.java:5517)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
	at java.awt.Component.processEvent(Component.java:5282)
	at java.awt.Container.processEvent(Container.java:1966)
	at java.awt.Component.dispatchEventImpl(Component.java:3984)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Component.dispatchEvent(Component.java:3819)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
	at java.awt.Container.dispatchEventImpl(Container.java:2010)
	at java.awt.Window.dispatchEventImpl(Window.java:1791)
	at java.awt.Component.dispatchEvent(Component.java:3819)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 ranjith_eye 2009-02-26 09:44:59 UTC
Created attachment 77399 [details]
log file
Comment 2 Jiri Kovalsky 2009-02-26 10:04:06 UTC
Anil, can you please take a look at this and fix your plugin? Thanks!