Reputation: 2014
How to find call hierarchy of functions and relation between objects in a written code that have Aspect-J.
this code developed by previous developer. and he/she has not write(!) any documents.
please help me
Upvotes: 3
Views: 183
Reputation: 298838
Get the Eclipse AspectJ Development Tools. It has an Aspect Visualizer. There are some pretty impressive demos of its capabilities here. (The Cross References View is also very useful)
Upvotes: 2