hallvard/plantuml

PlantUML Project Class Diagram: Add package dependencies

Closed this issue · 1 comments

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.

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.