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 68237 - Finding occurences in combined view ignores signature
Summary: Finding occurences in combined view ignores signature
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-07 17:02 UTC by iformanek
Modified: 2007-02-20 18:08 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 iformanek 2005-11-07 17:02:42 UTC
If there are multiple methods with the same name but different signature, going 
through find next/previous in the combined view goes through all of them.
Comment 1 Jiri Sedlacek 2005-11-29 14:55:46 UTC
Searching in CCT works in a "starts with" manner to not force the user to enter 
whole method name incl. its signature. This is the reason why in combined view 
of CPU snapshot searching doesn't work correctly - when a method is selected in 
flatprofile, other methods can be found in CCT if start with similar string.

This is now fixed for method names, for this particular case method to found is 
defined using its full name + signature. However, this still doesn't work for 
classnames/package names where no signatures can be used (for example searching 
for package java.nio also finds java.nio.charset). But I don't think this is a 
real problem for the user.

Closing as fixed for M11.
Comment 2 ehucka 2006-10-09 12:10:27 UTC
Verification of old issues.
Comment 3 Alexander Kouznetsov 2007-02-20 10:16:34 UTC
Closing old issues
Comment 4 Alexander Kouznetsov 2007-02-20 18:08:25 UTC
Reverting to original Target Milestone value changed by mistake. Sorry for
inconvenience.