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 98596 - Would be nice if Go To Source went to the exact line
Summary: Would be nice if Go To Source went to the exact line
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 06:18 UTC by _ gsporar
Modified: 2007-03-22 06:18 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gsporar 2007-03-22 06:18:18 UTC
The Profiler offers "Go To Source" from the allocation stack traces for memory
profiling.  Currently it just takes the user to the first line of the method. 
It would be nice if it took them to the exact line in the code where the
allocation was done.  This way if there were multiple places in the method where
allocations of a particular type were being done then it would be clear which
place did the allocation that is listed.