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 2759 - call search window throws exception
Summary: call search window throws exception
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pknakal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-26 21:34 UTC by pknakal
Modified: 2008-12-23 10:52 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 pknakal 1999-07-26 21:34:20 UTC
ctrl+F1
java.lang.NullPointerException
        at javax.swing.ToolTipManager$1.actionPerformed(ToolTipManager.java:76)
        at javax.swing.plaf.basic.BasicTreeUI$KeyHandler.keyPressed(BasicTreeUI.java:2398)
        at java.awt.Component.processKeyEvent(Component.java:3093)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:1435)
        at java.awt.Component.processEvent(Component.java:2979)
        at java.awt.Container.processEvent(Container.java:988)
        at java.awt.Component.dispatchEventImpl(Component.java:2381)

        at java.awt.Container.dispatchEventImpl(Container.java:1033)
        at java.awt.Component.dispatchEvent(Component.java:2294)
        at java.awt.LightweightDispatcher.processKeyEvent(Container.java:1672)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:1656)
        at java.awt.Container.dispatchEventImpl(Container.java:1020)
        at java.awt.Window.dispatchEventImpl(Window.java:715)
        at java.awt.Component.dispatchEvent(Component.java:2294)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:258)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
Comment 1 Marek Grummich 2000-07-25 09:42:59 UTC
Priority is changed to P4 (normal).