Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

reverse engineering or documentation tools for flex/actionscript

I have inherited a flex project which is sadly not documented. Im looking for a documentation generation tool / class diagram generater or something like that which works with actionscript. There are around a 1000 class files and I don't have the time to step through all the code in debug.

I have tried a few tools like Doxygen (set the language to java) and NaturalDocs but that didn't work out too well.

like image 628
Rick J Avatar asked Aug 30 '26 03:08

Rick J


2 Answers

No idea for the document generation, BTW, would it really help with a huge bulk ASDoc ?

Regarding the diagram generation I posted an answer for the following question. Not sure the guy ever found out, I'm interested about the matter as well.

Static Actionscript code analysis?

like image 157
Theo.T Avatar answered Sep 02 '26 22:09

Theo.T


Consider this just a pointer, but Enterprise Architect supports round-trip source code engineering for Actionscript (it's the only tool that can generate UML from AS source code, that I'm aware of).

I haven't used it much, just tried it some time ago, but perhaps it's worth a shot. I think it has a 30-day free trial.

like image 30
Juan Pablo Califano Avatar answered Sep 02 '26 22:09

Juan Pablo Califano