Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 365238

Summary: collectMembers() should return members from ALL supertypes
Product: z_Archived Reporter: Paul Harmon <pharmon>
Component: EDTAssignee: Project Inbox <edt.mofmodel-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Paul Harmon CLA 2011-11-30 15:07:57 EST
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.
Comment 1 Paul Harmon CLA 2011-12-09 13:39:39 EST
I have checked in changes to the following to fix this:

StructPart
StructPartImpl
ProxyPart
Comment 2 Paul Harmon CLA 2012-01-18 09:03:52 EST
done