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

Collapse All | Expand All

(-)org.eclipse.tptp.platform.probekit.launch/src/org/eclipse/tptp/platform/probekit/launch/internal/config/ProbekitProfilingType.java (-9 lines)
Lines 475-482 Link Here
475
		TableItem[] items = probeUI.getProbeSets().getItems();
475
		TableItem[] items = probeUI.getProbeSets().getItems();
476
476
477
		Map configAttributes = config.getDefaultSet().getAttributes();
477
		Map configAttributes = config.getDefaultSet().getAttributes();
478
		// ProfilingAttribute attribute = (ProfilingAttribute)
479
		// configAttributes.get("com.ibm.rational.pd.probekit.PROBEKIT_COUNT");
480
		int index = 0;
478
		int index = 0;
481
		String strName = ProbeLaunchConfigString.LAUNCH_CONFIG_NAME_PREFIX
479
		String strName = ProbeLaunchConfigString.LAUNCH_CONFIG_NAME_PREFIX
482
				+ probeUI.PROBE_LAUNCH_UNIQUE_PROBESPEC_SUFFIX + index;
480
				+ probeUI.PROBE_LAUNCH_UNIQUE_PROBESPEC_SUFFIX + index;
Lines 484-496 Link Here
484
				.get(strName);
482
				.get(strName);
485
		// if (attribute != null)
483
		// if (attribute != null)
486
		while (attribute != null) {
484
		while (attribute != null) {
487
			// String strCheckedCount = attribute.getValue();
488
			// int iCheckedCount = Integer.parseInt(strCheckedCount);
489
			// for (int i = 0; i < iCheckedCount; i++)
490
			// {
491
			// attribute = (ProfilingAttribute)
492
			// configAttributes.get("com.ibm.rational.pd.probekit.PROBEKIT_ID" +
493
			// i);
494
			String strValue = attribute.getValue();
485
			String strValue = attribute.getValue();
495
			ProbeLaunchConfigString probeConfig = ProbeLaunchConfigString
486
			ProbeLaunchConfigString probeConfig = ProbeLaunchConfigString
496
					.fromString(strValue);
487
					.fromString(strValue);

Return to bug 182662