Community
Participate
Working Groups
Created attachment 170385 [details] The project to provide graph of method calls Hello, To extract method calls information we use the java model of a project. Then we build a model dedicated to the representation of a call hierarchy to support huge java applications. Additionnaly, in case of call to a method defined in an interface, we offers a list of potential classes (basically the list of classes that implements the interface, filtered using additional information from java model like variable initialisation). Then, we represent the graph of method calls using "Prefuse" library. The contributor of this plug-in is: Gabriel Barbier. Regards, Gabriel
I have committed the plug-in to the SVN: https://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.modisco/plugins/trunk/org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls/ Gabriel
Contribution integrated.