(IEditorInput) log.getAdapter(IEditorInput.class),
null, IWorkbenchPage.MATCH_INPUT);
for (IEditorReference editorRef : editorRefs) {
// Refresh editor
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 :