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 - Go To Source does not work for nested classes
Summary: Go To Source does not work for nested classes
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-18 13:14 UTC by Jan Lahoda
Modified: 2006-03-24 12:50 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 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.