Community
Participate
Working Groups
Created attachment 170382 [details] 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
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
Contribution integrated.