Bug 272330 - add spider browser view
Summary: add spider browser view
Status: CLOSED MOVED
Alias: None
Product: MAT
Classification: Tools
Component: GUI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-15 11:11 EDT by Randall Theobald CLA
Modified: 2024-05-08 11:51 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randall Theobald CLA 2009-04-15 11:11:30 EDT
Often when doing memory analysis, I like to see a "spider" view of an instance. That is, which instances directly reference my current instance, and which instances are directly referenced by my current instance.

For example:

          Object_ID Depth Size Parents Children Class

parents:  003F41DB  3     105   1       23       java.lang.Object[]

current:  003F1234  4     24    1       1        java.lang.WeakReference

children: 00123454  5     24    1       0        java.lang.Integer


where the parents and children section might contain numerous parents, and each parent and child is clickable and directly makes that instance the current instance. This type of view can often provide information not apparent from other views in MAT (in my experience) since incoming and outgoing references are typically 2 separate views in MAT.
Comment 1 Eclipse Webmaster CLA 2024-05-08 11:51:12 EDT
This issue has been migrated to https://github.com/eclipse-mat/org.eclipse.mat/issues/2.