533534535536537538539540541542543
return; } } IFriend friendly = (IFriend) element.createExecutableExtension("class"); //$NON-NLS-1$ friends.addAll(friendly.friendly(handle, null)); } catch (Throwable t) { CatalogPlugin.log(t.getLocalizedMessage(), t); } } });