IEditorPart editorPart = editorRef.getEditor(false);
ILogViewEditor editor = editorPart != null ?
(ILogViewEditor) editorPart.getAdapter(ILogViewEditor.class) : null;
if (editor != null) {
editor.clearQueryContext();
editor.refresh();
}
}
NumberFormat fmt = DecimalFormat.getInstance();
String title = payload.isCanceled() ?
Messages.SynchronizeLogResourceAction_canceled_title :