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

Collapse All | Expand All

(-)compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java (+4 lines)
Lines 1376-1379 Link Here
1376
MethodBinding[] unResolvedMethods() { // for the MethodVerifier so it doesn't resolve types
1376
MethodBinding[] unResolvedMethods() { // for the MethodVerifier so it doesn't resolve types
1377
	return methods();
1377
	return methods();
1378
}
1378
}
1379
1380
public FieldBinding[] unResolvedFields() {
1381
	return Binding.NO_FIELDS;
1382
}
1379
}
1383
}

Return to bug 332359