After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 631675 - Java inheritance of instantiated generics not recognized.
Java inheritance of instantiated generics not recognized.
Status: RESOLVED DUPLICATE of bug 583958
Product: doxygen
Classification: Other
Component: general
1.7.1
Other Mac OS
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-10-08 13:02 UTC by gerard
Modified: 2014-08-14 18:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Sample parent (4.00 KB, application/x-tar)
2010-10-08 13:02 UTC, gerard
Details

Description gerard 2010-10-08 13:02:16 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.
Comment 1 Dimitri van Heesch 2014-08-14 18:39:33 UTC

*** This bug has been marked as a duplicate of bug 583958 ***