eclipse-modisco / org.eclipse.modisco

Eclipse Public License 2.0
0 stars 0 forks source link

Representation of java structural dependencies as a graph #372

Closed eclipse-modisco-bot closed 23 hours ago

eclipse-modisco-bot commented 23 hours ago

| --- | --- | | Bugzilla Link | 314915 | | Status | CLOSED FIXED | | Importance | P3 normal | | Reported | May 28, 2010 13:04 EDT | | Modified | Oct 18, 2010 08:28 EDT | | Version | 0.9.0 | | Reporter | Gabriel BARBIER |

Description

Created attachment 170382\ The project to provide dependencies graph

Hello,

To extract dependencies informations, we use the java model of a project. Then we compute all usages from different level (package, classes), we use of course "imports" information, full qualified names hidden in the code.\ Then, we represent the graph of dependencies using "Prefuse" library.

The contributor of this plug-in is: Gabriel Barbier.

Regards,\ Gabriel

:compression: org.eclipse.gmt.modisco.usecase.modelfilter.dependencies.zip

eclipse-modisco-bot commented 23 hours ago

By Gabriel BARBIER on May 28, 2010 13:08

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.dependencies/

Gabriel

eclipse-modisco-bot commented 23 hours ago

By Hugo Bruneliere on Oct 04, 2010 13:20

Contribution integrated.