Community
Participate
Working Groups
In SystemResourceSelectionForm.selectionChanged() the following is called: ISystemViewElementAdapter elementAdapter = (ISystemViewElementAdapter)((IAdaptable)selectedObject).getAdapter(ISystemViewElementAdapter.class); The code assumes selectedOject is an IAdaptable but that might not always be the case.
Created attachment 192355 [details] patch to check for IAdaptable
I've committed the fix to cvs.