Bug 65027 - [Workbench] Index out of bounds opening Java file
Summary: [Workbench] Index out of bounds opening Java file
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2004-06-01 12:00 EDT by John Arthorne CLA
Modified: 2009-08-30 02:09 EDT (History)
1 user (show)

See Also:


Attachments
Preference file (284.42 KB, text/plain)
2004-06-01 12:01 EDT, John Arthorne CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Arthorne CLA 2004-06-01 12:00:37 EDT
Build: 3.0 RC1

I noticed this entry in my log file. At the time I was browsing through a type
hierarchy and opening various Java files. I will attach my preferences.

java.lang.IllegalArgumentException: Index out of bounds
	at org.eclipse.swt.SWT.error(SWT.java:2677)
	at org.eclipse.swt.SWT.error(SWT.java:2616)
	at org.eclipse.swt.SWT.error(SWT.java:2587)
	at org.eclipse.swt.custom.CTabFolder.createItem(CTabFolder.java:573)
	at org.eclipse.swt.custom.CTabItem.<init>(CTabItem.java:112)
	at org.eclipse.ui.internal.presentations.PaneFolder.createItem(PaneFolder.java:511)
	at
org.eclipse.ui.internal.presentations.DefaultPartPresentation.createPartTab(DefaultPartPresentation.java:808)
	at
org.eclipse.ui.internal.presentations.DefaultPartPresentation.addPart(DefaultPartPresentation.java:998)
	at
org.eclipse.ui.internal.presentations.DefaultPartPresentation.addPart(DefaultPartPresentation.java:922)
	at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:993)
	at org.eclipse.ui.internal.PartStack.add(PartStack.java:290)
	at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
	at
org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:57)
	at org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:264)
	at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:552)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
	at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:541)
	at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:637)
	at
org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:440)
	at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:428)
	at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2187)
	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2120)
	at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2112)
	at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2099)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2094)
	at org.eclipse.ui.ide.IDE.openEditor(IDE.java:301)
	at
org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:137)
	at
org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:115)
	at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
	at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:164)
	at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:150)
	at
org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212)
	at
org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188)
	at
org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewer$1.open(TypeHierarchyViewer.java:59)
	at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:431)
	at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
	at org.eclipse.core.runtime.Platform.run(Platform.java:758)
	at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:429)
	at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:637)
	at
org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:733)
	at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:211)
	at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:206)
	at org.eclipse.jface.util.OpenStrategy$1.mouseSelectItem(OpenStrategy.java:359)
	at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:300)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:944)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2512)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2223)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
	at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
	at org.eclipse.core.launcher.Main.run(Main.java:638)
	at org.eclipse.core.launcher.Main.main(Main.java:622)
Comment 1 John Arthorne CLA 2004-06-01 12:01:19 EDT
Created attachment 11377 [details]
Preference file

My preference file
Comment 2 Tod Creasey CLA 2006-04-13 22:13:22 EDT
I think this is obsolete
Comment 3 Denis Roy CLA 2009-08-30 02:09:25 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.