Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reverse Engineer in an Aspectj java application

Tags:

java

aspectj

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

like image 594
Maziar Aboualizadehbehbahani Avatar asked Jun 10 '26 13:06

Maziar Aboualizadehbehbahani


1 Answers

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)

like image 103
Sean Patrick Floyd Avatar answered Jun 13 '26 01:06

Sean Patrick Floyd