Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 314917

Summary: Representation of java method calls as a graph
Product: [Modeling] MoDisco Reporter: Gabriel BARBIER <barbier.gabriel>
Component: ContributionAssignee: 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.0Flags: barbier.gabriel: indigo+
Target Milestone: 0.9.0 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
The project to provide graph of method calls barbier.gabriel: iplog+

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.