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 34394 - NullPointerException in mouseExited
Summary: NullPointerException in mouseExited
Status: VERIFIED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2003-06-15 01:14 UTC by Unknown
Modified: 2008-12-23 09:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2003-06-15 01:14:14 UTC
*********** Exception occurred ************ at Sun Jun 15 
02:59:06 GMT+03:00 2003
java.lang.NullPointerException
	at javax.swing.ToolTipManager.mouseExited
(ToolTipManager.java:539)
	at java.awt.Component.processMouseEvent
(Component.java:5140)
	at java.awt.Component.processEvent
(Component.java:4931)
	at java.awt.Container.processEvent
(Container.java:1566)
	at java.awt.Window.processEvent(Window.java:1079)
	at java.awt.Component.dispatchEventImpl
(Component.java:3639)
	at java.awt.Container.dispatchEventImpl
(Container.java:1623)
	at java.awt.Window.dispatchEventImpl
(Window.java:1590)
	at java.awt.Component.dispatchEvent
(Component.java:3480)
	at java.awt.EventQueue.dispatchEvent
(EventQueue.java:450)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:197)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:144)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:136)
	at java.awt.EventDispatchThread.run
(EventDispatchThread.java:99)
Comment 1 pzajac 2003-06-16 08:48:13 UTC
Reassigned to core/windows. IMHO WONTFIX because the exception is
thrown from awt/swing library of of jdk. 
Comment 2 mslama 2003-06-16 15:37:46 UTC
Yes agree. It looks like JDK bug. No NB code included. Please check
bug database at java.sun.com and if reproducible or you have more info
(what OS, what JDK) you can file bug there.
Comment 3 Marian Mirilovic 2003-07-24 14:32:26 UTC
it's JDK bug - verifying.
Comment 4 Jan Chalupa 2003-11-03 16:12:10 UTC
Previously VERIFIED issue that was mistakenly put into the NEW
state... closing again...
Comment 5 Jan Chalupa 2003-11-03 16:12:27 UTC
... verified.