Le 16/04/2013 23:27, Jean Andre a écrit :
Probably better to use a reverse tool ?, I'm mean a UML tool and make a reverse code engineering. Set the deep of what you want to grab into the diagram or setting the classes or packages that you do not want to show will help to clarify the diagram.




De : BendjamaFairouz Ilc <bendjamafairouz_...@yahoo.fr>
A : "aspectj-users@eclipse.org" <aspectj-users@eclipse.org>,
Date : 2013-04-16 17:15
Objet : Re: [aspectj-users] classes and methodes name
Envoyé par : aspectj-users-boun...@eclipse.org
------------------------------------------------------------------------



thank you for your answer


My problem is that I don't know any information about the java project that I have to analyze, since the user will import it from the interface of my program, and I need a list of all classes and methods in the project to create a call graph or a dependency matrix (to calculate the fan for each method) i hope this will clear my problem

I tried several logging code but I did not get the result I want_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users



_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users
use JD-GUI to decompile your project . But if the code is offuscated, there is no simple solution
http://java.decompiler.free.fr/?q=jdgui

_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to