Fix my UML reverse engineer
Hi
Last sun studio version (7 2004Q4) allowed me to reverse code to get a big sequence diagram, for example, an action class or delegate, with all classes, messages and instances (included log4j, HTTPServletRequest , etc) and relations coded in my class with 1 click.
With 8 version I only get a sequence diagram with (self:ClassNameFoo) lifeline without its instanced classes, messages, etc that are declared in same class code.
What am I doing wrong with 8 version?
I'd like to get a complete sequence diagram from all project just selecting a method and Sun studio gives me all sequenced dependencies.
Thanks
[650 byte] By [
javalino] at [2007-11-26 7:05:29]

# 1
I did it!!! yep, just 3 hours of my life wasting my time.....
I tnink If you create a java project from "Java Project with existing ant script" something goes wrong when try to create sequence diagram from reverse eng.
Because I create new project from "Java project with existing sources" and UML project....blah blah..... then reverse engineer....voila....
What if I want diagrams from code with an existing ant script? Why that kind of project doesn't allow create UML diagrams?
# 2
When RE (Reverse Engineering) a java source project, UML checks for source packages defined in the Java project regardless of its project type, (whether it's an ant based project or a J2SE project, or a web project). Can you double check your first project with existing ant script by right clicking on the properties to see if you have all your source package folders correctly specified? In your two cases, do you see any differences in your model tree immediately after RE? You should not. Technically, UML performs the same way in these two scenarios.