View | Details | Raw Unified | Return to bug 329671 | Differences between
and this patch

Collapse All | Expand All

(-)model/org/eclipse/jdt/internal/core/BinaryMethod.java (-1 / +1 lines)
Lines 303-309 Link Here
303
		}
303
		}
304
	}
304
	}
305
	// if still no parameter names, produce fake ones
305
	// if still no parameter names, produce fake ones
306
	return this.parameterNames = getRawParameterNames(paramCount);
306
	return getRawParameterNames(paramCount);
307
}
307
}
308
private char[][] splitParameters(char[] parametersSource, int paramCount) {
308
private char[][] splitParameters(char[] parametersSource, int paramCount) {
309
	// we have generic types as one of the parameter types
309
	// we have generic types as one of the parameter types

Return to bug 329671