Bug 320438

Summary: ArrayIndexOutOfBoundsException: 1280
Product: [Eclipse Project] JDT Reporter: Kenneth Cheung <kennethc>
Component: CoreAssignee: Satyam Kandula <satyam.kandula>
Status: VERIFIED WORKSFORME QA Contact:
Severity: major    
Priority: P3 CC: jarthana, Olivier_Thomann
Version: 3.7Keywords: needinfo
Target Milestone: 3.7 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Kenneth Cheung CLA 2010-07-20 15:57:48 EDT
Build Identifier: org.eclipse.jdt.core_3.0.3

In our headless product, customer reports intermittent error:

Error executing deployment: java.lang.ArrayIndexOutOfBoundsException. Error is 1280.
java.lang.ArrayIndexOutOfBoundsException: 1280
    at org.eclipse.jdt.internal.core.search.indexing.IndexManager.indexLibrary(IndexManager.java:351)
    at org.eclipse.jdt.internal.core.SetClasspathOperation$3.run(SetClasspathOperation.java:499)
    at org.eclipse.jdt.internal.core.JavaModelOperation.runPostActions(JavaModelOperation.java:766)
    at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:703)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
    at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:74

Reproducible: Sometimes
Comment 1 Kenneth Cheung CLA 2010-07-20 16:00:07 EDT
Krzysztof has been working on this issue.
Comment 2 Olivier Thomann CLA 2010-07-20 16:02:22 EDT
Even if this is intermittent, we will need a reliable test case to make sure we can fix it in such an old release.
That code has drastically changed since 3.0.
Comment 3 Satyam Kandula CLA 2011-02-28 06:46:24 EST
Hi Kenneth, 
Do you have a testcase for this? If so, does it work on HEAD. The code has drastically changed and I don't see a a possibility of AIOOBE now.
Comment 4 Satyam Kandula CLA 2011-03-17 07:32:07 EDT
As there is no response from the submitter, am resolving this as WORKSFORME. Please reopen if you have additional steps.
Comment 5 Jay Arthanareeswaran CLA 2011-04-25 05:00:24 EDT
Verified for 3.7M7 using build I20110421-1800