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

Collapse All | Expand All

(-)compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java (+4 lines)
Lines 440-445 Link Here
440
	public long getAnnotationTagBits() {
440
	public long getAnnotationTagBits() {
441
		return this.type.getAnnotationTagBits();
441
		return this.type.getAnnotationTagBits();
442
	}
442
	}
443
	
444
	public AnnotationBinding[] getAnnotations() {
445
		return genericType().getAnnotations();
446
	}
443
447
444
	public int getEnclosingInstancesSlotSize() {
448
	public int getEnclosingInstancesSlotSize() {
445
		return genericType().getEnclosingInstancesSlotSize();
449
		return genericType().getEnclosingInstancesSlotSize();

Return to bug 328575