hallvard / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
209 stars 57 forks source link

Correct handling of parameterised types in project class diagrams #51

Open hallvard opened 6 years ago

hallvard commented 6 years ago

Currently, the (logical) names of explicit and related (association or inheritance) types differ, when the type is parametrised. This creates duplicate types, one with and one without the parameters. The problems is that for explicit types the element name, which excludes the type parameters, is used, while for related types the type signature, which includes the type parameters, is used.