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 53572

Summary: Go To Source does not work for nested classes
Product: profiler Reporter: Jan Lahoda <jlahoda>
Component: BaseAssignee: issues@profiler <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jan Lahoda 2005-01-18 13:14:01 UTC
[recent sources]

In the Profiling Results, when I try to "Go To
Source" for a method in a normal (not nested or
inner) class, it works fine. When I try to do it
for a method in a nested class, nothing happens.

The cause of this may be that the nested classes
shows as outerclass$nestedclass in the profiler,
but the infrastructure _may be_ require them in
form outerclass.nestedclass .
Comment 1 iformanek 2005-01-19 09:16:25 UTC
Will be fixed in M5
Comment 2 iformanek 2005-01-19 11:12:22 UTC
Fixed in M5
Comment 3 Jan Lahoda 2005-02-23 17:54:31 UTC
verified in recent sources.