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 51269 - Selecting "Go to source" on method in profiling results only takes you to the class
Summary: Selecting "Go to source" on method in profiling results only takes you to the...
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: iformanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-08 14:22 UTC by jchristi
Modified: 2007-02-12 22:11 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 jchristi 2004-11-08 14:22:46 UTC
Documentation states this should take you to the
indicated method in the class, but with this build
in my environment, its only taking me to the line
in the class file where the class name is
stated.... not to the method.
Comment 1 iformanek 2004-11-09 14:27:35 UTC
This is known issue in NB 4.0, the goto source does not go to 
individual methods, as I had hard time figuring out how to do this, 
and incompatibilities in the srcmodel library in NB 4 (vs. 3.6) did 
not make this any easier. Will try to restore this functionality in 
M4 using the new metamodel-based APIs.
Comment 2 iformanek 2004-12-13 13:51:28 UTC
self assign
Comment 3 iformanek 2005-01-13 13:43:01 UTC
Partially fixed for M4 - the source will now be opened on the method. 
However, a first method of given name is opened, the signature is not 
checked. Will improve further in M5
Comment 4 iformanek 2005-01-19 09:18:43 UTC
Will fully fix in M5
Comment 5 iformanek 2005-01-25 16:17:26 UTC
Fixed fully in M5, including correct signatures and anonymous 
innerclasses
Comment 6 ehucka 2006-10-09 12:12:06 UTC
Verification of old issues.
Comment 7 Alexander Kouznetsov 2007-02-12 22:11:26 UTC
Closing old issues.