Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365238 - collectMembers() should return members from ALL supertypes
Summary: collectMembers() should return members from ALL supertypes
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-30 15:07 EST by Paul Harmon CLA
Modified: 2017-02-23 14:19 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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