Fixed
Details
Details
Assignee
DanielE
DanielEReporter
DanielE
DanielEDue date
May 16, 2006
Estimated End Date
May 16, 2006
Original estimate
1d
Time tracking
No time logged1d remaining
Components
Fix versions
Affects versions
Priority
Created May 15, 2006 at 9:06 PM
Updated May 16, 2006 at 3:05 PM
Resolved May 16, 2006 at 3:05 PM
When entity members are initilized for a group, only the entity keys and not the entities themselves should be instantiated. At present, the IEntity objects are instantiated solely in order to retrieve their keys. In groups with a large number of members this results in a lot of useless object creation. Fix involves the addition of a method to the group store API: String[] getMemberEntityKeys(IEntityGroup group), analogous to getMemberGroupKeys.