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 123905 - Add option to show FQN of classes in Instances window of HeapWalker
Summary: Add option to show FQN of classes in Instances window of HeapWalker
Status: NEW
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-12-12 19:12 UTC by _ sandipchitale
Modified: 2007-12-14 20:16 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
FQN in instance view (40.72 KB, image/png)
2007-12-13 11:11 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ sandipchitale 2007-12-12 19:12:40 UTC
Sometimes I want to see the FQN of classes shown in the Instances window so that I can quickly figure out which package
(and therefore which NetBeans module) it may come from.
Comment 1 Tomas Hurka 2007-12-13 11:10:28 UTC
I think that this is already implemented. Check the screenshot.
Comment 2 Tomas Hurka 2007-12-13 11:11:39 UTC
Created attachment 54222 [details]
FQN in instance view
Comment 3 _ sandipchitale 2007-12-14 20:16:09 UTC
Oops..I missed that. I was looking for a toggle button to switch between simple and FQN. You may still want to consider
that alternative. 

I think use of a separate column is redundant. If you want to use a separate column make it a package name column which
the user can sort to group by packagenames. Putting Package name column to the left of Type column gives the FQN
functionality also.