| Summary: | ContentPolicy should accept null argument in setAdaptable(). | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Tamas Miklossy <miklossy> |
| Component: | GEF MVC | Assignee: | Tamas Miklossy <miklossy> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.0.0 | ||
| Target Milestone: | 4.1.0 (Neon.1) M1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Tamas Miklossy
I pushed the following fix to R4_0_maintenance and master branches: [498035] Allow null argument in ContentPolicy's setAdaptable() method. - Avoid IllegalStateException when disposing: in this case the setAdaptable() method will be called with a null argument. - Modify the IAdaptable documentation within the gef4.common and increase its version number from 1.0.0 to 1.0.1 to reflect the changes. |