Reputation: 6006
When I do reverse-engineering in EA it imports source code in packages, but places one Class diagram per package. It is not very useful as I can't see all relations between classes(only relations in current package). Is there any option to create one diagram from all java files?
Upvotes: 4
Views: 1112
Reputation: 3005
You can use the "insert related elements" function on one of the key classes and raise the number of levels to the maximum possible.
As an alternative, look at the following solution:
If (...) your classes are spread out among different packages and namespaces so that EA generates multiple diagrams for them, you'll have to merge them manually. Do this by opening both diagrams, selecting all (Ctrl-A) in one, copying (Ctrl-C) and pasting (Ctrl-V) into the other, then ask EA to Layout Diagram again.
Upvotes: 2