There is already a Gaphor plugin that attempts to generate class
diagrams from Java and Python source. However, this plugin is a little
dated and could use some work.
Ideally, a new one should be created based on this one (pynsource) that
doesn't just generate the class structures, but also sequences, etc.
I fixed the page. Thanks for pointing out.
Like Adam said, the pyNsource based reverse engineer tool is a bit outdated.
Maybe Sourcecodegen (http://pypi.python.org/pypi/sourcecodegen) would make for a good candidate? Or else http://www.boddie.org.uk/python/analysis.html (looks more complete). It would be better to create them as plugins, rather than part of the base application, then.
Personally, I'd like to have some Java reverse code generator. I'm programming Java a lot for work and it has a pretty simple syntax, so parsing it should not be that hard. I have no time to create one myself in the short term, though.
Regards,
Arjan
> --
> You received this message because you are subscribed to the Google Groups "gaphor-dev" group.
> To post to this group, send email to gapho...@googlegroups.com.
> To unsubscribe from this group, send email to gaphor-dev+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/gaphor-dev?hl=en.
>