KJW
KJW

Reputation: 15251

open source code visualization plugin for Eclipse?

is there a code visualization plugin for eclipse?

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

it's too expensive however so is there a open source version?

Upvotes: 3

Views: 5891

Answers (1)

fmjrey
fmjrey

Reputation: 1141

ModelGoon is probably the most promising open source project for code visualization based on Eclipse JDT. GreenUML may also be of interest, but it doesn't seem too active. I even had to patch a few things to get it working properly in my case (see my github fork).

If you want visualization based on runtime capture of program execution you may want to see this answer to a related question.

Finally you may want to explore the Source Code Analyzer category on Eclipse marketplace, the listing is a bit broader in scope and includes both proprietary and open source solutions.

Upvotes: 9

Related Questions