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 162498 - NullPointerException at org.netbeans.modules.search.NodeListener.getNbNode
Summary: NullPointerException at org.netbeans.modules.search.NodeListener.getNbNode
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Butenko
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 10:30 UTC by develop7
Modified: 2009-04-13 12:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149394


Attachments
stacktrace (2.12 KB, text/plain)
2009-04-13 10:30 UTC, develop7
Details

Note You need to log in before you can comment on or make changes to this bug.
Description develop7 2009-04-13 10:30:36 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-14-generic, i386

User Comments:
develop7: I've rightclicked file in "search results" window



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.search.NodeListener.getNbNode(NodeListener.java:574)
        at org.netbeans.modules.search.NodeListener.showPopup(NodeListener.java:299)
        at org.netbeans.modules.search.NodeListener.popupTriggerEventFired(NodeListener.java:178)
        at org.netbeans.modules.search.NodeListener.mousePressed(NodeListener.java:757)
        at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:263)
        at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
Comment 1 develop7 2009-04-13 10:30:41 UTC
Created attachment 79962 [details]
stacktrace
Comment 2 Alexey Butenko 2009-04-13 12:07:54 UTC
Fixed in trunk