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

Summary: Stack-traces should include line numbers
Product: profiler Reporter: _ gtzabari <gtzabari>
Component: BaseAssignee: issues@profiler <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.