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 115067 - Stack-traces should include line numbers
Summary: Stack-traces should include line numbers
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-07 21:36 UTC by _ gtzabari
Modified: 2007-09-07 21:36 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 _ gtzabari 2007-09-07 21:36:25 UTC
When I am hunting memory leaks it isn't always obvious which line of code is triggering the leak. You might think that
the method names of the stack-trace would be enough but if StringBuilder.append() is called then this is simply not
enough. Why doesn't Netbeans include line number in the Allocation Stack Traces? When I right click and "Go to Source"
it should take me to the exact line number instead of just to the method header.