| Summary: | Representation of java method calls as a graph | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Modeling] MoDisco | Reporter: | Gabriel BARBIER <barbier.gabriel> | ||||
| Component: | Contribution | Assignee: | Gabriel BARBIER <barbier.gabriel> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | fabien.giquel, gdupe, hugo.bruneliere, modisco.web-inbox | ||||
| Version: | 0.9.0 | Flags: | barbier.gabriel:
indigo+
|
||||
| Target Milestone: | 0.9.0 M1 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
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. |
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