| Summary: | Ensure adaptable scope is cleared when disposing adaptable. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF MVC | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 3.10.0 (Mars) M5 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
Performed the following changes (pushed to origin/master): - Added IDisposable interface within GEF4 Common. - Implemented interface within AbstractDomain, AbstractViewer, and AbstractVisualPart to properly clear the scopes and remove a - Changed FXView and FXEditor to dispose the created domain. Resolving as fixed in 3.10.0M5. |