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 212820 - [heapwalker] go to source doesn't work for inner classes
Summary: [heapwalker] go to source doesn't work for inner classes
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-22 09:50 UTC by Petr Cyhelsky
Modified: 2012-06-05 06:01 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 Petr Cyhelsky 2012-05-22 09:50:37 UTC
Product Version: NetBeans IDE Dev (Build 201205200400)
Java: 1.7.0_04; Java HotSpot(TM) Client VM 23.0-b21
System: Linux version 3.2.0-24-generic running on i386; UTF-8; en_US (nb)

when go to source is invoked from heapwalker on inner class instance, it doesn't work, even though the project containing the file is opened in IDE.
Comment 1 J Bachorik 2012-05-22 10:41:34 UTC
fixed - http://hg.netbeans.org/profiler-main/rev/89b889f99512
Comment 2 Quality Engineering 2012-06-05 06:01:56 UTC
Integrated into 'main-golden', will be available in build *201206050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/89b889f99512
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #212820: parsing a javasource does not need to wait for the background scan; also CompilationController.getCompilationUnit() requires the controller to be created from a single file