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

Collapse All | Expand All

(-)dom/org/eclipse/jdt/core/dom/TypeBinding.java (+1 lines)
Lines 347-352 Link Here
347
				return declaringType.getTypeParameter(typeVariableName);
347
				return declaringType.getTypeParameter(typeVariableName);
348
			}
348
			}
349
		} else {
349
		} else {
350
			if (fileName == null) return null; // case of a WilCardBinding that doesn't have a corresponding Java element
350
			// member or top level type
351
			// member or top level type
351
			ITypeBinding declaringTypeBinding = getDeclaringClass();
352
			ITypeBinding declaringTypeBinding = getDeclaringClass();
352
			if (declaringTypeBinding == null) {
353
			if (declaringTypeBinding == null) {

Return to bug 81417