Bug 11608 - ArrayIndexOutOfBoundsException while importing plugin
Summary: ArrayIndexOutOfBoundsException while importing plugin
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-18 16:50 EST by Peter Burka CLA
Modified: 2002-03-20 14:35 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Burka CLA 2002-03-18 16:50:46 EST
I was trying to import several plugins from the 20020228 WSAD driver (Eclipse 
1.0 based) into the 20020214 build of Eclipse.  I was using the PDE import 
wizard to do the import.  While importing the following error was logged:

Log: Mon Mar 18 16:48:51 EST 2002
2 org.eclipse.core.resources 2 Problems occurred when invoking code from plug-
in: org.eclipse.core.resources.
java.lang.ArrayIndexOutOfBoundsException

Stack trace:
   java/lang/Throwable.<init>()V
   java/lang/Throwable.<init>(Ljava/lang/String;)V
   java/lang/ArrayIndexOutOfBoundsException.<init>(Ljava/lang/String;)V
   
org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.computeInheritedMethods
()V
   org/eclipse/jdt/internal/compiler/lookup/MethodVerifier.verify
(Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V
   org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.verifyMethods
(Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier;)V
   org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.verifyMethods
(Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier;)V
   org/eclipse/jdt/internal/compiler/Compiler.process
(Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;I)V
   org/eclipse/jdt/internal/compiler/Compiler.compile
([Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;)V
   org/eclipse/jdt/internal/core/newbuilder/AbstractImageBuilder.compile
([Lorg/eclipse/jdt/internal/core/newbuilder/SourceFile;[Ljava/lang/String;
[Ljava/lang/String;)V
   org/eclipse/jdt/internal/core/newbuilder/AbstractImageBuilder.compile
([Ljava/lang/String;[Ljava/lang/String;)V
   org/eclipse/jdt/internal/core/newbuilder/BatchImageBuilder.build()V
   org/eclipse/jdt/internal/core/newbuilder/JavaBuilder.buildAll()V
   org/eclipse/jdt/internal/core/newbuilder/JavaBuilder.build
(ILjava/util/Map;Lorg/eclipse/core/runtime/IProgressMonitor;)
[Lorg/eclipse/core/resources/IProject;
   org/eclipse/core/internal/events/BuildManager$2.run()V
   org/eclipse/core/internal/runtime/InternalPlatform.run
(Lorg/eclipse/core/runtime/ISafeRunnable;)V
   org/eclipse/core/runtime/Platform.run
(Lorg/eclipse/core/runtime/ISafeRunnable;)V
   org/eclipse/core/internal/events/BuildManager.basicBuild
(ILorg/eclipse/core/resources/IncrementalProjectBuilder;Ljava/util/Map;Lorg/ecli
pse/core/runtime/MultiStatus;Lorg/eclipse/core/runtime/IProgressMonitor;)V
   org/eclipse/core/internal/events/BuildManager.basicBuild
(Lorg/eclipse/core/resources/IProject;ILjava/lang/String;Ljava/util/Map;Lorg/ecl
ipse/core/runtime/MultiStatus;Lorg/eclipse/core/runtime/IProgressMonitor;)V
   org/eclipse/core/internal/events/BuildManager.basicBuild
(Lorg/eclipse/core/resources/IProject;I
[Lorg/eclipse/core/resources/ICommand;Lorg/eclipse/core/runtime/MultiStatus;Lorg
/eclipse/core/runtime/IProgressMonitor;)V
   org/eclipse/core/internal/events/BuildManager$1.run()V
   org/eclipse/core/internal/runtime/InternalPlatform.run
(Lorg/eclipse/core/runtime/ISafeRunnable;)V
   org/eclipse/core/runtime/Platform.run
(Lorg/eclipse/core/runtime/ISafeRunnable;)V
   org/eclipse/core/internal/events/BuildManager.basicBuild
(Lorg/eclipse/core/resources/IProject;ILorg/eclipse/core/runtime/MultiStatus;Lor
g/eclipse/core/runtime/IProgressMonitor;)V
   org/eclipse/core/internal/events/BuildManager.build
(ILorg/eclipse/core/runtime/IProgressMonitor;)V
   org/eclipse/core/internal/resources/Workspace.endOperation
(ZLorg/eclipse/core/runtime/IProgressMonitor;)V
   org/eclipse/core/internal/resources/Workspace.run
(Lorg/eclipse/core/resources/IWorkspaceRunnable;Lorg/eclipse/core/runtime/IProgr
essMonitor;)V
   org/eclipse/pde/internal/wizards/imports/PluginImportWizard$2.run
(Lorg/eclipse/core/runtime/IProgressMonitor;)V
   org/eclipse/jface/operation/ModalContext.runInCurrentThread
(Lorg/eclipse/jface/operation/IRunnableWithProgress;Lorg/eclipse/core/runtime/IP
rogressMonitor;)V
   org/eclipse/jface/operation/ModalContext.run
(Lorg/eclipse/jface/operation/IRunnableWithProgress;ZLorg/eclipse/core/runtime/I
ProgressMonitor;Lorg/eclipse/swt/widgets/Display;)V
   org/eclipse/jface/wizard/WizardDialog.run
(ZZLorg/eclipse/jface/operation/IRunnableWithProgress;)V
   org/eclipse/pde/internal/wizards/imports/PluginImportWizard.performFinish()Z
   org/eclipse/jface/wizard/WizardDialog.finishPressed()V
   org/eclipse/jface/wizard/WizardDialog.buttonPressed(I)V
   org/eclipse/jface/dialogs/Dialog$1.widgetSelected
(Lorg/eclipse/swt/events/SelectionEvent;)V
   org/eclipse/swt/widgets/TypedListener.handleEvent
(Lorg/eclipse/swt/widgets/Event;)V
   org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)
V
   org/eclipse/swt/widgets/Widget.notifyListeners
(ILorg/eclipse/swt/widgets/Event;)V
   org/eclipse/swt/widgets/Display.runDeferredEvents()Z
   org/eclipse/swt/widgets/Display.readAndDispatch()Z
   org/eclipse/jface/window/Window.runEventLoop(Lorg/eclipse/swt/widgets/Shell;)
V
   org/eclipse/jface/window/Window.open()I
   org/eclipse/ui/internal/ImportResourcesAction.run()V
   org/eclipse/jface/action/Action.runWithEvent(Lorg/eclipse/swt/widgets/Event;)
V
   org/eclipse/jface/action/ActionContributionItem.handleWidgetSelection
(Lorg/eclipse/swt/widgets/Event;)V
   org/eclipse/jface/action/ActionContributionItem.handleWidgetEvent
(Lorg/eclipse/swt/widgets/Event;)V
   org/eclipse/jface/action/ActionContributionItem.access$0
(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event
;)V
   org/eclipse/jface/action/ActionContributionItem$ActionListener.handleEvent
(Lorg/eclipse/swt/widgets/Event;)V
   org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)
V
   org/eclipse/swt/widgets/Widget.notifyListeners
(ILorg/eclipse/swt/widgets/Event;)V
   org/eclipse/swt/widgets/Display.runDeferredEvents()Z
   org/eclipse/swt/widgets/Display.readAndDispatch()Z
   org/eclipse/ui/internal/Workbench.runEventLoop()V
   org/eclipse/ui/internal/Workbench.run(Ljava/lang/Object;)Ljava/lang/Object;
   org/eclipse/core/internal/boot/InternalBootLoader.run
(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;)
Ljava/lang/Object;
   org/eclipse/core/boot/BootLoader.run
(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;)
Ljava/lang/Object;
   java/lang/reflect/AccessibleObject.invokeL(Ljava/lang/Object;
[Ljava/lang/Object;)Ljava/lang/Object;
   java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)
Ljava/lang/Object;
   org/eclipse/core/launcher/Main.basicRun([Ljava/lang/String;)
Ljava/lang/Object;
   org/eclipse/core/launcher/Main.run([Ljava/lang/String;)Ljava/lang/Object;
   org/eclipse/core/launcher/UIMain.main([Ljava/lang/String;)V
Comment 1 Peter Burka CLA 2002-03-18 16:56:41 EST
During the same import the error occurred 3 more times.
Comment 2 Peter Burka CLA 2002-03-19 15:10:07 EST
Appears to be a VM bug.