Reverse engineering Flex project would like UML diagrams
I have a flex project I need to reverse engineer to reuse with our Tomcat/Spring backend, but I am having trouble generated a UML diagrams of it via IntelliJ
I am using IntelliJ Ultimate 11.1.1 and the UML plugin is enabled. With the IntelliJ editor viewing a class that is a composition of many different classes and where the Flex view componets are updated via ActionScript binding of this class then by pressing Ctrl+Alt+Shirt+U the UML diagram generated only shows the inheritance and interface implemenations of classes built into the FLEX SDK. I am expecting the UML generated to show the core class as being composed of many composite classes and referecned by many view components.
The tutorials I have found show how to generated code from UML (forward engineering) I am not seeing how this default behavior is useful for reverse engineering.
Fazle
请先登录再写评论。
Also, if I hit the space bar ('Add class to diagram') while the UML diagram is open and add a class I know is a member of the core class the relationship between the two business classes is not added to the diagram.
Hi,
Unfortunately, this is not possible at the moment. Please vote for http://youtrack.jetbrains.com/issue/IDEA-66205 and http://youtrack.jetbrains.com/issue/IDEA-70539 so you get a notification when the problem is fixed.
Regards,
Kirill
Thanks for you reply and the links