Evolution #2135
Add method with index when using stereotype <<indexed>> on entity collection
| Status: | Nouveau | Start date: | 06/13/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | Spent time: | - | |
| Target version: | 3.0 |
Description
When using stereotype <<indexed>> on a collection, it becomes a List to manipulate indexes.
When you use directly the method "add(int index, E element)" from List you don't have the entity fire support.
Topia has to generate an other method "addOtherEntity(int index, OtherEntity entity)" with the fire support on the collection.