} catch (final InvocationTargetException e) {
return new Status(IStatus.ERROR, Activator.PLUGIN_ID, e.getCause()
.getMessage());
} finally {
if (backend != null) {
backend.dispose();
}
monitor.done();
}
ErlLogger.debug("Dialyzer operation ended successfully");