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 104285 - find dialog for snapshots
Summary: find dialog for snapshots
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-18 15:46 UTC by Kenneth Ganfield
Modified: 2007-06-27 10:51 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 Kenneth Ganfield 2007-05-18 15:46:56 UTC
The wording for the Find dialog should probably be changed to make more
consistent with IDE.

Instead of "Find What" use something like "Search results for the following term"

The button should say "Search", not "Find"

I am assuming it just does a search for some text. Are regular expressions
supported? or is it only the name of the package/class/method.

There is no indication when no results are found.

The Find button is also available on comparisons of snapshots, but it doesnt
seem to work for that.


Also, I am often getting a strange empty Progress box for some actions. Eg In
this case it was when using the Find. It appeared i think after a minute, and
then when i canceled out of the Find I had to close the Progress box manually.
Comment 1 Alexander Kouznetsov 2007-05-18 16:03:17 UTC
There is Issue 86702 that covers "The Find button is also available on
comparisons of snapshots, but it doesn't seem to work for that". See also Issue
97664 and Issue 100376.
Comment 2 Jiri Sedlacek 2007-06-27 10:51:21 UTC
Using NetBeans IDE Dev (Build 200706251800),
I've invoked Find action (Ctrl+F) in editor:

 - Dialog caption: "Find"
 - Label next to the textfield: "Find What:"
 - Dialog buttons: "Find" "Close"

then I've invoked Find action (Ctrl+F) in CPU snapshot:

 - Dialog caption: "Find in Results"
 - Label next to the textfield: "Find What:"
 - Dialog buttons: "Find" "Cancel"

The only inconsistency is Close vs. Cancel button which is caused by the fact that the first dialog isn't modal whereas 
the second is. This part is thus WONTFIX.

Implemented a dialog with information that no results have been found if that happens. That's why closing this issue as 
FIXED.

There is no progress used for Find in Results, skipping this part as INVALID in context of this issue. Please file a 
separate issue for this problem with more detailed description and steps how to reproduce.

FYI, only method/class/package names (without the arguments part like "(boolean)") in first column are searched.

Fixed for Beta1.