Bug 320438 - ArrayIndexOutOfBoundsException: 1280
Summary: ArrayIndexOutOfBoundsException: 1280
Status: VERIFIED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 3.7 M7   Edit
Assignee: Satyam Kandula CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2010-07-20 15:57 EDT by Kenneth Cheung CLA
Modified: 2011-04-25 05:00 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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