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 101153 - Switching to Instances view in Heap Dump does not show selected class info
Summary: Switching to Instances view in Heap Dump does not show selected class info
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-16 14:47 UTC by Mikhail Kondratyev
Modified: 2007-04-23 13:30 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 Mikhail Kondratyev 2007-04-16 14:47:59 UTC
Tested with build from 2007.04.12
Steps to reproduce:
 - create an application 
 - start memory profiling of that application
 - click Dump Heap button in Profiler tab
 - The Heap dump multiview editor will be opened
 - select a class (do NOT double click it)
 - switch to the Instances view
The Profiler will not show the selected class instances data. The No Class
Selected message will be shown instead
Comment 1 Jiri Sedlacek 2007-04-23 13:30:32 UTC
Actually full message wording in Instances view is "No class selected. To view 
instances, doubleclick a class or choose Show in Instances View from popup menu 
in Classes view first." which gives you enough information what to do.

On the other side, I agree that the "No class selected" message is not correct, 
so changing it to "No class defined".

Fixed for M9.