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 51396 - NullPointerException from navigator.NavigatorJList.getToolTipLocation
Summary: NullPointerException from navigator.NavigatorJList.getToolTipLocation
Status: CLOSED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
: 51355 51620 51831 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-10 21:54 UTC by bbug
Modified: 2006-03-24 10:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log listing this error at bottom (502.49 KB, text/plain)
2004-11-10 23:02 UTC, bbug
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bbug 2004-11-10 21:54:21 UTC
The following entry from my message.log describes
an error that seems to come up often (after a
certain time interval has passed) when I mouse
over the new Navigator window (v 4.0beta2)

*********** Exception occurred ************ at
4:11 PM on Nov 10, 2004
java.lang.NullPointerException
        at
org.netbeans.modules.navigator.NavigatorJList.getToolTipLocation(NavigatorJList.java:105)
        at
javax.swing.ToolTipManager$insideTimerAction.actionPerformed(ToolTipManager.java:684)
        at
javax.swing.Timer.fireActionPerformed(Timer.java:271)
        at
javax.swing.Timer$DoPostEvent.run(Timer.java:201)
        at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
        at
java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
[catch] at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
        at
java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 bbug 2004-11-10 23:02:25 UTC
Created attachment 18834 [details]
messages.log listing this error at bottom
Comment 2 Martin Matula 2004-11-15 23:06:49 UTC
Seems to come from navigator module.
Comment 3 _ tboudreau 2004-11-19 07:06:48 UTC
Checking in src/org/netbeans/modules/navigator/Navigator.java;
/cvs/contrib/navigator/src/org/netbeans/modules/navigator/Navigator.java,v  <--  
Navigator.java
new revision: 1.2; previous revision: 1.1
done
Checking in src/org/netbeans/modules/navigator/NavigatorJList.java;
/cvs/contrib/navigator/src/org/netbeans/modules/navigator/NavigatorJList.java,v  <--  
NavigatorJList.java
new revision: 1.3; previous revision: 1.2
done
Comment 4 _ tboudreau 2004-11-19 07:08:15 UTC
*** Issue 51355 has been marked as a duplicate of this issue. ***
Comment 5 David Simonek 2004-12-22 19:45:05 UTC
*** Issue 51831 has been marked as a duplicate of this issue. ***
Comment 6 David Simonek 2005-01-04 13:58:24 UTC
*** Issue 51620 has been marked as a duplicate of this issue. ***
Comment 7 Jaromir Uhrik 2005-07-15 09:26:43 UTC
Verified.