I see that the DecoratorBase holds a private Object metaObject field... is this required ?
I mean, child classes also have a metaObject field (of a more specific type) so the one in the parent is obsolete
furthermore, since this field is private in DecoratorBase it is easy to spot it has only been assigned in the constructor but never accessed
I guess we can drop it from this class ?
Matthias, I also added a validation method for child classes to override ... I will check in my changes once I get an answer about this private field
cheers Wouter.
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
