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 28518 - Tooltip text is confused in 'Search Results' dialog
Summary: Tooltip text is confused in 'Search Results' dialog
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-06 11:07 UTC by pfelenda
Modified: 2003-04-23 13:26 UTC (History)
1 user (show)

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 pfelenda 2002-11-06 11:07:23 UTC
How to show this tooltip text :

- Mount any jar with classes. (without sources)
- Invoke Find command on this filesystem ( click
to this filesystem and use Ctrl-F shortcut or Find
item from popup menu )
- Fill appeared dialog e.g. type 'Class' to
substring field and confirm this dialog.
- Select any class and move cursor to position in
'Position within the file:' text area in  'Search
Results' dialog.

-> Wait to tooltip appeared and check it. There are 
some crazy characters.
Comment 1 Marian Petras 2003-01-22 18:42:02 UTC
The "crazy characters" represented the line containing the string to
be found. If the string was found in a binary file, a "line" of the
file was displayed.

The tooltip does not display contents of files any more. It displays
information about position of the matching string within a file in a
non-technical way ("line XX, column YY", while the list in the dialog
displays "position XX:YY").
Comment 2 Marian Petras 2003-01-23 11:58:49 UTC
(it is fixed in the trunk)
Comment 3 pfelenda 2003-04-23 13:26:42 UTC
Verified in dev 200304230100.
This fix causes other issue. See
http://qa.netbeans.org/issues/show_bug.cgi?id=32947