Plugins (1000)


Training and Consulting (67)


Eclipse Summit Europe 2009


EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 598
Comments: 0

EPIC has moved! The content of this site has been frozen and placed in a Read-Only State. Check out our new Eclipse Marketplace site. Logins to this site have been disabled.


Category: Plugin Directory / Source Code Analyzer / Data Hierarchy

This listing has moved and is Out of Date. Please view the most up to date listing here:
http://marketplace.eclipse.org/content/data-hierarchy

Data Hierarchy 
Rate this plugin | Report broken link | Details

Rating: 9.0 (4 Votes) | hits: 0
Data Hierarchy

Version: 0.0.3
Support Eclipse Version: 3.4 & 3.5
License: Free CPL
Development Status: Beta
Company: Andrei Loskutov
Plugin home pageHome Page
Plugin SupportPlugin Support
Discussion ForumsDiscussion Forum
Update Site URL: http://andrei.gmxhome.de/eclipse/

The question I very often have is: which objects (recursively) are loaded in memory if a particular object is created?

If you know the Call Hierarchy plugin, you will find the Data Hierarchy very similar. It searches selected Java classes for declared fields, and starting with the found "Data" it recursively looks for fields which are declared on found classes ("Hierarchy"). At the end you can see kind of "Data Hierarchy" tree.

Please note, that the plugin can not detect reflection based data, data inside non-generic collections, data which is stored as "Object" etc.

This is a very rough estimation of the real data hierarchy, but works perfectly for a quick walk over the data structures/dependencies for code reviews. Note: for a full and precise analysis you have to use profiler!

Additionally plugin allows to restrict the search for static fields only.



My other plugins on EPIC:
Added on: 07-May-2009 | Updated: 07-Jul-2009




Last 0 Comments