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 56049

Summary: 'Go to Detail' and 'Show Detail' actions do the same
Product: utilities Reporter: Jiri Skrivanek <jskrivanek>
Component: SearchAssignee: Ondrej Rypacek <rypacek>
Status: CLOSED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2005-03-07 10:21:17 UTC
Popup actions 'Go to Detail' and 'Show Detail'
available on search result do the same: go to
found string in editor. One of them should be
removed. To reproduce:

- create a java project
- open find dialog on project root node and type
something in text field (e.g. java)
- in the Search Results view expand a node and
show popup menu on a sub node. There are two menu
items: 'Go to Detail' and 'Show Detail'.

Build 20050304-0847.
Comment 1 Marian Petras 2005-03-10 12:24:40 UTC
Confirmed, accepted.
Comment 2 Ondrej Rypacek 2005-03-31 13:56:44 UTC
fixed. The "show detail" action was removed, "goto detail" remains.
Checked in
utilities/src/org/netbeans/modules/utilities/search/types/FullTextType.java,
rev. 1.47
Comment 3 Jiri Skrivanek 2005-04-04 11:24:58 UTC
Verified in build 20050404-0227.