GNOME Bugzilla – Bug 631675
Java inheritance of instantiated generics not recognized.
Last modified: 2014-08-14 18:39:33 UTC
Created attachment 171948 [details] Sample parent Given Java classes Parent<T>, Child<T> extends Parent<T>, and GrandChild extends Parent<Integer>, doxygen recognizes and diagrams Child to Parent inheritance but does not show inheritance of GrandChild.
*** This bug has been marked as a duplicate of bug 583958 ***