| Summary: | Pinned Tabbed Properties View clears when New Tabbed Properties View updates | ||
|---|---|---|---|
| Product: | [Modeling] EEF | Reporter: | Jay Norwood <jayn> |
| Component: | User Interface | Assignee: | Project Inbox <eef-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | cvgaviao, mauersberger, stephane.begaudeau |
| Version: | 1.5.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Jay Norwood
I would like to add another bug scenario I observed with pinned properties view and EEF 1.0.2:
Having a pinned properties view and the selected object is removed from memory (e.g. project close), the view is still pinned to the non-existing selection, casing NPEs when start working with the view.
Example NPE:
{{{
java.lang.NullPointerException
at org.eclipse.emf.eef.runtime.impl.components.StandardPropertiesEditionComponent.firePropertiesChanged(StandardPropertiesEditionComponent.java:185)
at XX.YY.ZZ.FooBarPartPropertiesEditionPartForm$2.focusLost()
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:143)
}}}
|