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 122024 - Incorrect message on Go To Source for "Objects allocated by reflection" line
Summary: Incorrect message on Go To Source for "Objects allocated by reflection" line
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-15 15:48 UTC by Alexander Kouznetsov
Modified: 2008-09-15 17: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 Alexander Kouznetsov 2007-11-15 15:48:40 UTC
Product Version: NetBeans IDE 6.0 RC1 (Build 200711141200)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

Steps to reproduce:
- Open Allocation Stack Traces page for some class in memory snapshot
- Right-click "Objects allocated by reflection" node and select "Go To Source"
- RESULT: "No source found for class org.netbeans.lib.profiler.server.ProfilerRuntimeMemory" error dialog is shown. We
should change the error message or disable Go To Source menu item.
Comment 1 Jiri Sedlacek 2008-09-12 14:51:33 UTC
Correct message is now shown on Go To Source for objects allocated by reflection.

Fixed for 6.5.


changeset:   101662:b58638e1e8fb
date:        Fri Sep 12 15:49:41 2008 +0200
summary:     Bugfix #122024 Cannot show source for objects allocated by reflection
Comment 2 Quality Engineering 2008-09-15 17:40:02 UTC
Integrated into 'main-golden', will be available in build *200809151401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b58638e1e8fb
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #122024 Cannot show source for objects allocated by reflection