Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 179157
Collapse All | Expand All

(-)src/org/eclipse/hyades/trace/ui/internal/piclient/XMLTraceDataProcessor.java (+6 lines)
Lines 342-347 Link Here
342
			}
342
			}
343
		} catch (Exception exc) {
343
		} catch (Exception exc) {
344
			//do nothing
344
			//do nothing
345
			ModelDebugger.log(exc);
345
		}
346
		}
346
	}
347
	}
347
348
Lines 870-875 Link Here
870
				}
871
				}
871
872
872
			}
873
			}
874
			if(ModelDebugger.INSTANCE.debug)
875
			{
876
				ModelDebugger.log("RefreshUI stopped");
877
			}
873
			Display d = Display.getDefault();
878
			Display d = Display.getDefault();
874
			if (d != null && !d.isDisposed()) {
879
			if (d != null && !d.isDisposed()) {
875
				d.syncExec(new Runnable() {
880
				d.syncExec(new Runnable() {
Lines 976-981 Link Here
976
981
977
		} else
982
		} else
978
			loadEvents(inputStream, 0, -1);
983
			loadEvents(inputStream, 0, -1);
984
		cleanUp();
979
	}
985
	}
980
986
981
	public void loadEvents(InputStream inputStream, int offset, int length) throws InvalidEventException {
987
	public void loadEvents(InputStream inputStream, int offset, int length) throws InvalidEventException {

Return to bug 179157