Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 46883

Summary: ArrayIndexOutOfBoundsException from JobManager
Product: [Eclipse Project] Platform Reporter: Douglas Pollock <douglas.pollock>
Component: ResourcesAssignee: Platform-Resources-Inbox <platform-resources-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M5   
Hardware: PC   
OS: Linux-GTK   
Whiteboard:

Description Douglas Pollock CLA 2003-11-18 16:10:23 EST
I believe this occurred while trying to execute a CVS synchronize while the user
interface was still in the process of coming up.

ENTRY org.eclipse.core.runtime 4 2 Nov 18, 2003 15:58:19.212
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.runtime".
!STACK 0
java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
        at java.util.ArrayList.RangeCheck(ArrayList.java:507)
        at java.util.ArrayList.get(ArrayList.java:324)
        at java.util.Collections$SynchronizedList.get(Collections.java:1786)
        at org.eclipse.core.internal.jobs.JobListeners$7.run(JobListeners.java:104)
        at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1127)
        at org.eclipse.core.runtime.Platform.run(Platform.java:464)
        at
org.eclipse.core.internal.jobs.JobListeners.doNotify(JobListeners.java:86)
        at org.eclipse.core.internal.jobs.JobListeners.done(JobListeners.java:125)
        at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:281)
        at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:120)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:72)
Comment 1 John Arthorne CLA 2003-11-19 17:21:16 EST
Fixed.