This repository has been archived by the owner on Nov 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Generics within Generics not Represented On Diagrams #9
Comments
gboersma
pushed a commit
that referenced
this issue
Apr 11, 2020
Fix to display the generics correctly for parameterized types for class names, attributes, and methods. However, still not displaying type variables correctly. |
gboersma
pushed a commit
that referenced
this issue
Apr 11, 2020
gboersma
pushed a commit
that referenced
this issue
Apr 11, 2020
…utes, methods and constructors- i.e. when using generics / type variables.
gboersma
pushed a commit
that referenced
this issue
Apr 11, 2020
gboersma
pushed a commit
that referenced
this issue
Apr 11, 2020
gboersma
pushed a commit
that referenced
this issue
Apr 11, 2020
gboersma
pushed a commit
that referenced
this issue
Apr 11, 2020
gboersma
pushed a commit
that referenced
this issue
Apr 12, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Generics embedded within generic parameters are not represented well across all diagrams:
List<Optional<String>>
shows up asList<Optional>
.List<Optional<MyClass>>
will not show a uses relationship withMyClass
.The text was updated successfully, but these errors were encountered: