| Summary: | ArrayIndexOutOfBoundsException: 1280 | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Kenneth Cheung <kennethc> |
| Component: | Core | Assignee: | Satyam Kandula <satyam.kandula> |
| Status: | VERIFIED WORKSFORME | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | jarthana, Olivier_Thomann |
| Version: | 3.7 | Keywords: | needinfo |
| Target Milestone: | 3.7 M7 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Krzysztof has been working on this issue. 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. 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. As there is no response from the submitter, am resolving this as WORKSFORME. Please reopen if you have additional steps. Verified for 3.7M7 using build I20110421-1800 |
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