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 74242 - "Go To Source" go to the wrong source
Summary: "Go To Source" go to the wrong source
Status: RESOLVED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-31 12:12 UTC by Tomas Hurka
Modified: 2006-10-23 16:40 UTC (History)
2 users (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 Tomas Hurka 2006-03-31 12:12:31 UTC
I'm able to reproduce it in profiler 5.5 20030330. There are two methods with
the same name but different parameter's type. One is called from another:

protected void update(TextData data) {
        ...
        HashSet<String> wordsset=new HashSet();
        update(wordsset);
}
    
protected void update(HashSet<String> wordsset) {
...

Go to source always goes to the first method.
Comment 1 Tomas Hurka 2006-08-18 13:50:26 UTC
Works for me in NB Profiler 6.0.