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 201539 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/tptp/platform/jvmti/client/internal/launcher/TIDelegateHelper.java (-1 / +1 lines)
Lines 1214-1220 Link Here
1214
1214
1215
	public void sendEnableDataCollection(ILaunchConfiguration configuration, 
1215
	public void sendEnableDataCollection(ILaunchConfiguration configuration, 
1216
			ICollector tiAgent) {
1216
			ICollector tiAgent) {
1217
		String cmd = new String("<EnableDataCollection iid=\"org.eclipse.tptp.jvmti\"></enableDataCollection>");
1217
		String cmd = new String("<EnableDataCollection iid=\"org.eclipse.tptp.jvmti\"></EnableDataCollection>");
1218
		boolean isEnableDataCollection = true;
1218
		boolean isEnableDataCollection = true;
1219
		
1219
		
1220
		if (configuration != null) {
1220
		if (configuration != null) {

Return to bug 201539