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 162801 - Go To Source doesn't work for external snapshots
Summary: Go To Source doesn't work for external snapshots
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-04-16 10:27 UTC by Jiri Sedlacek
Modified: 2009-06-03 14:40 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 Jiri Sedlacek 2009-04-16 10:27:03 UTC
Steps to reproduce:

 1/ Start profiling a project performance, take snapshot
 2/ Save snapshot to external file (not to project)
 3/ Open the external snapshot, invoke Go To Source - doesn't work: class and method name are connected by '#' instead
of '.', method signature is in VM format.


Alternate steps:

 1/ Create a snapshot using the IDE self-sampling tool
 2/ Invoke Go To Source in the snapshot - doesn't work: class and method name are connected by '#' instead of '.'


Summary: Go To Source doesn't work for snapshots not saved in a project.
Comment 1 Jiri Sedlacek 2009-04-16 10:27:57 UTC
Regression, opening external snapshots worked fine in NetBeans IDE 6.5.
Comment 2 Jiri Sedlacek 2009-04-16 10:28:31 UTC
Regression, Go To Source in external snapshots worked fine in NetBeans IDE 6.5.
Comment 3 Jiri Sedlacek 2009-04-16 11:05:34 UTC
Fixed in profiler-main:


changeset:   126982:2deaba9dcec0
user:        Jiri Sedlacek <jis@netbeans.org>
date:        Thu Apr 16 12:02:37 2009 +0200
summary:     Bugfix #162801 - project can be null for Go To Source
Comment 4 Quality Engineering 2009-04-17 19:52:22 UTC
Integrated into 'main-golden', will be available in build *200904171401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2deaba9dcec0
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #162801 - project can be null for Go To Source
Comment 5 matusdekanek 2009-06-03 14:40:23 UTC
marking verified