Community
Participate
Working Groups
Currently, there is code in the mof model that searches the first supertype for members. This needs to change to search ALL supertypes. collectMembers() is one example of this, there are probably more. We need to search for all senders of getSuperTypes() and evaluate to see if the code needs to be changed to handle multiple inheritance.
I have checked in changes to the following to fix this: StructPart StructPartImpl ProxyPart
done