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 137379 - NullPointerException at org.netbeans.modules.quicksearch.QuickSearchPopup.invoke
Summary: NullPointerException at org.netbeans.modules.quicksearch.QuickSearchPopup.invoke
Status: RESOLVED DUPLICATE of bug 137259
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-17 02:55 UTC by Jesse Glick
Modified: 2008-12-22 11:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 65920


Attachments
stacktrace (2.30 KB, text/plain)
2008-06-17 09:48 UTC, Ondrej Langr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2008-06-17 02:55:23 UTC
Build: NetBeans IDE Dev (Build 200806160002)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.netbeans.modules.quicksearch.QuickSearchPopup.invoke(QuickSearchPopup.java:75)
        at org.netbeans.modules.quicksearch.QuickSearchComboBar.commandKeyPressed(QuickSearchComboBar.java:224)
        at org.netbeans.modules.quicksearch.QuickSearchComboBar.access$500(QuickSearchComboBar.java:62)
        at org.netbeans.modules.quicksearch.QuickSearchComboBar$4.keyPressed(QuickSearchComboBar.java:178)
        at java.awt.Component.processKeyEvent(Component.java:5999)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2799)
        at java.awt.Component.processEvent(Component.java:5818)
        at java.awt.Container.processEvent(Container.java:2058)
        at java.awt.Component.dispatchEventImpl(Component.java:4413)
        at java.awt.Container.dispatchEventImpl(Container.java:2116)
Comment 1 Ondrej Langr 2008-06-17 09:48:14 UTC
Created attachment 62914 [details]
stacktrace
Comment 2 David Simonek 2008-06-17 13:18:43 UTC
Actually duplicate of 137259, in spite of different stack trace.

*** This issue has been marked as a duplicate of 137259 ***