dspinellis / UMLGraph

Declarative specification and drawing of UML diagrams
http://www.spinellis.gr/umlgraph
BSD 3-Clause "New" or "Revised" License
341 stars 93 forks source link

Strip generics from parent classes properly, fixes #20 #49

Closed kno10 closed 6 years ago

kno10 commented 6 years ago

Fixes the handling of non-static inner classes Parent<A>.Child if the parent has generics, #20