Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 314917 - Representation of java method calls as a graph
Summary: Representation of java method calls as a graph
Status: CLOSED FIXED
Alias: None
Product: MoDisco
Classification: Modeling
Component: Contribution (show other bugs)
Version: 0.9.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 0.9.0 M1   Edit
Assignee: Gabriel BARBIER CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-28 13:15 EDT by Gabriel BARBIER CLA
Modified: 2010-10-18 08:28 EDT (History)
4 users (show)

See Also:
barbier.gabriel: indigo+


Attachments
The project to provide graph of method calls (56.79 KB, application/zip)
2010-05-28 13:15 EDT, Gabriel BARBIER CLA
barbier.gabriel: iplog+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel BARBIER CLA 2010-05-28 13:15:56 EDT
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
Comment 2 Hugo Bruneliere CLA 2010-10-04 13:20:40 EDT
Contribution integrated.