gboersma / uml-java-doclet

Doclet to generate UML diagrams for Javadoc using PlantUML.
73 stars 29 forks source link

Generics within Generics not Represented On Diagrams #9

Open gboersma opened 4 years ago

gboersma commented 4 years ago

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

gboersma commented 4 years ago

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