Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant