hallvard / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
209 stars 57 forks source link

PlantUML Project Class Diagram: Add package dependencies #121

Closed ghost closed 3 years ago

ghost commented 3 years ago

The PlantUML view is great to identify dependencies between classes within a package. Unfortunately, while showing all packages, the Project Class Diagram view only does not show dependencies between packages.

It would be terrific to have a visualization of dependencies between packages as well.

ghost commented 3 years ago

I just realized that the diagrams seem to contain only compositions corresponding to fields, and no general dependencies corresponding to, e.g., method parameters. Hence, the above suggestion would probably not make much sense without considering general dependencies.