View | Details | Raw Unified | Return to bug 73884
Collapse All | Expand All

(-)model/org/eclipse/jdt/internal/compiler/SourceElementParser.java (+1 lines)
Lines 1213-1218 Link Here
1213
					sourceEnd(typeDeclaration), 
1213
					sourceEnd(typeDeclaration), 
1214
					interfaceNames);
1214
					interfaceNames);
1215
			}
1215
			}
1216
			notifySourceElementRequestor(typeDeclaration.typeParameters);			
1216
			if (nestedTypeIndex == typeNames.length) {
1217
			if (nestedTypeIndex == typeNames.length) {
1217
				// need a resize
1218
				// need a resize
1218
				System.arraycopy(typeNames, 0, (typeNames = new char[nestedTypeIndex * 2][]), 0, nestedTypeIndex);
1219
				System.arraycopy(typeNames, 0, (typeNames = new char[nestedTypeIndex * 2][]), 0, nestedTypeIndex);

Return to bug 73884