181182183184185186187188189190191
try { if (benchmarkJob.settings.openLogsInEditor) { getSite().getWorkbenchWindow().getActivePage().openEditor( new WebBrowserEditorInput( benchmarkJob.logFile.toURI().toURL()), WebBrowserEditor.WEB_BROWSER_EDITOR_ID); } } catch (Exception e)