Reverse Engineer in an Aspectj java application

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

Answers (1)

Sean Patrick Floyd
Sean Patrick Floyd

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

Related Questions