Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-57

have seen this NPE in the error log now and again...

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Trivial
    • 1.1
    • None
    • Camel Editor
    • None

    Description

      Seems we sometimes fire an editor selection event maybe with a null value?

      java.lang.NullPointerException
      at org.eclipse.gef.ui.actions.ActionBarContributor.setActiveEditor(ActionBarContributor.java:156)
      at org.eclipse.ui.internal.EditorActionBars.partChanged(EditorActionBars.java:343)
      at org.eclipse.ui.internal.WorkbenchPage$3.run(WorkbenchPage.java:635)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.runtime.Platform.run(Platform.java:888)
      at org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:624)
      at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3533)
      at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:3077)
      at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:279)
      at org.eclipse.ui.internal.EditorPane.requestActivation(EditorPane.java:98)
      at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:237)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3776)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1371)
      at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1355)
      at org.eclipse.swt.widgets.Control.sendMouseEvent(Control.java:3036)
      at org.eclipse.swt.widgets.Control.mouseEvent(Control.java:2244)
      at org.eclipse.swt.widgets.Composite.mouseEvent(Composite.java:878)
      at org.eclipse.swt.widgets.Control.mouseDown(Control.java:2254)
      at org.eclipse.swt.widgets.Display.windowProc(Display.java:4976)
      at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
      at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
      at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:1943)
      at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2025)
      at org.eclipse.swt.widgets.Display.windowProc(Display.java:5040)
      at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
      at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4582)
      at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4659)
      at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
      at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:115)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3274)
      at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
      at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
      at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
      at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
      at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
      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)
      Selection changed on graph! [RouteEditPart( Route: route1 )]

      Attachments

        Issue Links

          Activity

            People

              lheinema@redhat.com Lars Heinemann
              jastrachan_jira James Strachan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: