Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-6902

WrappedException during Undo action in Smooks Editor

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 3.2.0.CR1
    • 3.2.0.M2
    • smooks
    • None

    Description

      Steps:
      1. Create XML->Java Mapping in Smooks Editor
      2. Add some beans
      3. Delete these beans
      4. Do several undo operations
      ERROR1: Exception
      ERROR2: Diagram Mess (see attached screenshot)
      ERROR3: Corrupted Diagram can't be deleted (because it doesn't exist) -> WORKAROUND: Save and close & reopen

      !ENTRY org.eclipse.emf.common 2 0 2010-08-24 14:32:35.085
      !MESSAGE An exception was ignored during command execution
      !STACK 0
      org.eclipse.emf.common.util.WrappedException: An exception was ignored during command execution
      at org.eclipse.emf.common.command.BasicCommandStack.handleError(BasicCommandStack.java:287)
      at org.eclipse.emf.common.command.BasicCommandStack.execute(BasicCommandStack.java:118)
      at org.jboss.tools.smooks.gef.tree.command.GEFAdapterCommand.execute(GEFAdapterCommand.java:214)
      at org.eclipse.gef.commands.CompoundCommand.execute(CompoundCommand.java:111)
      at org.eclipse.gef.commands.CompoundCommand.execute(CompoundCommand.java:111)
      at org.eclipse.gef.commands.CommandStack.execute(CommandStack.java:197)
      at org.jboss.tools.smooks.graphical.editors.SmooksGraphicalEditorPart$1.execute(SmooksGraphicalEditorPart.java:163)
      at org.eclipse.gef.ui.actions.WorkbenchPartAction.execute(WorkbenchPartAction.java:83)
      at org.eclipse.gef.ui.actions.DeleteAction.run(DeleteAction.java:133)
      at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
      at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119)
      at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
      at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
      at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
      at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:468)
      at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:786)
      at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:885)
      at org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent(OutOfOrderListener.java:76)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1267)
      at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1294)
      at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:730)
      at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:2839)
      at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:734)
      at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1743)
      at org.eclipse.swt.widgets.Control.windowProc(Control.java:4794)
      at org.eclipse.swt.widgets.Display.windowProc(Display.java:4372)
      at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
      at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8163)
      at org.eclipse.swt.widgets.Display.eventProc(Display.java:1239)
      at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
      at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2224)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3169)
      at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
      at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
      at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
      at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
      at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
      at org.eclipse.swtbot.eclipse.core.UITestApplication.start(UITestApplication.java:54)
      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:369)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
      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:597)
      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
      at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
      Caused by: java.lang.IndexOutOfBoundsException: index=-1, size=0
      at org.eclipse.emf.ecore.util.BasicFeatureMap.remove(BasicFeatureMap.java:1821)
      at org.eclipse.emf.ecore.util.FeatureMapUtil$FeatureEList.remove(FeatureMapUtil.java:841)
      at org.eclipse.emf.edit.command.RemoveCommand.doExecute(RemoveCommand.java:327)
      at org.eclipse.emf.edit.command.AbstractOverrideableCommand.execute(AbstractOverrideableCommand.java:131)
      at org.eclipse.emf.common.command.CommandWrapper.execute(CommandWrapper.java:180)
      at org.eclipse.emf.common.command.BasicCommandStack.execute(BasicCommandStack.java:84)
      ... 55 more

      Attachments

        1. 1.6-JBIDE-6902.patch
          6 kB
        2. JBIDE-6902.patch
          0.6 kB
        3. JBIDE-6902-Final.patch
          45 kB
        4. smooks-mess.png
          smooks-mess.png
          19 kB

        Activity

          People

            DartPeng Xue Peng (Inactive)
            jpeterka_jira Jiri Peterka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: