Bug 370567 - [EFacet] IFacetCatalogManager#getRegisteredFacetSets should return a List
Summary: [EFacet] IFacetCatalogManager#getRegisteredFacetSets should return a List
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EMF-Facet (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-03 11:08 EST by Nicolas Bros CLA
Modified: 2020-05-01 11:26 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Bros CLA 2012-02-03 11:08:16 EST
IFacetCatalogManager#getRegisteredFacetSets returns a Collection. It should return a List, because this is more convenient for the user of the API (otherwise we have to go through an iterator)