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

Collapse All | Expand All

(-)src/org/eclipse/hyades/trace/ui/internal/reports/XMLTraceStatReportWizard.java (-1 / +3 lines)
Lines 1-5 Link Here
1
/* ***********************************************************
1
/* ***********************************************************
2
 * Copyright (c) 2005, 2006 IBM Corporation and others.
2
 * Copyright (c) 2005, 2006, 2007 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 117-122 Link Here
117
		columnText = columnText.replace(' ', '_');
117
		columnText = columnText.replace(' ', '_');
118
		columnText = columnText.replace(')', '.');
118
		columnText = columnText.replace(')', '.');
119
		columnText = columnText.replace('(', '.');
119
		columnText = columnText.replace('(', '.');
120
		//bugzilla 149500, XML attribute name doesn't allow to use "%".
121
		columnText = columnText.replaceAll("%", "Percentage");
120
		
122
		
121
		return columnText;
123
		return columnText;
122
	}
124
	}

Return to bug 149500