Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] IASTSimpleDeclaration extends IASTDeclaration and IASTNode

Done, https://bugs.eclipse.org/bugs/show_bug.cgi?id=149791
I'll keep my eyes open.
Emanuel

Doug Schaefer schrieb:
Sure, I'm running into this a lot. We did a lot of playing around with the
class hierarchy as we were building it and it would be nice to clean this
stuff up before we get to fully documenting it in our ISV docs.

Thanks,
Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, Tools PMC member
http://cdtdoug.blogspot.com
-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
Behalf Of Emanuel Graf
Sent: Wednesday, July 05, 2006 2:27 PM
To: cdt-dev
Subject: [cdt-dev] IASTSimpleDeclaration extends IASTDeclaration and
IASTNode

Hi all,

I'm writing the the documentation for our semester project. While I draw some UML-diagramm I noticed that the interface IASTSimpleDeclaration extends both IASTDeclaration and IASTNode. But IASTDeclaration already extends IASTNode. I guess this is a happened accidentally. It doesn't damage anything but it looks really strange.
Shall I open a bugreport on this?

Emanuel Graf
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top