Bug 230779 - Can't specify both interface and base class for service implementations
Summary: Can't specify both interface and base class for service implementations
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: IMP (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Stan Sutton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-06 19:34 EDT by Stan Sutton CLA
Modified: 2014-01-09 15:04 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 Stan Sutton CLA 2008-05-06 19:34:31 EDT
Most of our wizards have a "class" field for the designation of an implementation class.  Most of these wizards are based on extension-point schemas, in which the field can have an associated "basedOn" attribute that can designate either an interface or a base type on which the implementation should be based.  The problem is that in neither our wizards, nor in the "basedOn" attributes, can you designate both an interface and a base class.  Where we've used a "basedOn" interface, we've tried to assume that there is a corresponding base class that we can find in a known location with a name that is similar to that of the interface.  That doesn't always work, and it doesn't afford the user much flexibility in selecting their own base class (or interface).  I think we should consider making both the implementation class and interface explicit.  I don't know how to do that through the schemas (if it can be done there), or whether we would want to take that approach (if we're intending to drop those as the basis for our wizards), but we could put an interface field on our service wizards.