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

Summary: Add option to show FQN of classes in Instances window of HeapWalker
Product: profiler Reporter: _ sandipchitale <sandipchitale>
Component: BaseAssignee: issues@profiler <issues>
Status: NEW ---    
Severity: blocker CC: thurka
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: FQN in instance view

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.