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

Summary: Yahoo messenger plugin throws exception
Product: third-party Reporter: ranjith_eye <ranjith_eye>
Component: -- Other --Assignee: anil_raju <anil_raju>
Status: NEW ---    
Severity: blocker CC: jglick
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: log file

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!