How can I reverse engineer my JavaScript files with js/uml?
Goal My goal is to get an UML model out of my JavaScript project (consisting of several .js files) and store it as XMI. How far I've come I searched the internet and found out js/uml is the first place to go. I've managed it to get the js/uml plugin running with Eclipse 3.7.1 (Win32) and a local installation of my pre-downloaded additional plugins: mdt-uml2tools-Update-incubation-I201103290512.zip (installs required org.eclipse.uml2.diagram.clazz 0.10.0) jsuml-eclipse-0.8.4.zip (only works with Eclipse 3.7.1 (Indigo)) I loaded the provided example project jsuml-example-yui-0.8.4.zip into