Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8093263

AssertionError when invoking some jobs (copy / duplicate) on an unresolved type

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • javafx
    • None
    • 6bbba60c7e97

      Open the Unlock.fxml that comes with the UnlockCustom sample.
      In Hierarchy select all items except the root AnchorPane then right click to get context menu.

      Feb 25, 2014 5:11:29 PM com.oracle.javafx.scenebuilder.app.SceneBuilderApp$SceneBuilderUncaughtExceptionHandler uncaughtException
      SEVERE: An exception was thrown:
      java.lang.AssertionError
      at com.oracle.javafx.scenebuilder.kit.editor.job.RelocateNodeJob.<init>(RelocateNodeJob.java:59)
      at com.oracle.javafx.scenebuilder.kit.editor.job.DuplicateSelectionJob.makeSubJobs(DuplicateSelectionJob.java:117)
      at com.oracle.javafx.scenebuilder.kit.editor.job.v2.CompositeJob.getSubJobs(CompositeJob.java:64)
      at com.oracle.javafx.scenebuilder.kit.editor.job.v2.CompositeJob.isExecutable(CompositeJob.java:84)
      at com.oracle.javafx.scenebuilder.kit.editor.EditorController.canPerformEditAction(EditorController.java:1172)
      at com.oracle.javafx.scenebuilder.kit.editor.util.ContextMenuController$EditActionController.canPerform(ContextMenuController.java:505)
      at com.oracle.javafx.scenebuilder.kit.editor.util.ContextMenuController.handleOnShowing(ContextMenuController.java:224)
      at com.oracle.javafx.scenebuilder.kit.editor.util.ContextMenuController.access$000(ContextMenuController.java:60)
      at com.oracle.javafx.scenebuilder.kit.editor.util.ContextMenuController$2.handle(ContextMenuController.java:124)
      at com.oracle.javafx.scenebuilder.kit.editor.util.ContextMenuController$2.handle(ContextMenuController.java:119)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
      at javafx.event.Event.fireEvent(Event.java:204)
      at javafx.stage.Window.fireEvent(Window.java:1024)
      at javafx.stage.Window$9.invalidated(Window.java:722)
      at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:109)
      at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:143)
      at javafx.stage.Window.setShowing(Window.java:826)
      at javafx.stage.Window.show(Window.java:841)
      at javafx.stage.PopupWindow.showImpl(PopupWindow.java:446)
      at javafx.stage.PopupWindow.show(PopupWindow.java:415)
      at javafx.scene.control.ContextMenu.doShow(ContextMenu.java:286)
      at javafx.scene.control.ContextMenu.show(ContextMenu.java:278)
      at javafx.scene.control.Control$1.handle(Control.java:178)
      at javafx.scene.control.Control$1.handle(Control.java:171)
      at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
      at javafx.event.Event.fireEvent(Event.java:204)
      at javafx.scene.Scene.processMenuEvent(Scene.java:1735)
      at javafx.scene.Scene.access$4500(Scene.java:201)
      at javafx.scene.Scene$ScenePeerListener.menuEvent(Scene.java:2508)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler$1.run(GlassViewEventHandler.java:361)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler$1.run(GlassViewEventHandler.java:357)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMenuEvent(GlassViewEventHandler.java:357)
      at com.sun.glass.ui.View.handleMenuEvent(View.java:534)
      at com.sun.glass.ui.View.notifyMenu(View.java:850)
      at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
      at com.sun.glass.ui.gtk.GtkApplication.access$200(GtkApplication.java:48)
      at com.sun.glass.ui.gtk.GtkApplication$6$1.run(GtkApplication.java:149)
      at java.lang.Thread.run(Thread.java:744)

            slions Sandra Lions-piron
            yjoan Yves Joan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: