| Summary: | Ensure *Support classes have similar contract w.r.t. to clients. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF Common | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 3.10.0 (Mars) M7 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
As I want to include this into the Mars release (because of consistency reasons), I have just implemented the following changes and pushed them to origin master: - Ensured PropertyStoreSupport does not implement IPropertyStore. - Ensured PropertyStoreSupport does not create a local PropertyChangeSupport but expects one being passed into the constructor. - Ensured ActivatableSupport does not provide an unused generic parameter. I will re-spin our M7 contribution to include them, as changes of the 'provisional' API are involved (which I do not want to perform after M7). Resolving as fixed in 3.10.0M7. |