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 228599
Collapse All | Expand All

(-)src/org/eclipse/birt/report/model/adapter/oda/util/IdentifierUtility.java (-1 / +1 lines)
Lines 99-105 Link Here
99
			String name = param.getName( );
99
			String name = param.getName( );
100
			if ( StringUtil.isBlank( name ) || newNames.contains( name ) )
100
			if ( StringUtil.isBlank( name ) || newNames.contains( name ) )
101
			{
101
			{
102
				String prefix = PARAM_PREFIX;
102
				String prefix = StringUtil.isBlank( name ) ? PARAM_PREFIX : name + RENAME_SEPARATOR;
103
103
104
				int n = 1;
104
				int n = 1;
105
				while ( true )
105
				while ( true )

Return to bug 228599