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

Bug 446604

Summary: [implementation] IOOBE in OptionalMessageDialog.buttonPressed
Product: [Eclipse Project] JDT Reporter: EPP Error Reports <error-reports-inbox>
Component: UIAssignee: Dani Megert <daniel_megert>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, marcel.bruch
Version: 4.5   
Target Milestone: 4.5 M4   
Hardware: All   
OS: All   
Whiteboard:

Description EPP Error Reports CLA 2014-10-10 06:49:12 EDT
Hello committers,

we received a new error report for Eclipse 4.3.2.M20140221-1700.


General Information:
    anonymous-id:         23ca87fb-325b-4150-8ad8-f1a99999d769
    eclipse-build-id:     4.3.2.M20140221-1700
    eclipse-product:      org.eclipse.epp.package.rcp.product
    operating system:     Linux 3.15.0 (x86_64) - gtk
    java-runtime-version: 1.8.0_20-b26

The following plug-ins were present on the execution stack (*):
    1. org.eclipse.core.databinding.observable_1.4.1.v20130515-1857
    2. org.eclipse.core.databinding_1.4.1.v20130515-1857
    3. org.eclipse.core.runtime_3.9.100.v20131218-1515
    4. org.eclipse.e4.ui.workbench_1.0.2.v20131202-1739
    5. org.eclipse.e4.ui.workbench.swt_0.12.2.v20140117-1939
    6. org.eclipse.equinox.app_1.3.100.v20130327-1442
    7. org.eclipse.equinox.launcher_1.3.0.v20130327-1440
    8. org.eclipse.jdt.ui_3.9.2.v20131106-1600
    9. org.eclipse.jdt_3.9.1.v20140221-1700
    10. org.eclipse.jface_3.9.1.v20130725-1141
    11. org.eclipse.jface.text_3.8.101.v20130802-1147
    12. org.eclipse.swt_3.102.1.v20140206-1334
    13. org.eclipse.ui_3.105.0.v20130522-1122
    14. org.eclipse.ui.ide.application_1.0.401.v20131105-1007
    15. org.eclipse.ui.ide_3.9.2.v20131004-0923


Error Status:

    code:                   0
    plugin:                 org.eclipse.ui_3.105.0.v20130522-1122
    message:                Unhandled event loop exception
    fingerprint:            22ac62c5
    exception class:        java.lang.ArrayIndexOutOfBoundsException
    exception message:      1034
    number of children:     0
    
    java.lang.ArrayIndexOutOfBoundsException: 1034
    at org.eclipse.jdt.internal.ui.dialogs.OptionalMessageDialog.buttonPressed(OptionalMessageDialog.java:116)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628)
    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:1392)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
    at org.eclipse.jface.window.Window.open(Window.java:802)
    at org.eclipse.jface.dialogs.MessageDialog.open(MessageDialog.java:334)
    at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.informUserAboutEmptyDefaultCategory(ContentAssistProcessor.java:602)
    at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.getDefaultCategories(ContentAssistProcessor.java:504)
    at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.getCategoryIteration(ContentAssistProcessor.java:492)
    at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.setCategoryIteration(ContentAssistProcessor.java:487)
    at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.access$3(ContentAssistProcessor.java:486)
    at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor$CompletionListener.assistSessionStarted(ContentAssistProcessor.java:117)
    at org.eclipse.jface.text.contentassist.ContentAssistant.fireSessionBeginEvent(ContentAssistant.java:2221)
    at org.eclipse.jface.text.contentassist.ContentAssistant.prepareToShowCompletions(ContentAssistant.java:1696)
    at org.eclipse.jface.text.contentassist.ContentAssistant.access$6(ContentAssistant.java:1687)
    at org.eclipse.jface.text.contentassist.ContentAssistant$2.run(ContentAssistant.java:376)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3717)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3366)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    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:354)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
   

    

Messages, stacktraces, and nested status objects may be shortened. Please visit 
http://dev.eclipse.org/recommenders/committers/confess/0.5/reports/5437b9a9e4b08c25446233ee
for the complete error log.


Some general information and guidelines about how to use this bug report:

1. Feel free to move this bug to your own product and components. Please note
   that this bug is only accessible to Eclipse committers. If you move this bug
   please make sure that it's still in the "Security Advisor" group.

2. The bug contents of the fields status, resolution, keywords, and whitelist
   are presented to reporters. If you needs more information, please set the
   keyword "needinfo". This will trigger a specialized dialog asking the user
   to provide further details.

3. Use the following resolutions for the following situations:
   * CLOSED / FIXED: This bug has been fixed. Please provide additional
     information in the whiteboard field.
   * CLOSED / WORKSFORME: Use this resolution if you can't reproduce this issue
     and request further information. Please use the whiteboard text to specify
     more details what a user should provide and how.
   * CLOSED / INVALID: Use this resolution if the reported problem is a
     'user-configuration' problem. Please consider giving hints how to fix
     these issues in the whiteboard field.
   * CLOSED / NOT ECLIPSE: Use this if the problem is caused by another plugin
     not developed at Eclipse.org
   * CLOSED / MOVED: If this bug has been moved else where. Please provide more 
     information (e.g. a link) in the whiteboard field.

4. Please remember that only committers can view and comment on this bug. You
   may, however, manually add the reporting user to the bug's cc list. But keep
   in mind that the report may contains sensitive information.

5. If you are missing a feature, please file a enhancement request here:
   https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Recommenders.Incubator&component=Stacktraces
    
 

Thank you for your assistance.
Your friendly error-reports-inbox.


--
* Note: The list of present bundles and their respective versions was
  calculated by package naming heuristics. This may or may not reflect reality.
Comment 1 EPP Error Reports CLA 2014-10-22 16:18:54 EDT
*** Bug 446615 has been marked as a duplicate of this bug. ***
Comment 2 EPP Error Reports CLA 2014-11-07 18:55:45 EST
*** Bug 450605 has been marked as a duplicate of this bug. ***
Comment 3 EPP Error Reports CLA 2014-11-17 10:46:21 EST
*** Bug 451931 has been marked as a duplicate of this bug. ***
Comment 4 Marcel Bruch CLA 2014-11-18 01:32:59 EST
Dear jdt team, I *think* this one has been reported before but searching for "OptionalMessageDialog" didn't give me any other bug.  This bug still occurs in 4.5
Comment 6 EPP Error Reports CLA 2014-11-19 20:18:34 EST
*** Bug 452418 has been marked as a duplicate of this bug. ***
Comment 7 EPP Error Reports CLA 2014-11-21 12:18:55 EST
*** Bug 452688 has been marked as a duplicate of this bug. ***
Comment 8 Marcel Bruch CLA 2014-11-23 02:52:41 EST
*** Bug 452768 has been marked as a duplicate of this bug. ***