212213214215216217218219220221222
catch (CoreException e) { StatusHandler.log(new Status(IStatus.ERROR, WizardPlugin.PLUGIN_ID, "Failed to create new bean.", e)); } finally { if (model != null) { model.releaseFromEdit(); model = null; } } }