Open Source Visualization Plugin for Eclipse?

is there a code visualization plugin for eclipse?

http://marketplace.eclipse.org/content/code-rocket-eclipse

It's too expensive, but is there an open source version?

+3
source share
1 answer

ModelGoon is probably the most promising open source project for visualizing code based on the Eclipse JDT. GreenUML may also be of interest, but it does not seem too active. I even had to fix some things in order to make it work properly in my case ( see my github plug ).

, , .

, Source Code Analyzer Eclipse, .

+9

All Articles