Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 232488 Details for
Bug 411002
ArrayIndexOutOfBoundsException in CreateBranchCommand
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Stack trace of the thrown exception
ArrayIndexOutOfBoundsException.log (text/x-log), 5.32 KB, created by
Oliver Pfeiffer
on 2013-06-18 05:46:36 EDT
(
hide
)
Description:
Stack trace of the thrown exception
Filename:
MIME Type:
Creator:
Oliver Pfeiffer
Created:
2013-06-18 05:46:36 EDT
Size:
5.32 KB
patch
obsolete
>eclipse.buildId=M20130204-1200 >java.version=1.7.0_21 >java.vendor=Oracle Corporation >BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_AT >Framework arguments: -product org.eclipse.epp.package.jee.product >Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product > >Error >Tue Jun 18 11:19:49 CEST 2013 >3 > >java.lang.ArrayIndexOutOfBoundsException: 3 > at org.eclipse.jgit.api.CreateBranchCommand.call(CreateBranchCommand.java:254) > at org.eclipse.egit.core.op.CreateLocalBranchOperation$1.run(CreateLocalBranchOperation.java:102) > at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344) > at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326) > at org.eclipse.egit.core.op.CreateLocalBranchOperation.execute(CreateLocalBranchOperation.java:129) > at org.eclipse.egit.ui.internal.repository.CreateBranchPage.createBranch(CreateBranchPage.java:467) > at org.eclipse.egit.ui.internal.repository.CreateBranchWizard$1.run(CreateBranchWizard.java:93) > at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) > at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) > at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028) > at org.eclipse.egit.ui.internal.repository.CreateBranchWizard.performFinish(CreateBranchWizard.java:87) > at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827) > at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432) > at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624) > at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3562) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3186) > at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) > at org.eclipse.jface.window.Window.open(Window.java:801) > at org.eclipse.egit.ui.internal.history.command.CreateBranchOnCommitHandler.execute(CreateBranchOnCommitHandler.java:34) > at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290) > at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:76) > at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:601) > at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) > at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:231) > at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:212) > at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131) > at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:171) > at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:515) > at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:833) > at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:819) > at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:809) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3562) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3186) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1053) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:942) > at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86) > at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:601) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) > at org.eclipse.equinox.launcher.Main.run(Main.java:1438) > at org.eclipse.equinox.launcher.Main.main(Main.java:1414) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 411002
: 232488