Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Generics within Generics not Represented On Diagrams #9

Open
gboersma opened this issue Mar 30, 2020 · 1 comment
Open

Generics within Generics not Represented On Diagrams #9

gboersma opened this issue Mar 30, 2020 · 1 comment

Comments

@gboersma
Copy link
Owner

gboersma commented Mar 30, 2020

Generics embedded within generic parameters are not represented well across all diagrams:

  • Fields show only the first level of generics, e.g. List<Optional<String>> shows up as List<Optional>.
  • A relationship with an embedded generic is not shown on the diagram, e.g. List<Optional<MyClass>> will not show a uses relationship with MyClass.
  • Specifying wildcards as generic parameters can be problematic when generating diagrams: can show as a separate package on a package diagram.
@gboersma
Copy link
Owner Author

Fix to display the generics correctly for parameterized types for class names, attributes, and methods. However, still not displaying type variables correctly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant