PluginUI.getActiveEditor().getEditorSite());
organize.run(icu);
}
if (doFormat) {
FormatAllAction format = new FormatAllAction(PluginUI
.getActiveEditor().getEditorSite());
format.runOnMultiple(new ICompilationUnit[] { icu });
}
} catch (Exception e) {
CrashReporter.reportException(e);
logger.debug("Could not beautify editor content: "
+ e.getLocalizedMessage());