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
| | | | Version: 0.0.3 Support Eclipse Version: 3.4 & 3.5 License: Free CPL Development Status: Beta Company: Andrei Loskutov
| |  | Home Page |  | Plugin Support |  | Discussion 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
|
|